From 61c343c51e9bc408de77e729340509d9b9647241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:24:39 +0000 Subject: [PATCH] Bump lint-staged from 13.3.0 to 14.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 14.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/okonet/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.1) --- 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 ff26f6a..f77474f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-vue-scoped-css": "^2.5.0", "husky": "^8.0.3", "less": "^4.1.3", - "lint-staged": "^13.2.3", + "lint-staged": "^14.0.1", "mockjs": "^1.1.0", "postcss-html": "^1.5.0", "postcss-less": "^6.0.0",