Skip to content

Commit 5be716c

Browse files
chore(deps): bump @libp2p/kad-dht from 13.1.2 to 14.0.0 (#180)
Bumps [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) from 13.1.2 to 14.0.0. - [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@kad-dht-v13.1.2...kad-dht-v14.0.0) --- updated-dependencies: - dependency-name: "@libp2p/kad-dht" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
1 parent d5fce49 commit 5be716c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@libp2p/bootstrap": "^11.0.0",
2323
"@libp2p/circuit-relay-v2": "^2.0.0",
2424
"@libp2p/identify": "^3.0.0",
25-
"@libp2p/kad-dht": "^13.0.0",
25+
"@libp2p/kad-dht": "^14.0.0",
2626
"@libp2p/mdns": "^11.0.0",
2727
"@libp2p/pubsub-peer-discovery": "^11.0.0",
2828
"@libp2p/tcp": "^10.0.0",

examples/js-libp2p-example-peer-and-content-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@chainsafe/libp2p-noise": "^16.0.0",
2121
"@chainsafe/libp2p-yamux": "^7.0.0",
2222
"@libp2p/identify": "^3.0.1",
23-
"@libp2p/kad-dht": "^13.0.0",
23+
"@libp2p/kad-dht": "^14.0.0",
2424
"@libp2p/tcp": "^10.0.0",
2525
"it-all": "^3.0.2",
2626
"libp2p": "^2.0.0",

0 commit comments

Comments
 (0)