From dc1fd5cf60b7f09d062f227d07450584b2d23b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:10:49 +0800 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.3.0 to 15.0.2 (#322) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.0.2. - [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/v13.3.0...v15.0.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... 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 ac67a6d..cb10217 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "husky": "^8.0.3", "jest": "^29.1.2", "less": "^3.12.2", - "lint-staged": "^13.1.0", + "lint-staged": "^15.0.2", "np": "^7.6.3", "prettier": "^3.0.3", "rc-test": "^7.0.14",