From d5950d0cf38d4a00a94bda700db6ca1ee91a352d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:07:58 +0000 Subject: [PATCH] Bump undici from 7.1.0 to 7.2.0 (#975) Bumps [undici](https://github.com/nodejs/undici) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f45e5e74..44599e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "prom-client": "^15.1.3", "redis-semaphore": "^5.6.1", "toad-scheduler": "^3.0.1", - "undici": "^7.1.0", + "undici": "^7.2.0", "validation-utils": "11.0.1", "zod": "^3.24.1" }, @@ -10847,10 +10847,9 @@ } }, "node_modules/undici": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz", - "integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==", - "license": "MIT", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.0.tgz", + "integrity": "sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ==", "engines": { "node": ">=20.18.1" } diff --git a/package.json b/package.json index 58e75f76..90ce45b3 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "prom-client": "^15.1.3", "redis-semaphore": "^5.6.1", "toad-scheduler": "^3.0.1", - "undici": "^7.1.0", + "undici": "^7.2.0", "validation-utils": "11.0.1", "zod": "^3.24.1" },