summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-15 05:27:02 +0000
committerGitHub <noreply@github.com>2022-01-15 05:27:02 +0000
commitadb594cafb2a7e192e1341b8806b2404ddac6103 (patch)
tree95fc44c62180eb61ad051dfd524de3938810f3ba
parent007ab4f7d1c77d426e1b1b8b51ea57eac6501e13 (diff)
Bump shelljs from 0.8.3 to 0.8.5 in /frontdependabot/npm_and_yarn/front/shelljs-0.8.5
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 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.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--front/package.json2
-rw-r--r--front/yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/front/package.json b/front/package.json
index 32c8f43c..2ee0edbf 100644
--- a/front/package.json
+++ b/front/package.json
@@ -87,7 +87,7 @@
"mocha": "^6.2.2",
"sass": "^1.24.0",
"sass-loader": "git://github.com/webpack-contrib/sass-loader",
- "shelljs": "^0.8.3",
+ "shelljs": "^0.8.5",
"sinon": "^7.5.0",
"sinon-chai": "^3.4.0",
"vue-loader": "^14.0.0",
diff --git a/front/yarn.lock b/front/yarn.lock
index 7b89b200..b2234f7b 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -9691,10 +9691,10 @@ shell-quote@^1.6.1:
array-reduce "~0.0.0"
jsonify "~0.0.0"
-shelljs@^0.8.3:
- version "0.8.3"
- resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
- integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
+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"