diff --git a/examples/js-libp2p-example-auto-tls/package.json b/examples/js-libp2p-example-auto-tls/package.json index 7649b3c..912545c 100644 --- a/examples/js-libp2p-example-auto-tls/package.json +++ b/examples/js-libp2p-example-auto-tls/package.json @@ -20,7 +20,7 @@ "@chainsafe/libp2p-yamux": "^7.0.0", "@ipshipyard/libp2p-auto-tls": "^1.0.0", "@libp2p/autonat": "^2.0.13", - "@libp2p/bootstrap": "^11.0.14", + "@libp2p/bootstrap": "^12.0.1", "@libp2p/config": "^1.0.0", "@libp2p/identify": "^3.0.13", "@libp2p/kad-dht": "^15.0.0", diff --git a/examples/js-libp2p-example-discovery-mechanisms/package.json b/examples/js-libp2p-example-discovery-mechanisms/package.json index 020b74c..5e69b5b 100644 --- a/examples/js-libp2p-example-discovery-mechanisms/package.json +++ b/examples/js-libp2p-example-discovery-mechanisms/package.json @@ -19,7 +19,7 @@ "@chainsafe/libp2p-gossipsub": "^14.1.0", "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", - "@libp2p/bootstrap": "^11.0.0", + "@libp2p/bootstrap": "^12.0.1", "@libp2p/circuit-relay-v2": "^3.0.0", "@libp2p/identify": "^3.0.0", "@libp2p/kad-dht": "^15.0.0",