From 7464b93dec262cffaff90ea01e642cf0b70ef02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:21:11 +0000 Subject: [PATCH] build(deps): bump undici from 8.0.2 to 8.0.3 Bumps [undici](https://github.com/nodejs/undici) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: undici dependency-version: 8.0.3 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 dc1f37697c9..51a48a16240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3302,9 +3302,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.2.tgz", - "integrity": "sha512-B9MeU5wuFhkFAuNeA19K2GDFcQXZxq33fL0nRy2Aq30wdufZbyyvxW3/ChaeipXVfy/wUweZyzovQGk39+9k2w==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.3.tgz", + "integrity": "sha512-vTLEG/ceXgu/dMTQ8uNE2zgl7I7qEkx9l9tkz2H802AkgbBMvbmHMu4YqsrpGbUAMYKSQhCbmjsWMAeGu1dYXg==", "license": "MIT", "engines": { "node": ">=22.19.0"