From 0815341969349625986cd4c84fb46a9fef72f8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:51:14 +0000 Subject: [PATCH] deps: bump undici from 6.21.2 to 7.6.0 Bumps [undici](https://github.com/nodejs/undici) from 6.21.2 to 7.6.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.2...v7.6.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d61ac74..26c0068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "uint8-varint": "^2.0.4", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0", - "undici": "^6.21.0" + "undici": "^7.6.0" }, "devDependencies": { "@libp2p/interface-compliance-tests": "^6.1.8", @@ -24656,12 +24656,12 @@ } }, "node_modules/undici": { - "version": "6.21.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz", - "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.6.0.tgz", + "integrity": "sha512-gaFsbThjrDGvAaD670r81RZro/s6H2PVZF640Qn0p5kZK+/rim7/mmyfp2W7VB5vOMaFM8vuFBJUaMlaZTYHlA==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 8d75055..1bc42ed 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "uint8-varint": "^2.0.4", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0", - "undici": "^6.21.0" + "undici": "^7.6.0" }, "devDependencies": { "@libp2p/interface-compliance-tests": "^6.1.8",