From a5dfa38f9b14f3ef8e5cf4df7f4853677f6bccfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:43:45 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.5 in /rttApp/rttApp-vue 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] --- rttApp/rttApp-vue/package.json | 2 +- rttApp/rttApp-vue/yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/rttApp/rttApp-vue/package.json b/rttApp/rttApp-vue/package.json index 8f89c78..e6e23dc 100644 --- a/rttApp/rttApp-vue/package.json +++ b/rttApp/rttApp-vue/package.json @@ -70,7 +70,7 @@ "portfinder": "^1.0.13", "rimraf": "^2.6.0", "semver": "^5.3.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "sinon": "^4.0.0", "sinon-chai": "^2.8.0", "url-loader": "^0.5.8", diff --git a/rttApp/rttApp-vue/yarn.lock b/rttApp/rttApp-vue/yarn.lock index b7f3cc9..5b3d974 100644 --- a/rttApp/rttApp-vue/yarn.lock +++ b/rttApp/rttApp-vue/yarn.lock @@ -5135,7 +5135,7 @@ 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.7.5, shelljs@^0.7.6: +shelljs@^0.7.5: version "0.7.8" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" dependencies: @@ -5143,6 +5143,14 @@ shelljs@^0.7.5, shelljs@^0.7.6: interpret "^1.0.0" rechoir "^0.6.2" +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" + rechoir "^0.6.2" + signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"