From 4e21b193ba47fa4db5b6275f6215aa6599e42f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:15:25 +0000 Subject: [PATCH] Bump undici from 5.26.2 to 5.28.4 in /code/backend-fastify-zod-openapi Bumps [undici](https://github.com/nodejs/undici) from 5.26.2 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- code/backend-fastify-zod-openapi/package.json | 2 +- code/backend-fastify-zod-openapi/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/backend-fastify-zod-openapi/package.json b/code/backend-fastify-zod-openapi/package.json index de8e5e7..442bc46 100644 --- a/code/backend-fastify-zod-openapi/package.json +++ b/code/backend-fastify-zod-openapi/package.json @@ -78,7 +78,7 @@ "raw-body": "^2.5.1", "ts-node": "10.9.1", "typescript": "5.0.4", - "undici": "5.26.2", + "undici": "5.28.4", "zod": "^3.20.6" }, "scripts": { diff --git a/code/backend-fastify-zod-openapi/yarn.lock b/code/backend-fastify-zod-openapi/yarn.lock index 6cd2645..1cd25c4 100644 --- a/code/backend-fastify-zod-openapi/yarn.lock +++ b/code/backend-fastify-zod-openapi/yarn.lock @@ -3458,10 +3458,10 @@ typescript@^5.0.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== -undici@5.26.2: - version "5.26.2" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.26.2.tgz#fa61bfe40f732540d15e58b0c1271872d8e3c995" - integrity sha512-a4PDLQgLTPHVzOK+x3F79/M4GtyYPl+aX9AAK7aQxpwxDwCqkeZCScy7Gk5kWT3JtdFq1uhO3uZJdLtHI4dK9A== +undici@5.28.4: + version "5.28.4" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068" + integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g== dependencies: "@fastify/busboy" "^2.0.0"