From 1f3cb455968fb3a95805727d35428d16340b6d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:43:05 +0000 Subject: [PATCH] Bump undici from 6.25.0 to 8.2.0 Bumps [undici](https://github.com/nodejs/undici) from 6.25.0 to 8.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.25.0...v8.2.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8970e46a9..96f696537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "rxjs": "^7.8.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", - "undici": "^6.25.0", + "undici": "^8.2.0", "uuid": "^14.0.0", "ws": "^8.20.1", "zod": "^4.4.3" @@ -1250,6 +1250,15 @@ "node": ">=18.0" } }, + "node_modules/@digitalbazaar/http-client/node_modules/undici": { + "version": "6.25.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz", + "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==", + "license": "MIT", + "engines": { + "node": ">=18.17" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", @@ -10087,12 +10096,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz", - "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.2.0.tgz", + "integrity": "sha512-Z+4Hx9GE26Lh9Upwfnc8C7SsrpBPGaM/Gm6kMFtiG7c+5IvQKlXi/t+9x9DrrCh29cww5TSP9YdVaBcnLDs5fQ==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 626d20830..0f67996ec 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "rxjs": "^7.8.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", - "undici": "^6.25.0", + "undici": "^8.2.0", "uuid": "^14.0.0", "ws": "^8.20.1", "zod": "^4.4.3"