diff --git a/package-lock.json b/package-lock.json index 35571583d..8ae96696a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "husky": "^8.0.0", "less-plugin-npm-import": "^2.1.0", "less-watch-compiler": "^1.16.3", - "lint-staged": "^13.0.4", + "lint-staged": "^14.0.1", "msw": "^1.2.3", "orval": "^6.11.0", "postcss": "^8.4.27", @@ -16707,9 +16707,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz", - "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==", + "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", diff --git a/package.json b/package.json index 8e2ec2115..3bd3edff4 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "husky": "^8.0.0", "less-plugin-npm-import": "^2.1.0", "less-watch-compiler": "^1.16.3", - "lint-staged": "^13.0.4", + "lint-staged": "^14.0.1", "msw": "^1.2.3", "orval": "^6.11.0", "postcss": "^8.4.27",