From 6cc862ca357a9e43a92ccbbc4b4eae1d2f9d15a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:10:13 +0000 Subject: [PATCH] Bump undici from 6.24.0 to 7.24.6 Bumps [undici](https://github.com/nodejs/undici) from 6.24.0 to 7.24.6. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.0...v7.24.6) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++--------------- package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fdcf94..1dfa835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "nunjucks": "^3.2.4", "pino": "^9.14.0", "pino-pretty": "^13.1.3", - "undici": "^6.24.0" + "undici": "^7.24.6" }, "devDependencies": { "@babel/cli": "^7.28.6", @@ -8232,16 +8232,6 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/cheerio/node_modules/undici": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", - "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=20.18.1" - } - }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", @@ -20292,12 +20282,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", - "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.6.tgz", + "integrity": "sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index af05c58..ff43474 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "nunjucks": "^3.2.4", "pino": "^9.14.0", "pino-pretty": "^13.1.3", - "undici": "^6.24.0" + "undici": "^7.24.6" }, "devDependencies": { "@babel/cli": "^7.28.6",