From 3ecce5d1a083cd1a3f873f1fa350055a9f9a95a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:35:19 +0000 Subject: [PATCH] build(deps-dev): bump undici from 6.20.0 to 7.2.0 Bumps [undici](https://github.com/nodejs/undici) from 6.20.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.20.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe00750..2f5df6a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "husky": "^9.1.6", "prettier": "^3.3.3", "tsx": "^4.19.1", - "undici": "^6.20.0" + "undici": "^7.2.0" } } diff --git a/yarn.lock b/yarn.lock index aacfba3..3e61fb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -950,10 +950,10 @@ undici@^5.25.4: dependencies: "@fastify/busboy" "^2.0.0" -undici@^6.20.0: - version "6.20.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.20.0.tgz#3b94d967693759ea625a3b78b2097213f30405a1" - integrity sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A== +undici@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.2.0.tgz#446219e2a57cfcbdc2f135fcfa6dc662b3cae169" + integrity sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ== universal-user-agent@^6.0.0: version "6.0.0"