From fddc0edf044e6a47b7c70e576840fff7b971e82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 10:10:34 +0000 Subject: [PATCH] deps: bump undici from 6.21.2 to 7.8.0 Bumps [undici](https://github.com/nodejs/undici) from 6.21.2 to 7.8.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.2...v7.8.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.8.0 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..49b30e0 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.8.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.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.8.0.tgz", + "integrity": "sha512-vFv1GA99b7eKO1HG/4RPu2Is3FBTWBrmzqzO0mz+rLxN3yXkE4mqRcb8g8fHxzX4blEysrNZLqg5RbJLqX5buA==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 8d75055..37d858b 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.8.0" }, "devDependencies": { "@libp2p/interface-compliance-tests": "^6.1.8",