Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 28c57c5 commit fa6885b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.13"
"zx-extra": "3.0.14"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@
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==
"@types/node@^20.12.13":
version "20.12.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.13.tgz#90ed3b8a4e52dd3c5dc5a42dde5b85b74ad8ed88"
integrity sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -1569,10 +1569,10 @@ inherits@2, inherits@2.0.4, inherits@^2.0.3:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

ini@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.2.tgz#7f646dbd9caea595e61f88ef60bfff8b01f8130a"
integrity sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==
ini@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.3.tgz#4c359675a6071a46985eb39b14e4a2c0ec98a795"
integrity sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==

ip@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -3081,17 +3081,17 @@ yup@0.32.11:
property-expr "^2.0.4"
toposort "^2.0.2"

zx-extra@3.0.13:
version "3.0.13"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.13.tgz#acdaa3ee21d5e4596a71e5c5fe4b6c69881a717b"
integrity sha512-uuKi0jenz/A5X7X3d6ILav7BYummigl7XCwGgop03vInepbkJQzrjVH1+cOnA+g4TSb3WsaH7ZujHCCT/bYmNA==
zx-extra@3.0.14:
version "3.0.14"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.14.tgz#189d638c6bc6a96f460b6efd5557ba52ad6d4d3b"
integrity sha512-ZGquFFZhtqEtNk5HPp7DWqvb5JjGiX0HC4/SF4nz4bRCIBsw7kXaBUDEiCopaBZEf10MS7YiChqwzeMD3Z+LJQ==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
"@types/node" "^20.12.11"
"@types/node" "^20.12.13"
"@types/semver" "^7.5.8"
globby-cp "^1.3.0"
ini "^4.1.2"
ini "^4.1.3"
ip "^2.0.1"
is-reachable "^5.2.1"
semver "^7.6.2"
Expand Down

0 comments on commit fa6885b

Please sign in to comment.