File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 27
27
"just-diff" : " ^5.2.0" ,
28
28
"proxy-agent" : " ^6.4.0" ,
29
29
"semver" : " ^7.7.0" ,
30
- "shelljs" : " ^0.9.2 " ,
30
+ "shelljs" : " ^0.10.0 " ,
31
31
"standard-version" : " ^9.5.0" ,
32
32
"strip-ansi" : " ^6" ,
33
33
"yarn-deduplicate" : " ^6.0.2"
Original file line number Diff line number Diff line change @@ -5146,7 +5146,7 @@ execa@^4.1.0:
5146
5146
signal-exit "^3.0.2"
5147
5147
strip-final-newline "^2.0.0"
5148
5148
5149
- execa@^5.0.0 :
5149
+ execa@^5.0.0, execa@^5.1.1 :
5150
5150
version "5.1.1"
5151
5151
resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
5152
5152
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -9093,6 +9093,14 @@ shebang-regex@^3.0.0:
9093
9093
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
9094
9094
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
9095
9095
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
+
9096
9104
shelljs@^0.8.4, shelljs@^0.8.5 :
9097
9105
version "0.8.5"
9098
9106
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"
You can’t perform that action at this time.
0 commit comments