From 03443b915ddd9b3e6f169eb18414eb26d689ee59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:23:24 +0000 Subject: [PATCH] chore(deps-dev): bump undici from 7.28.0 to 7.29.0 in /dashboard Bumps [undici](https://github.com/nodejs/undici) from 7.28.0 to 7.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v7.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 6 +++--- dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 60d09d61..817734ca 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -6738,9 +6738,9 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz", + "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", "dev": true, "license": "MIT", "engines": { diff --git a/dashboard/package.json b/dashboard/package.json index 4e5334dc..16d34c78 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -47,6 +47,6 @@ "vite": "^8.0.16", "js-yaml": "^4.2.0", "@babel/core": "^7.29.6", - "undici": "^7.28.0" + "undici": "^7.29.0" } }