From b8ac0cec6df92c2165f90afee406e81f9174fc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:05:50 +0000 Subject: [PATCH] Bump shelljs from 0.8.2 to 0.8.5 in /gui 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] --- gui/package.json | 2 +- gui/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) mode change 100755 => 100644 gui/yarn.lock diff --git a/gui/package.json b/gui/package.json index 8c71e9f9..c8183130 100644 --- a/gui/package.json +++ b/gui/package.json @@ -27,7 +27,7 @@ "react-scrollbar": "^0.5.4", "react-svg-pathline": "^0.5.0", "react-virtualized": "^9.20.1", - "shelljs": "^0.8.2" + "shelljs": "^0.8.5" }, "scripts": { "start": "react-scripts start", diff --git a/gui/yarn.lock b/gui/yarn.lock old mode 100755 new mode 100644 index 9e49b3a0..d761c1b8 --- a/gui/yarn.lock +++ b/gui/yarn.lock @@ -1682,7 +1682,7 @@ compressible@~2.0.13: compression@^1.5.2: version "1.7.2" - resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" dependencies: accepts "~1.3.4" bytes "3.0.0" @@ -7210,9 +7210,10 @@ shell-quote@1.6.1: array-reduce "~0.0.0" jsonify "~0.0.0" -shelljs@^0.8.2: - version "0.8.2" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35" +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"