From 70fd35be74fdfca985cbaf03891587030758caa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:33:13 +0000 Subject: [PATCH] build(deps): bump undici from 7.25.0 to 8.5.0 Bumps [undici](https://github.com/nodejs/undici) from 7.25.0 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.25.0...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b37f1b972..9c6740e95 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -41,7 +41,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" }, @@ -14740,12 +14740,12 @@ } }, "node_modules/undici": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", - "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 2ca54f99b..95dd5e064 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "socks-proxy-agent": "^10.0.0", "ssh2": "1.17.0", "tar": "^7.4.0", - "undici": "^7.0.0", + "undici": "^8.5.0", "update-notifier": "7.3.1", "xml2js": "^0.6.2" },