From 09b892797158556d85f4e1af02c2ba44f66ba376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:55:55 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 11.2.6 to 15.2.6 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 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/v11.2.6...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 b0bc6c3f..bcf5e6f8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/react-router": "^5.1.18", "@types/react-router-dom": "^5.1.7", "husky": "^6.0.0", - "lint-staged": "^11.0.0", + "lint-staged": "^15.2.6", "prettier": "^2.2.1", "ts-loader": "^8.2.0", "typescript": "^4.2.4",