From 76d1afbe0c5a32b16d7b84a156afc1c90d61dffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:33:10 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 14.0.0 to 14.0.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 240618b7..ba5162dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "file-url": "^3.0.0", "husky": "^8.0.3", "jest": "^26.6.3", - "lint-staged": "^14.0.0", + "lint-staged": "^14.0.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.2", "tempy": "^1.0.1", @@ -12696,9 +12696,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lint-staged": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.0.tgz", - "integrity": "sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -29808,9 +29808,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lint-staged": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.0.tgz", - "integrity": "sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "requires": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 41039f87..c5866539 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "file-url": "^3.0.0", "husky": "^8.0.3", "jest": "^26.6.3", - "lint-staged": "^14.0.0", + "lint-staged": "^14.0.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.2", "tempy": "^1.0.1",