From 4f5383269de678dd8a258fb024726d63b388159a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:05:58 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#1837) Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0. - [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.11...v15.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11b1f191..fe99819a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "husky": "^9.0.3", "jest": "29.7.0", "jest-environment-jsdom": "^29.6.4", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "npm-run-all": "4.1.5", "prettier": "3.4.2", "react": "17.0.2",