Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 7, 2024
1 parent 649eeec commit 86fbd19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 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.4"
"zx-extra": "3.0.5"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down
37 changes: 15 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==

"@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==
"@types/node@>=20.12.4", "@types/node@^20.12.5":
version "20.12.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3"
integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -3088,14 +3081,14 @@ [email protected]:
property-expr "^2.0.4"
toposort "^2.0.2"

[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==
[email protected].5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.5.tgz#ee54c4a760bddefbe800e44fd446a927bf4201d5"
integrity sha512-rL6EKHYBWIEXLe6IJ/7caNbjlCfva6WunAzH5OL4qknWLv/HfHhqAJ8JYKT4U/LS21zamxQ/Uh2pzm4JyZCJQQ==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
"@types/node" "^20.11.30"
"@types/node" "^20.12.5"
"@types/semver" "^7.5.8"
globby-cp "^1.3.0"
ini "^4.1.2"
Expand All @@ -3105,12 +3098,12 @@ [email protected]:
semver "^7.6.0"
ssri "^10.0.5"
tempy "^3.1.0"
zx "7.2.3-dev.0844b88"
zx "8.0.0"

zx@7.2.3-dev.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==
zx@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.0.0.tgz#396115029a5fc5bb2676553f5b951bc2097cf1cc"
integrity sha512-td4Irxh+i+O8waolUHZyHLSMFALMBWTNVKBk1q5NsvP1vxRqj9JJRGPh6YjKZUTbZZ8uGD1mQLyU9mDr40wR6w==
optionalDependencies:
"@types/fs-extra" "^11.0.4"
"@types/node" ">=20.11.30"
"@types/node" ">=20.12.4"

0 comments on commit 86fbd19

Please sign in to comment.