diff --git a/package.json b/package.json index 9f5579738ad7a..74d45865d9cea 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "joi": "^14.3.1", "js-yaml": "^3.13.1", "lerna": "^3.16.4", - "lint-staged": "^8.1.7", + "lint-staged": "^8.2.1", "markdown-magic": "^0.2.1", "npm-run-all": "4.1.5", "plop": "^1.9.1", diff --git a/yarn.lock b/yarn.lock index 09291e40ae843..817ac1ce2221e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9709,10 +9709,6 @@ find-index@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/find-index/-/find-index-0.1.1.tgz#675d358b2ca3892d795a1ab47232f8b6e2e0dde4" -find-parent-dir@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54" - find-root@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" @@ -13737,9 +13733,10 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -lint-staged@^8.1.7: - version "8.1.7" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.7.tgz#a8988bc83bdffa97d04adb09dbc0b1f3a58fa6fc" +lint-staged@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.2.1.tgz#752fcf222d9d28f323a3b80f1e668f3654ff221f" + integrity sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A== dependencies: chalk "^2.3.1" commander "^2.14.1" @@ -13748,7 +13745,6 @@ lint-staged@^8.1.7: dedent "^0.7.0" del "^3.0.0" execa "^1.0.0" - find-parent-dir "^0.3.0" g-status "^2.0.2" is-glob "^4.0.0" is-windows "^1.0.2"