Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent a68b972 commit 664bafc
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.10"
"zx-extra": "3.0.11"
},
"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.12.11", "@types/node@^20.12.11":
"@types/node@>=20.12.12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.12.11":
version "20.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
Expand Down Expand Up @@ -3074,10 +3081,10 @@ yup@0.32.11:
property-expr "^2.0.4"
toposort "^2.0.2"

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==
zx-extra@3.0.11:
version "3.0.11"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.11.tgz#d5fd7bc025af603090a28d132f2b2f162df193d1"
integrity sha512-dkFw3jnyFYJK3cjp52PPY3taY43FVAJ+C8h4koSCuz0SbSehFfGx8WMg/Nve1jFewkXhLK+Vr4b30rTuI558Jg==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
Expand All @@ -3090,12 +3097,12 @@ zx-extra@3.0.10:
semver "^7.6.2"
ssri "^10.0.6"
tempy "^3.1.0"
zx "8.1.0"
zx "8.1.1"

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==
zx@8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.1.tgz#240cd319a2fb016eddff094c4548f27061d89398"
integrity sha512-JYAyM06wK+KLy07MkipBTghtd3zsYBxTH44Fh3p932ntDKdT5jxziEK51siPG+rqT+MWV1yK9mCM1/CB92PV7Q==
optionalDependencies:
"@types/fs-extra" "^11.0.4"
"@types/node" ">=20.12.11"
"@types/node" ">=20.12.12"

0 comments on commit 664bafc

Please sign in to comment.