From e1cb96ac3212763e5389a16f167a70c446502a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 15:34:13 +0000 Subject: [PATCH] Bump undici from 5.28.2 to 5.29.0 in /std-4/1_BasicHardhat/basic Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- std-4/1_BasicHardhat/basic/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/std-4/1_BasicHardhat/basic/package-lock.json b/std-4/1_BasicHardhat/basic/package-lock.json index 4871a36..770cec9 100644 --- a/std-4/1_BasicHardhat/basic/package-lock.json +++ b/std-4/1_BasicHardhat/basic/package-lock.json @@ -7082,10 +7082,11 @@ } }, "node_modules/undici": { - "version": "5.28.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.2.tgz", - "integrity": "sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", + "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", "dev": true, + "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0" },