diff --git a/examples/js-libp2p-example-discovery-mechanisms/package.json b/examples/js-libp2p-example-discovery-mechanisms/package.json index 1bc4ed2..9ffc231 100644 --- a/examples/js-libp2p-example-discovery-mechanisms/package.json +++ b/examples/js-libp2p-example-discovery-mechanisms/package.json @@ -22,7 +22,7 @@ "@libp2p/bootstrap": "^11.0.0", "@libp2p/circuit-relay-v2": "^2.0.0", "@libp2p/identify": "^3.0.0", - "@libp2p/kad-dht": "^13.0.0", + "@libp2p/kad-dht": "^14.0.0", "@libp2p/mdns": "^11.0.0", "@libp2p/pubsub-peer-discovery": "^11.0.0", "@libp2p/tcp": "^10.0.0", diff --git a/examples/js-libp2p-example-peer-and-content-routing/package.json b/examples/js-libp2p-example-peer-and-content-routing/package.json index b5bc489..19b4e07 100644 --- a/examples/js-libp2p-example-peer-and-content-routing/package.json +++ b/examples/js-libp2p-example-peer-and-content-routing/package.json @@ -20,7 +20,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/identify": "^3.0.1", - "@libp2p/kad-dht": "^13.0.0", + "@libp2p/kad-dht": "^14.0.0", "@libp2p/tcp": "^10.0.0", "it-all": "^3.0.2", "libp2p": "^2.0.0",