diff --git a/package.json b/package.json index ee7a109..9e6616b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ora": "^0.3.0", "pug": "^2.0.0-beta6", "sass-loader": "^4.0.2", - "shelljs": "^0.7.4", + "shelljs": "^0.8.5", "standard": "^8.6.0", "url-loader": "^0.5.7", "vue-hot-reload-api": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 30dfd0a..f78c599 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5730,7 +5730,7 @@ shell-quote@^1.5.0: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@^0.7.4, shelljs@^0.7.5: +shelljs@^0.7.5: version "0.7.7" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1" dependencies: @@ -5738,6 +5738,14 @@ shelljs@^0.7.4, shelljs@^0.7.5: interpret "^1.0.0" rechoir "^0.6.2" +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" + rechoir "^0.6.2" + signal-exit@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"