diff --git a/.changeset/dependencies-737.md b/.changeset/dependencies-737.md new file mode 100644 index 00000000..7744246f --- /dev/null +++ b/.changeset/dependencies-737.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +fix(deps): update dependency undici to ^6.28.0 [security] diff --git a/autify-cli/package.json b/autify-cli/package.json index f0e6fcc3..4978bf11 100644 --- a/autify-cli/package.json +++ b/autify-cli/package.json @@ -36,7 +36,7 @@ "per-env": "^1.0.2", "shell-quote": "^1.8.3", "tar": "^7.5.11", - "undici": "^6.24.0", + "undici": "^6.28.0", "unzip-stream": "^0.3.4", "uuid": "^11.1.0", "which": "^5.0.0", diff --git a/package-lock.json b/package-lock.json index c6c680fe..cf33580b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -45,7 +45,7 @@ "per-env": "^1.0.2", "shell-quote": "^1.8.3", "tar": "^7.5.11", - "undici": "^6.24.0", + "undici": "^6.28.0", "unzip-stream": "^0.3.4", "uuid": "^11.1.0", "which": "^5.0.0", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -16861,9 +16861,9 @@ } }, "node_modules/undici": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", - "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "engines": { "node": ">=18.17"