From 9f18c17081a2c90f3eb5fc43b6bb54487749e5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:08:32 +0000 Subject: [PATCH] npm: bump lint-staged from 11.2.6 to 15.2.11 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 11.2.6 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/v11.2.6...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 f183d54e4c..f70ac1e042 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "git-cz": "^4.7.6", "jsonlint": "^1.6.3", "license-checker": "^25.0.1", - "lint-staged": "^11.0.1", + "lint-staged": "^15.2.11", "markdown-link-check": "^3.8.7", "markdownlint-cli": "^0.27.1", "stylelint": "~13.13.1",