From c2f955ebce2dd4b1760fbc8dc3d364799174e643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:17:14 +0000 Subject: [PATCH] build(deps): bump shelljs from 0.8.2 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 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.2...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- packages/generator-fucapp/package.json | 2 +- yarn.lock | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5fc39b5..9a812f5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -17,7 +17,7 @@ "commander": "^2.9.0", "lodash": "^4.17.5", "ora": "^2.0.0", - "shelljs": "^0.8.1", + "shelljs": "^0.8.5", "yeoman-environment": "^2.0.6" }, "repository": { diff --git a/packages/generator-fucapp/package.json b/packages/generator-fucapp/package.json index 444c8af..6e95811 100644 --- a/packages/generator-fucapp/package.json +++ b/packages/generator-fucapp/package.json @@ -34,7 +34,7 @@ "chalk": "^2.1.0", "gulp-jsbeautifier": "^2.1.2", "lodash": "^4.17.10", - "shelljs": "^0.8.1", + "shelljs": "^0.8.5", "yeoman-generator": "^2.0.5", "yosay": "^2.0.2" }, diff --git a/yarn.lock b/yarn.lock index a8710df..57c9984 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8125,9 +8125,10 @@ shell-quote@^1.6.1: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@^0.8.0, shelljs@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35" +shelljs@^0.8.0, 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"