diff --git a/package-lock.json b/package-lock.json index 4cc8a6b..95e1fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12325,9 +12325,9 @@ "dev": true }, "shelljs": { - "version": "0.7.8", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", - "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, "requires": { "glob": "^7.0.0", diff --git a/package.json b/package.json index 935e3ee..4d61ef4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "rimraf": "^2.6.0", "selenium-server": "^3.0.1", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "uglifyjs-webpack-plugin": "^1.1.1",