From adf171d6dd09ae90d7c78f5ccf62afed6477eeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:16:52 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 13.3.0 to 15.1.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.1.0. - [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/v13.3.0...v15.1.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3705641..835c807 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-vue-scoped-css": "^2.5.0", "husky": "^8.0.3", "less": "^4.1.3", - "lint-staged": "^13.2.3", + "lint-staged": "^15.1.0", "mockjs": "^1.1.0", "postcss-html": "^1.5.0", "postcss-less": "^6.0.0",