diff --git a/package.json b/package.json index 8b3419a..c1a86e6 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "postcss-object-fit-images": "^1.1.2", "postcss-preset-env": "^7.0.2", "prettier": "^2.5.1", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "style-loader": "^3.3.1", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", diff --git a/yarn.lock b/yarn.lock index 241e91b..e7b99fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6408,10 +6408,10 @@ shebang-regex@^3.0.0: resolved "https://registry.nlark.com/shebang-regex/download/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI= -shelljs@^0.8.4: - version "0.8.4" - resolved "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.4.tgz?cache=0&sync_timestamp=1589684087110&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fshelljs%2Fdownload%2Fshelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" - integrity sha1-3naE/ut2f4cWsyYHiooAh1iQ48I= +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.npmmirror.com/shelljs/download/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== dependencies: glob "^7.0.0" interpret "^1.0.0"