From a2a78c9129f395fc575acd33d45e5f20514fd661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:15:43 +0000 Subject: [PATCH] chore(deps): bump @libp2p/pnet from 2.0.47 to 3.0.8 Bumps [@libp2p/pnet](https://github.com/libp2p/js-libp2p) from 2.0.47 to 3.0.8. - [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.8) --- updated-dependencies: - dependency-name: "@libp2p/pnet" dependency-version: 3.0.8 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..342c5cb6 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.8", "@libp2p/prometheus-metrics": "^4.3.18", "@libp2p/tcp": "^10.1.10", "blockstore-core": "^5.0.2",