diff --git a/client/package-lock.json b/client/package-lock.json old mode 100755 new mode 100644 index b0d0002..8b11fb3 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13134,9 +13134,9 @@ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" }, "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 old mode 100755 new mode 100644 index ad336c1..77148db --- a/client/package.json +++ b/client/package.json @@ -74,7 +74,7 @@ "rimraf": "^2.6.0", "selenium-server": "^3.0.1", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "sinon": "^4.0.0", "sinon-chai": "^2.8.0", "uglifyjs-webpack-plugin": "^1.1.1",