Skip to content

Commit 503f1c0

Browse files
chore(deps): bump @libp2p/mdns from 11.0.47 to 12.0.2
Bumps [@libp2p/mdns](https://github.com/libp2p/js-libp2p) from 11.0.47 to 12.0.2. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](libp2p/js-libp2p@mdns-v11.0.47...mdns-v12.0.2) --- updated-dependencies: - dependency-name: "@libp2p/mdns" dependency-version: 12.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7079fb6 commit 503f1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/js-libp2p-example-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@chainsafe/libp2p-noise": "^16.0.0",
2020
"@chainsafe/libp2p-yamux": "^7.0.0",
21-
"@libp2p/mdns": "^11.0.1",
21+
"@libp2p/mdns": "^12.0.2",
2222
"@libp2p/tcp": "^10.0.0",
2323
"@libp2p/websockets": "^9.0.0",
2424
"@multiformats/multiaddr": "^12.3.1",

examples/js-libp2p-example-discovery-mechanisms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@libp2p/circuit-relay-v2": "^3.0.0",
2424
"@libp2p/identify": "^3.0.0",
2525
"@libp2p/kad-dht": "^15.0.0",
26-
"@libp2p/mdns": "^11.0.0",
26+
"@libp2p/mdns": "^12.0.2",
2727
"@libp2p/ping": "^2.0.27",
2828
"@libp2p/pubsub-peer-discovery": "^11.0.0",
2929
"@libp2p/tcp": "^10.0.0",

0 commit comments

Comments
 (0)