diff --git a/package-lock.json b/package-lock.json index 208edd99..8ad12d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4966,9 +4966,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 12616de7..3ad4d89a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/chrome": "^0.0.86", "addons-linter": "^1.10.0", "husky": "^3.0.0", - "lint-staged": "^9.0.1", + "lint-staged": "^9.0.2", "prettier": "^1.18.2", "standard-version": "^6.0.1", "stylelint": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 84f2cd9a..d799fae6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3481,10 +3481,10 @@ lie@~3.3.0: dependencies: immediate "~3.0.5" -lint-staged@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.1.tgz#dc31e3808052cf65727d26a3568620e4f75a5aa5" - integrity sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ== +lint-staged@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.0.2.tgz#238e1ed7cba2d422faaf4499e6a5686f0f5c1331" + integrity sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA== dependencies: chalk "^2.4.2" commander "^2.20.0"