From ae0dc14167dc635931006db576e6394808bc30cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:33:27 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /src/pods 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] --- src/pods/package.json | 2 +- src/pods/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pods/package.json b/src/pods/package.json index 987058a..5fe64b5 100644 --- a/src/pods/package.json +++ b/src/pods/package.json @@ -54,7 +54,7 @@ "mkdirp": "^0.5.1", "mocha-junit-reporter": "1.23.1", "oz-console": "1.1.3", - "shelljs": "0.8.3", + "shelljs": "0.8.5", "solc": "0.5.12", "solidity-coverage": "0.7.0-beta.2", "truffle": "5.0.42", diff --git a/src/pods/yarn.lock b/src/pods/yarn.lock index 14014b9..0a03a69 100644 --- a/src/pods/yarn.lock +++ b/src/pods/yarn.lock @@ -6933,10 +6933,10 @@ shebang-regex@^1.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= -shelljs@0.8.3, 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, shelljs@^0.8.3: + 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"