Skip to content

Commit eee9f51

Browse files
chore(deps): bump @libp2p/kad-dht from 14.2.15 to 15.0.0 (#214)
Bumps [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) from 14.2.15 to 15.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-v14.2.15...kad-dht-v15.0.0) --- updated-dependencies: - dependency-name: "@libp2p/kad-dht" dependency-version: 15.0.0 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>
1 parent 73754b5 commit eee9f51

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": "^14.1.4",
26+
"@libp2p/kad-dht": "^15.0.0",
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": "^14.0.0",
25+
"@libp2p/kad-dht": "^15.0.0",
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": "^14.0.0",
23+
"@libp2p/kad-dht": "^15.0.0",
2424
"@libp2p/ping": "^2.0.27",
2525
"@libp2p/tcp": "^10.0.0",
2626
"it-all": "^3.0.2",

0 commit comments

Comments
 (0)