diff --git a/package.json b/package.json index 8dcccef..7f1ea1b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "cosmiconfig": "^9.0.0", "queuefy": "^1.2.1", "tar-stream": "^3.1.7", - "zx-extra": "3.0.26" + "zx-extra": "3.0.27" }, "devDependencies": { "c8": "^10.1.2", diff --git a/yarn.lock b/yarn.lock index d2c2ee8..67c0f14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -310,13 +310,20 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@>=20", "@types/node@^22.5.1": +"@types/node@*", "@types/node@>=20": version "22.7.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b" integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== dependencies: undici-types "~6.19.2" +"@types/node@^22.10.2": + version "22.10.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" + integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== + dependencies: + undici-types "~6.20.0" + "@types/responselike@^1.0.0": version "1.0.3" resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz#cc29706f0a397cfe6df89debfe4bf5cea159db50" @@ -2913,10 +2920,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@^5.5.4: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +typescript@^5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== uglify-js@^3.1.4: version "3.19.3" @@ -2928,6 +2935,11 @@ undici-types@~6.19.2: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== +undici-types@~6.20.0: + version "6.20.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" + integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== + unique-string@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a" @@ -3174,14 +3186,14 @@ 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.26: - version "3.0.26" - resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.26.tgz#ffa27d26a67b76a896d4669a3dbaefff3872e86c" - integrity sha512-vuDgb2xlopFREN5TLhTgxUh3Wwc6Grzhxu0BZ1wewC54cba09YWLYfHnLLnXh85gtuw0ZKPyb7CCw7M1Ecm6mw== +zx-extra@3.0.27: + version "3.0.27" + resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.27.tgz#5be2a9ebe491981301f5936777201bfa65da84e2" + integrity sha512-JnfE4FJxXPHMclIm9XfDyZuDD6AOFvJbHOyxs/1yJwIeblwMmtzGg4teBQ0MZlD/X7gHsduOdOrqu4sZdIH7fw== dependencies: "@qiwi/deep-proxy" "^3.0.0" "@types/ip" "^1.1.3" - "@types/node" "^22.5.1" + "@types/node" "^22.10.2" "@types/semver" "^7.5.8" globby-cp "^1.3.0" ini "^4.1.3" @@ -3190,13 +3202,13 @@ zx-extra@3.0.26: semver "^7.6.3" ssri "^10.0.6" tempy "^3.1.0" - typescript "^5.5.4" - zx "8.2.4" + typescript "^5.7.2" + zx "8.3.0" -zx@8.2.4: - version "8.2.4" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.2.4.tgz#28bc6a5c37d623b63a3a1c40198e0aaf9d2d136a" - integrity sha512-g9wVU+5+M+zVen/3IyAZfsZFmeqb6vDfjqFggakviz5uLK7OAejOirX+jeTOkyvAh/OYRlCgw+SdqzN7F61QVQ== +zx@8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/zx/-/zx-8.3.0.tgz#5a4750662041c5990fad1abd02743208c6555b6b" + integrity sha512-L8mY3yfJwo3a8ZDD6f9jZzAcRWJZYcV8GauZmBxLB/aSTwaMzMIEVpPp2Kyx+7yF0gdvuxKnMxAZRft9UCawiw== optionalDependencies: "@types/fs-extra" ">=11" "@types/node" ">=20"