From 8f0181fc4ffedc0d672d81182f3393425ca7e7b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:04:28 +0000 Subject: [PATCH] fix(deps): update dependency undici to v8 --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 523860aa..e0064ef5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "abslog": "2.4.4", "http-cache-semantics": "^4.0.3", "ttl-mem-cache": "4.1.0", - "undici": "6.28.0" + "undici": "8.10.1" }, "devDependencies": { "@podium/eslint-config": "2.0.2", @@ -70,6 +70,16 @@ "undici": "^6.23.0" } }, + "node_modules/@actions/http-client/node_modules/undici": { + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.17" + } + }, "node_modules/@actions/io": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", @@ -12101,12 +12111,12 @@ } }, "node_modules/undici": { - "version": "6.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", - "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", + "version": "8.10.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.1.tgz", + "integrity": "sha512-YQ3WlbqjYMmNpdvDH64jAgLjxuAR9+649calDWhbshYaeQGO2bR4nI94ORJmwI3J9YhoKQnpyGOK+0zlWS5N5Q==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 62d4a42b..ab7c7361 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "abslog": "2.4.4", "http-cache-semantics": "^4.0.3", "ttl-mem-cache": "4.1.0", - "undici": "6.28.0" + "undici": "8.10.1" }, "devDependencies": { "@podium/eslint-config": "2.0.2",