From cd4824e4c96144a1cd0e0e3746276bfcdea0fa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:51:26 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 13.3.0 to 15.2.8 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 13.3.0 to 15.2.8. - [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/v13.3.0...v15.2.8) --- 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 659f804..9250a6b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^2.2.1", "husky": "^8", - "lint-staged": "^13.2.3", + "lint-staged": "^15.2.8", "lodash-es": "^4.17.21", "polished": "^4.3.1", "postcss-less": "^6.0.0",