From 933fd5f8d7c9780045f127d9959a6b20a71bc2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:25:19 +0000 Subject: [PATCH] chore(deps): bump @libp2p/pnet from 2.0.47 to 3.0.9 Bumps [@libp2p/pnet](https://github.com/libp2p/js-libp2p) from 2.0.47 to 3.0.9. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/pnet-v2.0.47...echo-v3.0.9) --- updated-dependencies: - dependency-name: "@libp2p/pnet" dependency-version: 3.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 29b60cce..b5120f49 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -32,7 +32,7 @@ "@libp2p/bootstrap": "^11.0.35", "@libp2p/crypto": "^5.1.1", "@libp2p/identify": "^3.0.29", - "@libp2p/pnet": "^2.0.39", + "@libp2p/pnet": "^3.0.9", "@libp2p/prometheus-metrics": "^4.3.18", "@libp2p/tcp": "^10.1.10", "blockstore-core": "^5.0.2",