From c4f211fd2b961cb0fcd659b8b5bb4fca8a195659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:39:58 +0000 Subject: [PATCH] Bump shelljs from 0.7.7 to 0.8.5 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 | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee7a109..9e6616b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ora": "^0.3.0", "pug": "^2.0.0-beta6", "sass-loader": "^4.0.2", - "shelljs": "^0.7.4", + "shelljs": "^0.8.5", "standard": "^8.6.0", "url-loader": "^0.5.7", "vue-hot-reload-api": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 30dfd0a..f78c599 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5730,7 +5730,7 @@ shell-quote@^1.5.0: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@^0.7.4, shelljs@^0.7.5: +shelljs@^0.7.5: version "0.7.7" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1" dependencies: @@ -5738,6 +5738,14 @@ shelljs@^0.7.4, shelljs@^0.7.5: interpret "^1.0.0" rechoir "^0.6.2" +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" + rechoir "^0.6.2" + signal-exit@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"