From 9d51b4548a7198bfeadff17612dfe99f3496d35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:17:45 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20shelljs=20from=200.7.8=20to=200.8.5=20in?= =?UTF-8?q?=20/lab/=E8=AE=A1=E6=97=B6=E5=99=A8-vue/Counter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 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.7.8...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../Counter/package-lock.json" | 8 ++++---- .../Counter/package.json" | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git "a/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package-lock.json" "b/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package-lock.json" index 965c41c..f380538 100644 --- "a/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package-lock.json" +++ "b/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package-lock.json" @@ -12820,7 +12820,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": { @@ -13729,9 +13729,9 @@ "dev": true }, "shelljs": { - "version": "0.7.8", - "resolved": "https://registry.npm.taobao.org/shelljs/download/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/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package.json" "b/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package.json" index 64e05fb..50cbf46 100644 --- "a/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package.json" +++ "b/lab/\350\256\241\346\227\266\345\231\250-vue/Counter/package.json" @@ -57,7 +57,7 @@ "postcss-url": "^7.2.1", "rimraf": "^2.6.0", "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",