diff --git a/package.json b/package.json index 00b8b45..f08f551 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "react-test-renderer": "16.8.6", "react-testing-library": "6.1.2", "rimraf": "2.6.3", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "style-loader": "^2.0.0", "stylelint": "10.0.1", "stylelint-config-recommended": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 46b37ea..ba628e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18207,9 +18207,10 @@ shell-quote@1.7.2: version "1.7.2" resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" -shelljs@^0.8.4: - version "0.8.4" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" +shelljs@^0.8.4, shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== dependencies: glob "^7.0.0" interpret "^1.0.0"