From e2884eb0b8b850fd2d07b9e33463cf730570d649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:07:11 +0000 Subject: [PATCH] Bump undici in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.22.0 to 7.24.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- 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 ef305f2..2f77e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "parcel": "^2.16.4", "shelljs": "^0.10.0", "turf": "^3.0.14", - "undici": "^7.22.0", + "undici": "^7.24.0", "yargs": "^18.0.0" } }, @@ -9318,9 +9318,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz", - "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", + "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 24a52df..e1e4bcf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "parcel": "^2.16.4", "shelljs": "^0.10.0", "turf": "^3.0.14", - "undici": "^7.22.0", + "undici": "^7.24.0", "yargs": "^18.0.0" } }