From 9febd8f5d1a62855de8a4f5d2fafe0869186289b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:20:48 +0000 Subject: [PATCH] build(deps): bump lint-staged in /generators/javascript/resources (#28158) Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 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/v15.2.10...v15.2.11) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- generators/javascript/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/javascript/resources/package.json b/generators/javascript/resources/package.json index a3125901ebc3..851195d1b940 100644 --- a/generators/javascript/resources/package.json +++ b/generators/javascript/resources/package.json @@ -3,6 +3,6 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", "husky": "9.1.7", - "lint-staged": "15.2.10" + "lint-staged": "15.2.11" } }