Skip to content

Commit 19fd983

Browse files
fix(deps): bump shelljs from 0.9.2 to 0.10.0
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: shelljs dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4779001 commit 19fd983

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"just-diff": "^5.2.0",
2828
"proxy-agent": "^6.4.0",
2929
"semver": "^7.7.0",
30-
"shelljs": "^0.9.2",
30+
"shelljs": "^0.10.0",
3131
"standard-version": "^9.5.0",
3232
"strip-ansi": "^6",
3333
"yarn-deduplicate": "^6.0.2"

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5146,7 +5146,7 @@ execa@^4.1.0:
51465146
signal-exit "^3.0.2"
51475147
strip-final-newline "^2.0.0"
51485148

5149-
execa@^5.0.0:
5149+
execa@^5.0.0, execa@^5.1.1:
51505150
version "5.1.1"
51515151
resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
51525152
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -9093,6 +9093,14 @@ shebang-regex@^3.0.0:
90939093
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
90949094
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
90959095

9096+
shelljs@^0.10.0:
9097+
version "0.10.0"
9098+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
9099+
integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
9100+
dependencies:
9101+
execa "^5.1.1"
9102+
fast-glob "^3.3.2"
9103+
90969104
shelljs@^0.8.4, shelljs@^0.8.5:
90979105
version "0.8.5"
90989106
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"

0 commit comments

Comments
 (0)