From 02eb2b02c0223ac864e93a4dd4118b1f3b661238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:21:06 +0000 Subject: [PATCH 1/2] Bump undici from 6.24.0 to 6.27.0 Bumps [undici](https://github.com/nodejs/undici) from 6.24.0 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.0...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autify-cli/package.json | 2 +- package-lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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" From 4ef7005e0150a8602be7e5509ed65a319a5b02aa Mon Sep 17 00:00:00 2001 From: "autify-cli-bot[bot]" <106507794+autify-cli-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:21:21 +0000 Subject: [PATCH 2/2] chore: add changeset for dependencies bump --- .changeset/dependencies-719.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependencies-719.md 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