From 00a418a68e0d8c13e48efe6066aff84060d518d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:20:09 +0000 Subject: [PATCH] chore(deps): bump undici from 7.15.0 to 7.18.2 Bumps [undici](https://github.com/nodejs/undici) from 7.15.0 to 7.18.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.15.0...v7.18.2) --- updated-dependencies: - dependency-name: undici dependency-version: 7.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 335f4debd3d..57eebf16f85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16334,9 +16334,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.18.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", + "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -17651,7 +17651,7 @@ "strip-json-comments": "^3.1.1", "tar": "^7.5.2", "tinygradient": "^1.1.5", - "undici": "^7.10.0", + "undici": "^7.18.2", "wrap-ansi": "9.0.2", "yargs": "^17.7.2", "zod": "^3.23.8" @@ -17764,7 +17764,7 @@ "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "tree-sitter-bash": "^0.25.0", - "undici": "^7.10.0", + "undici": "^7.18.2", "web-tree-sitter": "^0.25.10", "ws": "^8.18.0", "zod": "^3.25.76" diff --git a/packages/cli/package.json b/packages/cli/package.json index 6b044c865f1..f07b95a654b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -60,7 +60,7 @@ "strip-json-comments": "^3.1.1", "tar": "^7.5.2", "tinygradient": "^1.1.5", - "undici": "^7.10.0", + "undici": "^7.18.2", "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 8ebf5f13c83..d96b5e2adee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -64,7 +64,7 @@ "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "tree-sitter-bash": "^0.25.0", - "undici": "^7.10.0", + "undici": "^7.18.2", "web-tree-sitter": "^0.25.10", "ws": "^8.18.0", "zod": "^3.25.76"