diff --git a/package.json b/package.json index f9e04a9..efb41ae 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lint-staged": "^9.5.0", "nodemon": "2.0.2", "prettier": "1.19.1", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "supertest": "4.0.2", "ts-jest": "24.3.0", "ts-node": "8.6.2", diff --git a/yarn.lock b/yarn.lock index d6e160e..d6a47a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6188,10 +6188,10 @@ shelljs@0.7.6: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.8.3: - version "0.8.3" - resolved "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" - integrity sha1-p/MxlSDr8J7oEnWyNorbKGZZsJc= +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== dependencies: glob "^7.0.0" interpret "^1.0.0"