diff --git a/client/package-lock.json b/client/package-lock.json index 93ae361..1db9574 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9131,9 +9131,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/client/package.json b/client/package.json index 9944b34..647d5f4 100644 --- a/client/package.json +++ b/client/package.json @@ -52,7 +52,7 @@ "postcss-url": "^7.2.1", "rimraf": "^2.6.3", "semver": "^5.7.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "style-loader": "^0.21.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2",