diff --git a/code/backend-node-io-ts-openapi/package.json b/code/backend-node-io-ts-openapi/package.json index 6df8f8a..6247b78 100644 --- a/code/backend-node-io-ts-openapi/package.json +++ b/code/backend-node-io-ts-openapi/package.json @@ -84,7 +84,7 @@ "raw-body": "^2.5.1", "ts-node": "10.9.1", "typescript": "5.0.4", - "undici": "5.26.2" + "undici": "5.28.4" }, "scripts": { "build:run": "yarn run lint && yarn run tsc", diff --git a/code/backend-node-io-ts-openapi/yarn.lock b/code/backend-node-io-ts-openapi/yarn.lock index eb7217e..598fcda 100644 --- a/code/backend-node-io-ts-openapi/yarn.lock +++ b/code/backend-node-io-ts-openapi/yarn.lock @@ -3144,10 +3144,10 @@ 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.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"