From 9bbdd329880ea80ecd7c062b73307c9c9fe38491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:23:05 +0000 Subject: [PATCH] build(deps): bump undici from 8.4.0 to 8.4.1 Bumps [undici](https://github.com/nodejs/undici) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.4.0...v8.4.1) --- updated-dependencies: - dependency-name: undici dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7312f21..f53b80b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9260,9 +9260,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.0.tgz", - "integrity": "sha512-tDR4LgFBeV7YBWOFMlmbhtrnFVWuZ6HKbkG+88/csQdhK2tPlW78PnLI2VRjIQtTlslvgSZ4R43WBE+4g6rhng==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.1.tgz", + "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", "license": "MIT", "engines": { "node": ">=22.19.0"