From d2580a5196041bb7d80d944b49886dd2411be2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:15:12 +0000 Subject: [PATCH] chore(deps): bump undici from 6.28.0 to 8.10.0 Bumps [undici](https://github.com/nodejs/undici) from 6.28.0 to 8.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.28.0...v8.10.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b1dc05..9e5ba91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "playwright": "1.62.1", - "undici": "6.28.0", + "undici": "8.10.0", "yaml": "^2.6.1", "zod": "3.25.76" }, @@ -2478,12 +2478,12 @@ } }, "node_modules/undici": { - "version": "6.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", - "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz", + "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 0b5bcf8..e64b9f9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "playwright": "1.62.1", - "undici": "6.28.0", + "undici": "8.10.0", "yaml": "^2.6.1", "zod": "3.25.76" },