From f828d4b952532c82c38e30d90cc3db1428f4aee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:42:27 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.6 to 15.2.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.6 to 15.2.7. - [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.6...v15.2.7) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1356442a05..9726c2eb17d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "husky": "9.0.11", "inquirer": "^9.2.23", "jscpd": "^4.0.4", - "lint-staged": "^15.2.6", + "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0", "npm-run-all": "4.1.5", "postcss": "^8.4.38", @@ -19456,9 +19456,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.6.tgz", - "integrity": "sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==", + "version": "15.2.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.7.tgz", + "integrity": "sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index f5080c1f12e..caad5b3520a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "husky": "9.0.11", "inquirer": "^9.2.23", "jscpd": "^4.0.4", - "lint-staged": "^15.2.6", + "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0", "npm-run-all": "4.1.5", "postcss": "^8.4.38",