From 79bd40861d1744f4c22dab371e878863b2b978b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:23:20 +0000 Subject: [PATCH] chore(deps): bump @libp2p/bootstrap from 11.0.47 to 12.0.7 Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p) from 11.0.47 to 12.0.7. - [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/mdns-v11.0.47...mdns-v12.0.7) --- updated-dependencies: - dependency-name: "@libp2p/bootstrap" dependency-version: 12.0.7 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..6d445985 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -29,7 +29,7 @@ "@helia/http": "^2.0.5", "@helia/ipns": "^8.2.0", "@helia/unixfs": "^5.0.0", - "@libp2p/bootstrap": "^11.0.35", + "@libp2p/bootstrap": "^12.0.7", "@libp2p/crypto": "^5.1.1", "@libp2p/identify": "^3.0.29", "@libp2p/pnet": "^2.0.39", diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..b9010597 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -18,7 +18,7 @@ "@chainsafe/libp2p-yamux": "^7.0.1", "@helia/pinning-service-api-server": "^1.0.0", "@helia/remote-pinning": "^2.0.0", - "@libp2p/bootstrap": "^11.0.17", + "@libp2p/bootstrap": "^12.0.7", "@libp2p/circuit-relay-v2": "^3.1.7", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6",