From a19a8076c39623a31911dc11f6b0ade526ccbae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:42:50 +0000 Subject: [PATCH] chore(deps-dev): update lint-staged requirement from ^15.2.7 to ^15.5.1 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/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.1 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 915f1e23..37ac3fc9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-vue": "^9.26.0", "husky": "^9.1.2", "is-ci": "^3.0.1", - "lint-staged": "^15.2.7", + "lint-staged": "^15.5.1", "prettier": "^3.3.3", "sass": "^1.77.5", "shipjs": "^0.27.0",