Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent b910bd6 commit 9aa8af9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.9"
"zx-extra": "3.0.10"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3074,10 +3074,10 @@ yup@0.32.11:
property-expr "^2.0.4"
toposort "^2.0.2"

zx-extra@3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.9.tgz#6e8f66bfeafaac72c040e7cba721a59f193eea3f"
integrity sha512-zMFr/8ZOyxqLc91qAqAic2JCCGv+yn+Y75zOQh6nXx2H+qhuA281Xq8crcoeaKnzktgzuhnIqATXuYSpeRBpnA==
zx-extra@3.0.10:
version "3.0.10"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.10.tgz#1e21f4bac66be57f077afb2f305fd1a01c453471"
integrity sha512-Uyup/n0/BX8Q4CYr0+G7sZ+njuXCwNg8sZzeP7J+Z5QgapgN/e0L4eSjZZUkLxUNrivuBbO37WpBA/IFzmnOOA==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
Expand All @@ -3090,12 +3090,12 @@ zx-extra@3.0.9:
semver "^7.6.2"
ssri "^10.0.6"
tempy "^3.1.0"
zx "8.0.2-dev.0eb81c9"
zx "8.1.0"

zx@8.0.2-dev.0eb81c9:
version "8.0.2-dev.0eb81c9"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.0.2-dev.0eb81c9.tgz#4428b7296bb427b431586b8d2fe1486fb73626eb"
integrity sha512-OTxk0rUmhI+5m7zygE0NNeGoTnJ5PAbv/MfoNhDQhI6ytYaCKQsIttSYelJXm3kuQ5UnBOdxnvKFWYKwgvQ1TA==
zx@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.0.tgz#1ce5c63634929fe158f441c43476b5dd5fa08fbb"
integrity sha512-2BCoOK6JTWikAkwPCV2dFr+1ou29WoY+6XltLu+Ou9dvxrqm/p+HuHCgBtMRMIVFexQzUSGfB5VbYeY8XmGBPQ==
optionalDependencies:
"@types/fs-extra" "^11.0.4"
"@types/node" ">=20.12.11"

0 comments on commit 9aa8af9

Please sign in to comment.