From 8382c4060aabd3e5f868c336eb05308e6ac8fcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:00:56 +0000 Subject: [PATCH] chore(deps): bump undici from 7.29.0 to 8.10.0 Bumps [undici](https://github.com/nodejs/undici) from 7.29.0 to 8.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.29.0...v8.10.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/ai/package.json | 2 +- packages/coding-agent/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64651d2e35..e839e8d254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5299,12 +5299,12 @@ } }, "node_modules/undici": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz", - "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz", + "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { @@ -5753,7 +5753,7 @@ "partial-json": "^0.1.7", "proxy-agent": "^6.5.0", "typebox": "^1.3.9", - "undici": "^7.29.0", + "undici": "^8.10.0", "zod-to-json-schema": "^3.24.6" }, "bin": { @@ -5810,7 +5810,7 @@ "proper-lockfile": "^4.1.2", "strip-ansi": "^7.1.0", "typebox": "^1.3.9", - "undici": "^7.29.0", + "undici": "^8.10.0", "uuid": "^14.0.0", "yaml": "^2.9.0", "zeromq": "^6.1.2" diff --git a/packages/ai/package.json b/packages/ai/package.json index c3b9ec3dc7..59a05c47f3 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -81,7 +81,7 @@ "openai": "6.47.0", "partial-json": "^0.1.7", "proxy-agent": "^6.5.0", - "undici": "^7.29.0", + "undici": "^8.10.0", "zod-to-json-schema": "^3.24.6" }, "keywords": [ diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index a2f5b5cd8a..a49d296879 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -66,7 +66,7 @@ "proper-lockfile": "^4.1.2", "strip-ansi": "^7.1.0", "typebox": "^1.3.9", - "undici": "^7.29.0", + "undici": "^8.10.0", "uuid": "^14.0.0", "yaml": "^2.9.0", "zeromq": "^6.1.2"