From ad75197e9f2f79afbeed9a67dda6bc3622348a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:27:28 +0100 Subject: [PATCH] chore(deps): bump undici from 6.5.0 to 6.6.0 (#5791) Bumps [undici](https://github.com/nodejs/undici) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 050a41ce632..f08aab224c0 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "sudo-prompt": "^9.2.1", "tar": "^6.2.0", "tar-fs": "^3.0.4", - "undici": "^6.5.0", + "undici": "^6.6.0", "win-ca": "^3.5.1", "yaml": "^2.3.4" }, diff --git a/yarn.lock b/yarn.lock index 35ec81c62e3..8e0abc16509 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15739,10 +15739,10 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.5.0.tgz#fc3b4f4255804bf56e72c01313ddbf75661aae5c" - integrity sha512-/MUmPb2ptTvp1j7lPvdMSofMdqPxcOhAaKZi4k55sqm6XMeKI3n1dZJ5cnD4gLjpt2l7CIlthR1IXM59xKhpxw== +undici@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-6.6.0.tgz#a1d618347f4aef6dd23bec9cd2ca9f71209dabd2" + integrity sha512-p8VvLAgnx6g9pydV0GG/kciSx3ZCq5PLeEU4yefjoZCc1HSeiMxbrFzYIZlgSMrX3l0CoTJ37C6edu13acE40A== dependencies: "@fastify/busboy" "^2.0.0"