Skip to content

Commit

Permalink
perf: update zx-extra to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 3, 2024
1 parent 1c6255c commit 818003b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cosmiconfig": "^9.0.0",
"queuefy": "^1.2.1",
"tar-stream": "^3.1.7",
"zx-extra": "3.0.1"
"zx-extra": "3.0.4"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,14 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==

"@types/node@>=20.11.28", "@types/node@^20.11.30":
"@types/node@>=20.11.30":
version "20.12.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.3.tgz#d6658c2c7776c1cad93534bb45428195ed840c65"
integrity sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.11.30":
version "20.12.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
Expand Down Expand Up @@ -3081,10 +3088,10 @@ [email protected]:
property-expr "^2.0.4"
toposort "^2.0.2"

[email protected].1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.1.tgz#5a5c224a8611e18e063f9ebab310cb2571216322"
integrity sha512-nbUIiWfDE+tflXJ1IpeQyQ9kBCXynITzsgs7wjQVFnzNW+u5MsnAPCmJd5SzfVWL3bKTwU1t8oFZoWwOvHPZig==
[email protected].4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.4.tgz#ce5a91846ae75b87f1e87eef3eff7e4cc7262dc8"
integrity sha512-mfrFy/9mEU1upI0ucemEhk/tA8otfduc4cYoavgF5Zsj5UvpUDEJBrAK449rlSkJANe5r8g4usC9HGcqnJ9UfA==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
Expand All @@ -3098,12 +3105,12 @@ [email protected]:
semver "^7.6.0"
ssri "^10.0.5"
tempy "^3.1.0"
zx "7.2.3-dev.c2cda4a"
zx "7.2.3-dev.0844b88"

[email protected].c2cda4a:
version "7.2.3-dev.c2cda4a"
resolved "https://registry.yarnpkg.com/zx/-/zx-7.2.3-dev.c2cda4a.tgz#e28f971b34c9828efaf2a73547f0fb248cf47a40"
integrity sha512-wfNE1wxvFwkNQ1YpYjiNpYA+3zEo1cv7avq4esV+euLeGPj8z62EOa34GhiwNp2UoaoyenA9mArm5mnRRMAx4Q==
[email protected].0844b88:
version "7.2.3-dev.0844b88"
resolved "https://registry.yarnpkg.com/zx/-/zx-7.2.3-dev.0844b88.tgz#74e5a2d0d132c1e3e1b5a3df0e18a3dd5250bad9"
integrity sha512-+PpsWDmRV8CAhU29pFgFTSRdo9olhIJvrv5ItPIC4U+BsqdMrumIFXrMeoB8XEABlCJBi5DjH/nFxiBgVe+rpg==
optionalDependencies:
"@types/fs-extra" "^11.0.4"
"@types/node" ">=20.11.28"
"@types/node" ">=20.11.30"

0 comments on commit 818003b

Please sign in to comment.