From b985a625130fe885af3d4afd9cba2940cffc45ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:34:56 +0000 Subject: [PATCH] chore(deps): bump undici from 7.24.2 to 7.28.0 in /web/dashboard Bumps [undici](https://github.com/nodejs/undici) from 7.24.2 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.24.2...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/dashboard/package-lock.json | 8 ++++---- web/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/dashboard/package-lock.json b/web/dashboard/package-lock.json index 900c89a0..6398b687 100644 --- a/web/dashboard/package-lock.json +++ b/web/dashboard/package-lock.json @@ -23,7 +23,7 @@ "recharts": "^2.12.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", - "undici": "^7.24.2" + "undici": "^7.28.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -8704,9 +8704,9 @@ } }, "node_modules/undici": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", - "integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/web/dashboard/package.json b/web/dashboard/package.json index 6a68b848..ceff210a 100644 --- a/web/dashboard/package.json +++ b/web/dashboard/package.json @@ -27,7 +27,7 @@ "recharts": "^2.12.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", - "undici": "^7.24.2" + "undici": "^7.28.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1",