From f7ce6197873a48dd729cf9d1662da467d6069dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:20:00 +0000 Subject: [PATCH] Bump undici from 6.6.0 to 6.6.2 Bumps [undici](https://github.com/nodejs/undici) from 6.6.0 to 6.6.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.6.0...v6.6.2) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16e424a..c818f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10654,9 +10654,9 @@ } }, "node_modules/undici": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.0.tgz", - "integrity": "sha512-p8VvLAgnx6g9pydV0GG/kciSx3ZCq5PLeEU4yefjoZCc1HSeiMxbrFzYIZlgSMrX3l0CoTJ37C6edu13acE40A==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.2.tgz", + "integrity": "sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==", "dependencies": { "@fastify/busboy": "^2.0.0" },