Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2024
1 parent 73e0f4b commit 0eb3371
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.22"
"zx-extra": "3.0.23"
},
"devDependencies": {
"c8": "^10.1.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3174,10 +3174,10 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zx-extra@3.0.22:
version "3.0.22"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.22.tgz#13dd5ce309a3eef83996630eaa437b95789d12c3"
integrity sha512-5EwpHGD5M21bSHMkGAz3bjlRG7CcIYga/xFlVWvzlbltrMNMrwlNANqKUR0rdC+5RfIR0n984DcapJtcNxNWJg==
zx-extra@3.0.23:
version "3.0.23"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.23.tgz#d8224aefd61aa698961c5b97e5380a2f819b48dd"
integrity sha512-0ukcKNq9iMtOSJ/I57wyzYC95OWMMFIWK5PZ5wmMf+z7dVvivRzeUB5gj75kFJE7VNCHzbeV+ZUSbvbTkqZjcA==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
Expand All @@ -3191,12 +3191,12 @@ zx-extra@3.0.22:
ssri "^10.0.6"
tempy "^3.1.0"
typescript "^5.5.4"
zx "8.1.8"
zx "8.1.9"

zx@8.1.8:
version "8.1.8"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.8.tgz#0d0abb501d7e2593bf6f4539fc578ad36e6988b3"
integrity sha512-m8s48skYQ8EcRz9KXfc7rZCjqlZevOGiNxq5tNhDiGnhOvXKRGxVr+ajUma9B6zxMdHGSSbnjV/R/r7Ue2xd+A==
zx@8.1.9:
version "8.1.9"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.9.tgz#36b8be5929a1c870dcaa28551095e17aa7ebf251"
integrity sha512-UHuLHphHmsBYKkAchkSrEN4nzDyagafqC9HUxtc1J7eopaScW6H9dsLJ1lmkAntnLtDTGoM8fa+jrJrXiIfKFA==
optionalDependencies:
"@types/fs-extra" ">=11"
"@types/node" ">=20"

0 comments on commit 0eb3371

Please sign in to comment.