From 66e51bbaf7d4b8a8465eb04accf939b0fa8051b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 14:40:58 +0000 Subject: [PATCH] chore(deps): bump undici from 7.10.0 to 7.16.0 Bumps [undici](https://github.com/nodejs/undici) from 7.10.0 to 7.16.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.10.0...v7.16.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d8ef7f50..fe064152 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -53,7 +53,7 @@ "sinon": "^21.0.0" }, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^20.19.0 || ^22.20.0 || >=24.10.0" } }, "node_modules/@actions/core": { @@ -10757,9 +10757,9 @@ } }, "node_modules/undici": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.10.0.tgz", - "integrity": "sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", + "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", "license": "MIT", "engines": { "node": ">=20.18.1"