From a597406fbcef422814995fe0e975d5332fba241a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:10:43 +0000 Subject: [PATCH] build(deps): bump undici from 8.0.0 to 8.0.2 Bumps [undici](https://github.com/nodejs/undici) from 8.0.0 to 8.0.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.0.0...v8.0.2) --- updated-dependencies: - dependency-name: undici dependency-version: 8.0.2 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 967c7a30bf..a20b6674df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3302,9 +3302,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", - "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.2.tgz", + "integrity": "sha512-B9MeU5wuFhkFAuNeA19K2GDFcQXZxq33fL0nRy2Aq30wdufZbyyvxW3/ChaeipXVfy/wUweZyzovQGk39+9k2w==", "license": "MIT", "engines": { "node": ">=22.19.0"