From 7adfe114ab00777ce105029998083590abfe0616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:26:20 +0000 Subject: [PATCH] Bump undici from 6.19.4 to 6.19.5 (#731) Bumps [undici](https://github.com/nodejs/undici) from 6.19.4 to 6.19.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.4...v6.19.5) --- 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 145af6cc..e0b6a8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "prom-client": "^15.1.3", "redis-semaphore": "^5.6.0", "toad-scheduler": "^3.0.1", - "undici": "^6.19.4", + "undici": "^6.19.5", "validation-utils": "^11.0.0", "zod": "^3.23.8" }, @@ -10651,9 +10651,9 @@ } }, "node_modules/undici": { - "version": "6.19.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz", - "integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==", + "version": "6.19.5", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.5.tgz", + "integrity": "sha512-LryC15SWzqQsREHIOUybavaIHF5IoL0dJ9aWWxL/PgT1KfqAW5225FZpDUFlt9xiDMS2/S7DOKhFWA7RLksWdg==", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index 6d489fe1..9528fbba 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "prom-client": "^15.1.3", "redis-semaphore": "^5.6.0", "toad-scheduler": "^3.0.1", - "undici": "^6.19.4", + "undici": "^6.19.5", "validation-utils": "^11.0.0", "zod": "^3.23.8" },