diff --git a/package-lock.json b/package-lock.json index b6cfdc84..1f799f9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2562,9 +2562,9 @@ "dev": true }, "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 f5df86a3..3464dbdc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/chrome": "^0.0.243", "addons-linter": "^6.12.0", "husky": "^8.0.3", - "lint-staged": "^14.0.0", + "lint-staged": "^14.0.1", "prettier": "^2.8.8", "standard-version": "^9.5.0", "stylelint": "^15.10.3",