From 0d5bee2def109f671230d86feb2507305a1556b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:11:49 +0000 Subject: [PATCH] chore(deps): bump @libp2p/kad-dht from 13.1.2 to 14.0.0 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](https://github.com/libp2p/js-libp2p/compare/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] --- examples/js-libp2p-example-discovery-mechanisms/package.json | 2 +- .../js-libp2p-example-peer-and-content-routing/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/js-libp2p-example-discovery-mechanisms/package.json b/examples/js-libp2p-example-discovery-mechanisms/package.json index 1bc4ed2..9ffc231 100644 --- a/examples/js-libp2p-example-discovery-mechanisms/package.json +++ b/examples/js-libp2p-example-discovery-mechanisms/package.json @@ -22,7 +22,7 @@ "@libp2p/bootstrap": "^11.0.0", "@libp2p/circuit-relay-v2": "^2.0.0", "@libp2p/identify": "^3.0.0", - "@libp2p/kad-dht": "^13.0.0", + "@libp2p/kad-dht": "^14.0.0", "@libp2p/mdns": "^11.0.0", "@libp2p/pubsub-peer-discovery": "^11.0.0", "@libp2p/tcp": "^10.0.0", diff --git a/examples/js-libp2p-example-peer-and-content-routing/package.json b/examples/js-libp2p-example-peer-and-content-routing/package.json index b5bc489..19b4e07 100644 --- a/examples/js-libp2p-example-peer-and-content-routing/package.json +++ b/examples/js-libp2p-example-peer-and-content-routing/package.json @@ -20,7 +20,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/identify": "^3.0.1", - "@libp2p/kad-dht": "^13.0.0", + "@libp2p/kad-dht": "^14.0.0", "@libp2p/tcp": "^10.0.0", "it-all": "^3.0.2", "libp2p": "^2.0.0",