From e7d444a82c5739b6dc5ecb68dfb6e1e2a27ef271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:48:48 +0000 Subject: [PATCH] chore(deps-dev): Update lint-staged requirement from ^15.2.5 to ^15.2.9 Updates the requirements on [lint-staged](https://github.com/lint-staged/lint-staged) to permit the latest version. - [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.5...v15.2.9) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 758ab39..4915c08 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-vue": "^9.26.0", "husky": "^9.0.11", "is-ci": "^3.0.1", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.9", "postcss-html": "^1.7.0", "prettier": "^3.2.5", "sass": "^1.77.2",