From 6c1d2593bf6443a5be1d50f3c40d61d32b9da530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 01:37:38 +0000 Subject: [PATCH] chore: Bump undici from 7.28.0 to 8.5.0 Bumps [undici](https://github.com/nodejs/undici) from 7.28.0 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:development 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 af5b35ed..ca6d1ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "sinon": "^22.0.0", "standard": "^17.1.0", "tstyche": "^7.0.0", - "undici": "^7.2.1" + "undici": "^8.5.0" }, "peerDependencies": { "next": "12.x.x || 13.x.x" @@ -5082,13 +5082,13 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "dev": true, "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index dd86e0da..01a923bf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sinon": "^22.0.0", "standard": "^17.1.0", "tstyche": "^7.0.0", - "undici": "^7.2.1" + "undici": "^8.5.0" }, "publishConfig": { "access": "public"