From 28d63f11a2b1a6273f17e919d8c2b10f87da84b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:12:47 +0800 Subject: [PATCH] Bump lint-staged from 13.3.0 to 15.1.0 (#263) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.1.0. - [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.1.0) --- 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 275afdf..86c278d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "less": "^3.11.1", - "lint-staged": "^13.1.0", + "lint-staged": "^15.1.0", "np": "^6.2.3", "react": "^18.2.0", "react-dom": "^18.2.0",