From 07ba3a45786c277b9115624cc05ba0d7f45f042c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:07:58 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /mpvue Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mpvue/package-lock.json | 8 ++++---- mpvue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mpvue/package-lock.json b/mpvue/package-lock.json index 9c1cbc4..1f24e84 100644 --- a/mpvue/package-lock.json +++ b/mpvue/package-lock.json @@ -7754,7 +7754,7 @@ }, "rechoir": { "version": "0.6.2", - "resolved": "https://registry.npm.taobao.org/rechoir/download/rechoir-0.6.2.tgz", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { @@ -8198,9 +8198,9 @@ "dev": true }, "shelljs": { - "version": "0.8.3", - "resolved": "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.3.tgz", - "integrity": "sha1-p/MxlSDr8J7oEnWyNorbKGZZsJc=", + "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/mpvue/package.json b/mpvue/package.json index 140ed72..0b52ac8 100644 --- a/mpvue/package.json +++ b/mpvue/package.json @@ -56,7 +56,7 @@ "relative": "^3.0.2", "rimraf": "^2.6.0", "semver": "^5.3.0", - "shelljs": "^0.8.1", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.2.5", "url-loader": "^1.0.1", "vue-style-loader": "^4.1.0",