From 4f6a25e667bd35b5e21bf38d409ca693c0cbfdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:55:34 +0000 Subject: [PATCH] Bump undici from 5.26.2 to 5.28.3 in /code/backend-node-runtypes-openapi Bumps [undici](https://github.com/nodejs/undici) from 5.26.2 to 5.28.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.3) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- code/backend-node-runtypes-openapi/package.json | 2 +- code/backend-node-runtypes-openapi/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/backend-node-runtypes-openapi/package.json b/code/backend-node-runtypes-openapi/package.json index e1e44a4..ee2d860 100644 --- a/code/backend-node-runtypes-openapi/package.json +++ b/code/backend-node-runtypes-openapi/package.json @@ -75,7 +75,7 @@ "raw-body": "^2.5.1", "ts-node": "10.9.1", "typescript": "5.1.6", - "undici": "5.26.2" + "undici": "5.28.3" }, "scripts": { "build:run": "yarn run lint && yarn run tsc", diff --git a/code/backend-node-runtypes-openapi/yarn.lock b/code/backend-node-runtypes-openapi/yarn.lock index 92468f1..9b32161 100644 --- a/code/backend-node-runtypes-openapi/yarn.lock +++ b/code/backend-node-runtypes-openapi/yarn.lock @@ -3306,10 +3306,10 @@ typescript@5.1.6, typescript@^5.0.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== -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.3: + version "5.28.3" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b" + integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA== dependencies: "@fastify/busboy" "^2.0.0"