From 3de886deb32d1e29aaa2f018a01c0b0f7839507c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:52:03 +0000 Subject: [PATCH] chore(deps): bump undici from 6.28.0 to 8.10.2 Bumps [undici](https://github.com/nodejs/undici) from 6.28.0 to 8.10.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.28.0...v8.10.2) --- updated-dependencies: - dependency-name: undici dependency-version: 8.10.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- packages/transport-undici/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index ab11554..72996a6 100644 --- a/bun.lock +++ b/bun.lock @@ -175,7 +175,7 @@ "version": "0.0.0", "dependencies": { "@dexpace/transport-shared": "workspace:*", - "undici": "^6.21.1", + "undici": "^8.10.2", }, "devDependencies": { "@dexpace/core": "workspace:*", @@ -923,7 +923,7 @@ "typescript-eslint": ["typescript-eslint@8.65.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.65.0", "@typescript-eslint/parser": "8.65.0", "@typescript-eslint/typescript-estree": "8.65.0", "@typescript-eslint/utils": "8.65.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA=="], - "undici": ["undici@6.28.0", "", {}, "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA=="], + "undici": ["undici@8.10.2", "", {}, "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ=="], "undici-types": ["undici-types@8.3.0", "", {}, "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ=="], diff --git a/packages/transport-undici/package.json b/packages/transport-undici/package.json index a285d25..683e30e 100644 --- a/packages/transport-undici/package.json +++ b/packages/transport-undici/package.json @@ -26,7 +26,7 @@ "sideEffects": false, "dependencies": { "@dexpace/transport-shared": "workspace:*", - "undici": "^6.21.1" + "undici": "^8.10.2" }, "peerDependencies": { "@dexpace/core": "workspace:*"