diff --git a/package-lock.json b/package-lock.json index 91e9794..014b2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6883,9 +6883,9 @@ "dev": true }, "lint-staged": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.7.tgz", - "integrity": "sha512-Byj0F4l7GYUpYYHEqyFH69NiI6ICTg0CeCKbhRorL+ickbzILKUlZLiyCkljZV02wnoh7yH7PmFyYm9PRNwk9g==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz", + "integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index ddebf65..ad8e3d4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "identity-obj-proxy": "3.0.0", "jest": "25.1.0", "jest-transform-css": "2.0.0", - "lint-staged": "10.0.7", + "lint-staged": "10.0.8", "prettier": "1.19.1", "prop-types": "^15.7.2", "react": "^16.12.0",