From 10fd7ed739a2c536a491f3fc81478e0fdf1e5b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:08:20 +0000 Subject: [PATCH] chore(deps-dev): update lint-staged requirement from ^15.2.7 to ^15.2.8 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.7...v15.2.8) --- 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 14fa4fae..88043212 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.7", + "lint-staged": "^15.2.8", "postcss-html": "^1.7.0", "prettier": "^3.3.2", "sass": "^1.77.6",