From 21ac5a40a3907878badc2a12894ac2b7be44d589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:52:52 +0000 Subject: [PATCH] Bump undici from 7.16.0 to 7.24.0 Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.24.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.24.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.0 dependency-type: direct:production ... 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 eeab2b9..a73377b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "axios": "^1.13.2", "fs-extra": "^11.3.2", "lodash": "^4.17.21", - "undici": "^7.16.0", + "undici": "^7.24.0", "uuid": "^13.0.0", "which": "^5.0.0" }, @@ -4154,9 +4154,9 @@ } }, "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "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 1895bfa..a1422b3 100644 --- a/package.json +++ b/package.json @@ -686,7 +686,7 @@ "axios": "^1.13.2", "fs-extra": "^11.3.2", "lodash": "^4.17.21", - "undici": "^7.16.0", + "undici": "^7.24.0", "uuid": "^13.0.0", "which": "^5.0.0" },