diff --git a/package.json b/package.json index 21f9f42..8bdb7f6 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-addons-test-utils": "^15.0.2", "rimraf": "^2.4.3", "selenium-webdriver": "^2.47.0", - "shelljs": "^0.7.0", + "shelljs": "^0.8.5", "sinon": "^1.17.1", "style-loader": "^0.13.1", "webpack": "^3.12.0", diff --git a/yarn.lock b/yarn.lock index 21da6b2..73987d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8407,10 +8407,10 @@ shebang-regex@^1.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= -shelljs@^0.7.0: - version "0.7.8" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" - integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM= +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"