From 8f45d7aea39d4ac43259dc436b23b4452e27489d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 19:50:55 +0000 Subject: [PATCH] chore(deps-dev): Update lint-staged requirement from ^15.2.5 to ^15.2.7 Updates the requirements on [lint-staged](https://github.com/okonet/lint-staged) to permit the latest version. - [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/v15.2.5...v15.2.7) --- 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 d8ce88bf..ea17a6fe 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,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.7", "postcss-html": "^1.7.0", "prettier": "^3.2.5", "sass": "^1.77.6",