From bf7397125e5a58c84642cda07c4f32917c4c36b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:04:06 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.5 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] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4f58e92..bd9ea09 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "raw-loader": "^0.5.1", "react-scripts": "^1.0.13", "rimraf": "^2.6.1", - "shelljs": "^0.7.8", + "shelljs": "^0.8.5", "source-map-support": "^0.4.18", "style-loader": "^0.18.2", "why-did-you-update": "^0.0.8" diff --git a/yarn.lock b/yarn.lock index 91d65a1..a1b4b8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6874,9 +6874,9 @@ shell-quote@1.6.1, shell-quote@^1.6.1: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@^0.7.8: - version "0.7.8" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" +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"