From 6e95822a0bcc4b54cec46d086f34800700f12c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:35:15 +0000 Subject: [PATCH] Bump undici from 5.28.4 to 5.28.5 in /.github/actions Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/actions/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index abebc6d21..81f22bcc9 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -5613,9 +5613,9 @@ } }, "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/undici/-/undici-5.28.4.tgz", - "integrity": "sha1-aygECO22oaYEqbIDQPRbQi43MGg=", + "version": "5.28.5", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/undici/-/undici-5.28.5.tgz", + "integrity": "sha1-srlLa/jx2Rm8Wm8x8sAd6wLlTUs=", "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0"