From dc19b51b9d050c39d0b3d915c63c05b2fe619b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:17:47 +0000 Subject: [PATCH] Bump undici from 5.25.3 to 5.25.4 (#317) Bumps [undici](https://github.com/nodejs/undici) from 5.25.3 to 5.25.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/commits) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0f7bcd1..284144e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "pino-pretty": "^10.2.0", "redis-semaphore": "^5.5.0", "toad-scheduler": "^3.0.0", - "undici": "^5.25.3", + "undici": "^5.25.4", "validation-utils": "^9.1.0", "zod": "^3.22.2" }, @@ -11694,9 +11694,9 @@ } }, "node_modules/undici": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.3.tgz", - "integrity": "sha512-7lmhlz3K1+IKB6IUjkdzV2l0jKY8/0KguEMdEpzzXCug5pEGIp3DxUg0DEN65DrVoxHiRKpPORC/qzX+UglSkQ==", + "version": "5.25.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.4.tgz", + "integrity": "sha512-450yJxT29qKMf3aoudzFpIciqpx6Pji3hEWaXqXmanbXF58LTAGCKxcJjxMXWu3iG+Mudgo3ZUfDB6YDFd/dAw==", "dependencies": { "@fastify/busboy": "^2.0.0" }, diff --git a/package.json b/package.json index 258cd917..5cc18e24 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "pino-pretty": "^10.2.0", "redis-semaphore": "^5.5.0", "toad-scheduler": "^3.0.0", - "undici": "^5.25.3", + "undici": "^5.25.4", "validation-utils": "^9.1.0", "zod": "^3.22.2" },