From 35df39c6dea7fa98a6a6459a78837d0ec09fd9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:32:09 +0000 Subject: [PATCH] chore(deps): bump libp2p from 2.10.0 to 3.0.5 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 2.10.0 to 3.0.5. - [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/libp2p-v2.10.0...libp2p-v3.0.5) --- updated-dependencies: - dependency-name: libp2p dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- examples/helia-remote-pinning/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 29b60cce..49dd66bf 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -40,7 +40,7 @@ "datastore-core": "^10.0.2", "datastore-fs": "^10.0.2", "helia": "^5.3.0", - "libp2p": "^2.8.5", + "libp2p": "^3.0.5", "prom-client": "^15.1.3" }, "devDependencies": { diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..0138dac8 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -28,7 +28,7 @@ "@libp2p/websockets": "^9.1.2", "helia": "^5.0.0", "it-drain": "^3.0.7", - "libp2p": "^2.1.8", + "libp2p": "^3.0.5", "multiformats": "^13.3.1", "uint8arrays": "^5.1.0" },