diff --git a/package-lock.json b/package-lock.json index 73700ddaf26..b967744a211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7785,9 +7785,9 @@ } }, "lint-staged": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.0.tgz", - "integrity": "sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.1.tgz", + "integrity": "sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index f58ef314c19..24446def621 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-wp-i18n": "1.0.3", "husky": "3.0.0", "istanbul": "1.0.0-alpha.2", - "lint-staged": "9.0.0", + "lint-staged": "9.0.1", "mocha": "6.1.4", "node-sass": "4.12.0", "prettier": "github:automattic/calypso-prettier#c56b4251",