From d67aa3ebd3eb6a9e6ededf45e52a4f27e25e4a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:17:49 +0100 Subject: [PATCH] build(deps): bump undici from 8.4.1 to 8.5.0 (#7972) Bumps [undici](https://github.com/nodejs/undici) from 8.4.1 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.4.1...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index efd47add0..1781ac7d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -371,8 +371,8 @@ importers: specifier: 1.13.8 version: 1.13.8 undici: - specifier: ^8.4.1 - version: 8.4.1 + specifier: ^8.5.0 + version: 8.5.0 unorm: specifier: 1.6.0 version: 1.6.0 @@ -5495,8 +5495,8 @@ packages: resolution: {integrity: sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==} engines: {node: '>=20.18.1'} - undici@8.4.1: - resolution: {integrity: sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==} + undici@8.5.0: + resolution: {integrity: sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==} engines: {node: '>=22.19.0'} unicode-properties@1.4.1: @@ -11173,7 +11173,7 @@ snapshots: undici@7.27.2: {} - undici@8.4.1: {} + undici@8.5.0: {} unicode-properties@1.4.1: dependencies: diff --git a/src/package.json b/src/package.json index d33398cd4..579a794c5 100644 --- a/src/package.json +++ b/src/package.json @@ -89,7 +89,7 @@ "tsx": "4.22.4", "ueberdb2": "6.1.9", "underscore": "1.13.8", - "undici": "^8.4.1", + "undici": "^8.5.0", "unorm": "1.6.0", "wtfnode": "^0.10.1" },