From 7721986c5f299fe9dbb08f804e30c65429c8daaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:42:32 +0000 Subject: [PATCH] Bump shelljs from 0.8.1 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.1 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.1...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... 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 9aaa7cc..66eb220 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "portscanner": "^2.1.1", "raygun": "^0.9.1", "request-promise-native": "^1.0.5", - "shelljs": "^0.8.1", + "shelljs": "^0.8.5", "tar": "^4.4.0", "wget-improved": "^1.5.0", "winston": "^3.0.0-rc5", diff --git a/yarn.lock b/yarn.lock index 7f4b8ab..935e6bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5735,9 +5735,9 @@ shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" -shelljs@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1" +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"