From 7bcbe6190529983f0e0a5c310ff702406d06658b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 07:28:49 +0000 Subject: [PATCH] Bump shelljs from 0.6.1 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.6.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/commits/v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- game/camelotunchained/package.json | 2 +- yarn.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/game/camelotunchained/package.json b/game/camelotunchained/package.json index e255f16f0..091dcbecd 100644 --- a/game/camelotunchained/package.json +++ b/game/camelotunchained/package.json @@ -31,7 +31,7 @@ "dependencies": {}, "devDependencies": { "chalk": "^1.1.1", - "shelljs": "^0.6.0", + "shelljs": "^0.8.5", "yargs": "^4.2.0", "babel-cli": "^6.5.1", "babel-core": "^6.5.2", diff --git a/yarn.lock b/yarn.lock index 9a683701c..5e7043a41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15102,10 +15102,14 @@ shelljs@0.7.7: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.6.0: - version "0.6.1" - resolved "http://registry.camelotunchained.com/shelljs/-/shelljs-0.6.1.tgz#ec6211bed1920442088fe0f70b2837232ed2c8a8" - integrity sha1-7GIRvtGSBEIIj+D3Cyg3Iy7SyKg= +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" shellwords@^0.1.1: version "0.1.1"