From d0ad56f32715a4a60cdae58aa94f991b49208a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:31:00 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.3.0 to 15.2.6 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.2.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v13.3.0...v15.2.6) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8fc95..e35b0a7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "coveralls": "^3.0.2", "eslint": "^8.57.0", "husky": "^8.0.1", - "lint-staged": "^13.0.3", + "lint-staged": "^15.2.6", "mocha": "^10.1.0", "nyc": "^15.1.0", "prettier": "^2.0.5",