Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent a92f71d commit 36958a8
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.17"
"zx-extra": "3.0.18"
},
"devDependencies": {
"c8": "^10.1.2",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,20 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==

"@types/node@>=20", "@types/node@^20.14.6":
"@types/node@>=20":
version "20.14.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.6.tgz#f3c19ffc98c2220e18de259bb172dd4d892a6075"
integrity sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.14.9":
version "20.14.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
dependencies:
undici-types "~5.26.4"

"@types/responselike@*", "@types/responselike@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"
Expand Down Expand Up @@ -3412,14 +3419,14 @@ [email protected]:
property-expr "^2.0.4"
toposort "^2.0.2"

[email protected].17:
version "3.0.17"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.17.tgz#92284b69c2a7ae7862c8d9bbb35d20b03a9e6bf2"
integrity sha512-1f2OB6q/dZ7wBLmlgRefhA6S9yJRbCWW8AqbkAbwhnI9+jrKVk2PXKxizNvSxtiD6XOXfHZXth6hc7EY9gEs+A==
[email protected].18:
version "3.0.18"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.18.tgz#722fa5252cd03d8b36f19fc0d3647d4ffc10e20a"
integrity sha512-J+eFvfjDENc+VFOiYlZ59lGueLg8Gz5axCnaM4vOWUwEUgC07pL0Pkm5cLyPgZXAw7mtRdELYYvRx++uvdeIDw==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
"@types/node" "^20.14.6"
"@types/node" "^20.14.9"
"@types/semver" "^7.5.8"
globby-cp "^1.3.0"
ini "^4.1.3"
Expand All @@ -3428,12 +3435,12 @@ [email protected]:
semver "^7.6.2"
ssri "^10.0.6"
tempy "^3.1.0"
zx "8.1.4-dev.a262a21"
zx "8.1.4-dev.d7d074d"

[email protected].a262a21:
version "8.1.4-dev.a262a21"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.4-dev.a262a21.tgz#3b3650479cc824b6d11e20fa77e86a9598bbc24b"
integrity sha512-EUEv3JM9KYM3ewVa8IZ0hp7pSJxBT2BAY3i+ubg+UBZ+kIwktyX5f8Sv4nIICTPEh5r6RUoKBAgoWRzIVP6b+Q==
[email protected].d7d074d:
version "8.1.4-dev.d7d074d"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.4-dev.d7d074d.tgz#7f63f03e0fc7dbd8bb972ff975ce591d8ce9021c"
integrity sha512-PADUyrfpGcRhPic5t9GHn+EDOcPl3RD14D8rRKwFnYn5kqXdWaKFwcWTkFW45wJlrHUx3+oi/1pTcL3wN6YYGQ==
optionalDependencies:
"@types/fs-extra" ">=11"
"@types/node" ">=20"

0 comments on commit 36958a8

Please sign in to comment.