From f97cefadc816dc0e0d83182d5d7a26a3831ce467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:03:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20shelljs=20from=200.7.7=20to=200.8.5=20in?= =?UTF-8?q?=20/vue2=E5=9F=BA=E7=A1=80=E5=AE=9E=E7=8E=B0=E4=BB=A3=E7=A0=81?= 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.7 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.7...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../package.json" | 2 +- .../yarn.lock" | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/package.json" "b/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/package.json" index f55f2fe..6d7acf0 100644 --- "a/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/package.json" +++ "b/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/package.json" @@ -34,7 +34,7 @@ "http-proxy-middleware": "^0.17.3", "webpack-bundle-analyzer": "^2.2.1", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "opn": "^4.0.2", "optimize-css-assets-webpack-plugin": "^1.3.0", "ora": "^1.2.0", diff --git "a/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/yarn.lock" "b/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/yarn.lock" index ffe00ac..532e21a 100644 --- "a/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/yarn.lock" +++ "b/vue2\345\237\272\347\241\200\345\256\236\347\216\260\344\273\243\347\240\201/yarn.lock" @@ -3417,9 +3417,9 @@ sha.js@^2.3.6: dependencies: inherits "^2.0.1" -shelljs@^0.7.6: - version "0.7.7" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1" +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" dependencies: glob "^7.0.0" interpret "^1.0.0"