diff --git a/.changeset/dependencies-719.md b/.changeset/dependencies-719.md new file mode 100644 index 00000000..87aec0b8 --- /dev/null +++ b/.changeset/dependencies-719.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +Bump undici from 6.24.0 to 6.27.0 diff --git a/autify-cli/package.json b/autify-cli/package.json index a9066a2f..b8d8e51a 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.27.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..b4a9e142 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.3", "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.27.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.3", "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.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "license": "MIT", "engines": { "node": ">=18.17"