diff --git a/package-lock.json b/package-lock.json index c6da9ebd..d430ea83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18385,9 +18385,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 daad1f99..fa7fcdc8 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-fill-html": "^1.1.0", "selenium-download": "^2.0.10", - "shelljs": "0.7.8", + "shelljs": "0.8.5", "string-replace-loader": "^2.2.0", "string-replace-webpack-plugin": "^0.1.3", "uglify-js": "^3.8.0",