diff --git a/package.json b/package.json index f7bb68d..2fc6f18 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "require-dir": "^0.3.0", "rsyncwrapper": "^2.0.1", "run-sequence": "^1.2.1", - "shelljs": "^0.7.8", + "shelljs": "^0.8.5", "webpack": "^1.13.1", "webpack-stream": "^3.1.0" }, diff --git a/yarn.lock b/yarn.lock index 0f74a11..39c3f0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6400,9 +6400,9 @@ shelljs@^0.6.0: version "0.6.1" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.6.1.tgz#ec6211bed1920442088fe0f70b2837232ed2c8a8" -shelljs@^0.7.8: - version "0.7.8" - resolved "https://registry.yarnpkg.com/shelljs/-/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"