diff --git a/src/main/resources/dashboard/package-lock.json b/src/main/resources/dashboard/package-lock.json index 414c77b..e14e461 100644 --- a/src/main/resources/dashboard/package-lock.json +++ b/src/main/resources/dashboard/package-lock.json @@ -12924,9 +12924,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/src/main/resources/dashboard/package.json b/src/main/resources/dashboard/package.json index 253d980..a21588c 100644 --- a/src/main/resources/dashboard/package.json +++ b/src/main/resources/dashboard/package.json @@ -67,7 +67,7 @@ "rimraf": "^2.6.0", "selenium-server": "^3.0.1", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^0.5.8", "vue-jest": "^1.0.2",