diff --git a/examples/js-libp2p-example-browser-pubsub/package.json b/examples/js-libp2p-example-browser-pubsub/package.json index 01bad9a..b7166c2 100644 --- a/examples/js-libp2p-example-browser-pubsub/package.json +++ b/examples/js-libp2p-example-browser-pubsub/package.json @@ -27,7 +27,7 @@ "@libp2p/circuit-relay-v2": "^3.0.0", "@libp2p/dcutr": "^2.0.0", "@libp2p/identify": "^3.0.0", - "@libp2p/webrtc": "^5.0.0", + "@libp2p/webrtc": "^6.0.1", "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.3.1", "libp2p": "^2.0.0", diff --git a/examples/js-libp2p-example-webrtc-private-to-private/package.json b/examples/js-libp2p-example-webrtc-private-to-private/package.json index df804f2..166d305 100644 --- a/examples/js-libp2p-example-webrtc-private-to-private/package.json +++ b/examples/js-libp2p-example-webrtc-private-to-private/package.json @@ -17,7 +17,7 @@ "@libp2p/circuit-relay-v2": "^3.0.0", "@libp2p/identify": "^3.0.1", "@libp2p/ping": "^2.0.1", - "@libp2p/webrtc": "^5.0.0", + "@libp2p/webrtc": "^6.0.1", "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.0.0", "it-pushable": "^3.2.0",