From a0a53ce9ed4bd0ceb0f506dd7c1f66184fec28e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:14:17 +0000 Subject: [PATCH] Bump lint-staged from 10.5.4 to 15.2.11 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 10.5.4 to 15.2.11. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v10.5.4...v15.2.11) --- 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 e398a1f0..27f2463b 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "devDependencies": { "husky": "^4.3.0", - "lint-staged": "^10.5.2" + "lint-staged": "^15.2.11" } }