Skip to content

Commit 9193977

Browse files
chore(deps): bump @libp2p/kad-dht from 15.1.11 to 16.0.1
Bumps [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) from 15.1.11 to 16.0.1. - [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-v15.1.11...kad-dht-v16.0.1) --- updated-dependencies: - dependency-name: "@libp2p/kad-dht" dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7079fb6 commit 9193977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/js-libp2p-example-auto-tls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@libp2p/bootstrap": "^11.0.14",
2424
"@libp2p/config": "^1.0.0",
2525
"@libp2p/identify": "^3.0.13",
26-
"@libp2p/kad-dht": "^15.0.0",
26+
"@libp2p/kad-dht": "^16.0.1",
2727
"@libp2p/keychain": "^5.0.11",
2828
"@libp2p/ping": "^2.0.27",
2929
"@libp2p/upnp-nat": "^3.0.1",

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": "^3.0.0",
2424
"@libp2p/identify": "^3.0.0",
25-
"@libp2p/kad-dht": "^15.0.0",
25+
"@libp2p/kad-dht": "^16.0.1",
2626
"@libp2p/mdns": "^11.0.0",
2727
"@libp2p/ping": "^2.0.27",
2828
"@libp2p/pubsub-peer-discovery": "^11.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": "^15.0.0",
23+
"@libp2p/kad-dht": "^16.0.1",
2424
"@libp2p/ping": "^2.0.27",
2525
"@libp2p/tcp": "^10.0.0",
2626
"it-all": "^3.0.2",

0 commit comments

Comments
 (0)