From d22ca338adf1648041d4b07e75fc60a0b7388f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:12:47 +0000 Subject: [PATCH] Bump undici Bumps [undici](https://github.com/nodejs/undici) from 7.24.5 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.24.5...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Resources/Sample-nodejs-loadtest-app/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/054-AzureLoadTesting/Student/Resources/Sample-nodejs-loadtest-app/package-lock.json b/054-AzureLoadTesting/Student/Resources/Sample-nodejs-loadtest-app/package-lock.json index f634cce7c1..2234c644bc 100644 --- a/054-AzureLoadTesting/Student/Resources/Sample-nodejs-loadtest-app/package-lock.json +++ b/054-AzureLoadTesting/Student/Resources/Sample-nodejs-loadtest-app/package-lock.json @@ -669,9 +669,9 @@ } }, "node_modules/undici": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz", - "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==", + "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"