From 5e74f6ddef6463b9ed470f258161077c490004af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:40:21 +0000 Subject: [PATCH] chore(deps): bump undici from 5.27.2 to 5.28.0 Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d42d730..5db52c18 100644 --- a/package.json +++ b/package.json @@ -1199,7 +1199,7 @@ "discloud.app": "^0.9.3", "jsonwebtoken": "^9.0.2", "path-is-absolute": "^1.0.0", - "undici": "^5.27.2" + "undici": "^5.28.0" }, "devDependencies": { "@types/adm-zip": "^0.5.5", diff --git a/yarn.lock b/yarn.lock index ad36262a..e7e336e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1671,10 +1671,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@^5.24.0, undici@^5.27.2: - version "5.27.2" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411" - integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ== +undici@^5.24.0, undici@^5.28.0: + version "5.28.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.0.tgz#09f6aa4a6f34de8996eec585fe4ceebaa9ef3f36" + integrity sha512-gM12DkXhlAc5+/TPe60iy9P6ETgVfqTuRJ6aQ4w8RYu0MqKuXhaq3/b86GfzDQnNA3NUO6aUNdvevrKH59D0Nw== dependencies: "@fastify/busboy" "^2.0.0"