From ef9146d49662cc27a4350858f96dc4c7fe81fd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:59:15 +0000 Subject: [PATCH] chore(deps-dev): update lint-staged requirement from ^15.3.0 to ^15.4.1 (#2186) 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.3.0...v15.4.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development ... 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 4cdea859..cd60a9e4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-vue": "^9.32.0", "husky": "^9.1.7", "is-ci": "^4.1.0", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.1", "prettier": "^3.4.2", "sass": "^1.83.4", "shipjs": "^0.27.0",