From ccccb2d524f01877da1499152a3eed34ef078429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 16:31:00 +0000 Subject: [PATCH] Bump undici from 5.28.5 to 5.29.0 in /.github/actions Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 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 9d7e35227..74f33b5af 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -5605,9 +5605,9 @@ } }, "node_modules/undici": { - "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=", + "version": "5.29.0", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/undici/-/undici-5.29.0.tgz", + "integrity": "sha1-QZWVRJrj8s3Lo1gKLokDOZvR9aM=", "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0"