diff --git a/dashboard/package.json b/dashboard/package.json index 82335f1..3cbd252 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -58,7 +58,7 @@ "rimraf": "^2.6.0", "sass-loader": "^6.0.7", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^0.5.8", "vue-loader": "^13.3.0", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 1b4f33d..628af16 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -5872,9 +5872,9 @@ shebang-regex@^1.0.0: version "1.0.0" resolved "http://registry.npm.taobao.org/shebang-regex/download/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" -shelljs@^0.7.6: - version "0.7.8" - resolved "http://registry.npm.taobao.org/shelljs/download/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" dependencies: glob "^7.0.0" interpret "^1.0.0"