From fedf4deb18031a20b008e8773ec535a17b3404fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:24:19 +0000 Subject: [PATCH] chore(deps): bump undici from 7.15.0 to 7.28.0 Bumps [undici](https://github.com/nodejs/undici) from 7.15.0 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.15.0...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47c9b7977..bc2850000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19703,9 +19703,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz", - "integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -22229,7 +22229,6 @@ "packages/cli": { "name": "@terminai/cli", "version": "0.28.0", - "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.11.0", @@ -22268,7 +22267,7 @@ "strip-json-comments": "^3.1.1", "tar": "^7.5.2", "tinygradient": "^1.1.5", - "undici": "^7.10.0", + "undici": "^7.28.0", "wrap-ansi": "9.0.2", "yargs": "^17.7.2", "zod": "^3.23.8" @@ -22446,7 +22445,7 @@ "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "tree-sitter-bash": "^0.25.0", - "undici": "^7.10.0", + "undici": "^7.28.0", "web-tree-sitter": "^0.25.10", "zod": "^3.25.76" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 208cd53e7..5a4fa1346 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -69,7 +69,7 @@ "strip-json-comments": "^3.1.1", "tar": "^7.5.2", "tinygradient": "^1.1.5", - "undici": "^7.10.0", + "undici": "^7.28.0", "wrap-ansi": "9.0.2", "yargs": "^17.7.2", "zod": "^3.23.8" diff --git a/packages/core/package.json b/packages/core/package.json index 1c0f81eff..8f9856e7f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -72,7 +72,7 @@ "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "tree-sitter-bash": "^0.25.0", - "undici": "^7.10.0", + "undici": "^7.28.0", "web-tree-sitter": "^0.25.10", "zod": "^3.25.76" },