diff --git a/package-lock.json b/package-lock.json index cc396d825..633cc9f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5624,9 +5624,9 @@ "dev": true }, "lint-staged": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.0.tgz", - "integrity": "sha512-4Dw2XMtEOGpICl0wvicE5KT/eFlt/kmwMmpNS4v09I/ywRWuR5udbMWjdfZez24jE6r0bQmPpkLZ1+wUGE1S+w==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.1.tgz", + "integrity": "sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 20ee108c4..989c22c69 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "jest": "^25.5.2", "jest-circus": "^25.5.2", "js-yaml": "^3.13.1", - "lint-staged": "^10.2.0", + "lint-staged": "^10.2.1", "prettier": "2.0.5", "standard-version": "^7.1.0", "ts-jest": "^25.4.0",