diff --git a/package-lock.json b/package-lock.json index 50792f84..7d3b2ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19801,9 +19801,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 9affa805..b932e330 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-prettier": "3.1.3", "husky": "4.2.5", "jest": "25.5.2", - "lint-staged": "10.2.0", + "lint-staged": "10.2.1", "prettier": "2.0.5", "prettier-eslint": "9.0.1", "prettier-eslint-cli": "5.0.0",