diff --git a/package-lock.json b/package-lock.json index 989dee4f..e8e39109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5288,9 +5288,9 @@ } }, "lint-staged": { - "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==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz", + "integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index d2eaedfe..72b377cf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-import": "2.18.0", "gavel-spec": "3.0.2", "husky": "3.0.0", - "lint-staged": "9.0.1", + "lint-staged": "9.0.2", "mocha": "6.1.4", "mochify": "6.3.0", "nyc": "14.1.1",