From da85d9888741c81b9ac8cab10418380c31dd52e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:44:17 +0000 Subject: [PATCH] Chore(deps): bump undici-types from 5.26.5 to 8.3.0 Bumps [undici-types](https://github.com/nodejs/undici) from 5.26.5 to 8.3.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.5...v8.3.0) --- updated-dependencies: - dependency-name: undici-types dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37ee228a5..14638bf04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "to-regex-range": "^5.0.1", "uc.micro": "^2.1.0", "undici": "^6.24.0", - "undici-types": "^5.26.5", + "undici-types": "^8.3.0", "unicorn-magic": "^0.4.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.25.2" @@ -612,6 +612,13 @@ "undici-types": "~5.26.4" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/unist": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", @@ -2176,9 +2183,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/unicorn-magic": { diff --git a/package.json b/package.json index d17c99e99..d1d98e1ce 100644 --- a/package.json +++ b/package.json @@ -336,7 +336,7 @@ "to-regex-range": "^5.0.1", "uc.micro": "^2.1.0", "undici": "^6.24.0", - "undici-types": "^5.26.5", + "undici-types": "^8.3.0", "unicorn-magic": "^0.4.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.25.2"