From 2ba503d64ac3d1bbb716f9ab7f74dc27ea0b8c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:27:35 +0000 Subject: [PATCH] build(deps): bump undici in the undici group across 1 directory Bumps the undici group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.28.0 to 8.7.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v8.7.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: undici ... 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 004dab8d..bde6bcb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "flat": "^6.0.1", "js-yaml": "^4.2.0", "markup-js": "^1.5.21", - "undici": "^7.28.0" + "undici": "^8.7.0" }, "devDependencies": { "@biomejs/biome": "^2.5.4", @@ -2348,12 +2348,12 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index e543e3ab..599547b6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "flat": "^6.0.1", "js-yaml": "^4.2.0", "markup-js": "^1.5.21", - "undici": "^7.28.0" + "undici": "^8.7.0" }, "overrides": { "undici-types": "^7.28.0"