From af1e118b62d12153895105d566d5424d1c636e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:44:30 +0000 Subject: [PATCH] chore(deps): bump undici from 8.10.0 to 8.10.2 Bumps [undici](https://github.com/nodejs/undici) from 8.10.0 to 8.10.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.10.0...v8.10.2) --- updated-dependencies: - dependency-name: undici dependency-version: 8.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38e2267..1a99353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "express-rate-limit": "^8.7.0", "helmet": "^8.0.0", "js-yaml": "^5.4.1", - "undici": "^8.10.0", + "undici": "^8.10.2", "zod": "^4.5.2" }, "devDependencies": { @@ -3722,9 +3722,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz", - "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==", + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz", + "integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==", "license": "MIT", "engines": { "node": ">=22.19.0" diff --git a/package.json b/package.json index c1d33b8..3195f3e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express-rate-limit": "^8.7.0", "helmet": "^8.0.0", "js-yaml": "^5.4.1", - "undici": "^8.10.0", + "undici": "^8.10.2", "zod": "^4.5.2" }, "devDependencies": {