From 61a61ec3fbe5464056495ce24497de856bce2799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 05:09:56 +0000 Subject: [PATCH] chore(deps-dev): bump shx from 0.3.3 to 0.3.4 Bumps [shx](https://github.com/shelljs/shx) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shx/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: shx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3ed45cca..ee7e9ce7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nyc": "^15.1.0", "prettier": "^2.4.1", "pretty-quick": "^3.1.0", - "shx": "0.3.3", + "shx": "0.3.4", "sinon": "10.0.0", "ts-node": "^10.0.0", "typescript": "^4.1.3" diff --git a/yarn.lock b/yarn.lock index 20db061e..58807543 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5108,7 +5108,7 @@ shebang-regex@^3.0.0: resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shelljs@^0.8.4, shelljs@~0.8.4: +shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4: version "0.8.5" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== @@ -5126,13 +5126,13 @@ shiki@^0.9.12: vscode-oniguruma "^1.6.1" vscode-textmate "5.2.0" -shx@0.3.3: - version "0.3.3" - resolved "https://registry.npmjs.org/shx/-/shx-0.3.3.tgz#681a88c7c10db15abe18525349ed474f0f1e7b9f" - integrity sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA== +shx@0.3.4: + version "0.3.4" + resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02" + integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g== dependencies: minimist "^1.2.3" - shelljs "^0.8.4" + shelljs "^0.8.5" side-channel@^1.0.4: version "1.0.4"