From fd053dc0cb70fa740a9f01414fc125820ddc6715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:13:51 +0000 Subject: [PATCH] chore(deps-dev): bump undici-types from 8.9.0 to 8.10.0 Bumps [undici-types](https://github.com/nodejs/undici) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.9.0...v8.10.0) --- updated-dependencies: - dependency-name: undici-types dependency-version: 8.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 900b1fb320..c64f7b4f3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "typedoc": "^0.28.20", "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^6.0.3", - "undici-types": "^8.9.0", + "undici-types": "^8.10.0", "vitest": "^4.1.2" }, "engines": { @@ -8044,9 +8044,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz", - "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.10.0.tgz", + "integrity": "sha512-ibvdovq3nCFs8Msrd95BW+zUOq+aOVbT+wpHUoPWhztbHEoPc6oof51iFDB6Es8lTKvNvVW9jNSAB8dwrKTMGg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8a5373201e..d15d5b861f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "typedoc": "^0.28.20", "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^6.0.3", - "undici-types": "^8.9.0", + "undici-types": "^8.10.0", "vitest": "^4.1.2" }, "lint-staged": {