From 628f8ad0465c7c8de7e097198681ef16ca1c1e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:03:13 +0000 Subject: [PATCH] chore(deps): bump @libp2p/kad-dht from 11.0.8 to 16.3.3 in /node Bumps [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) from 11.0.8 to 16.3.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](https://github.com/libp2p/js-libp2p/compare/tcp-v11.0.8...kad-dht-v16.3.3) --- updated-dependencies: - dependency-name: "@libp2p/kad-dht" dependency-version: 16.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 97cbd80..634e3ec 100644 --- a/node/package.json +++ b/node/package.json @@ -17,7 +17,7 @@ "@libp2p/bootstrap": "^10.0.0", "@libp2p/crypto": "^4.0.0", "@libp2p/identify": "^1.0.0", - "@libp2p/kad-dht": "^11.0.0", + "@libp2p/kad-dht": "^16.3.3", "libp2p": "^1.0.0", "@libp2p/peer-id": "^4.0.0", "@libp2p/peer-id-factory": "^4.0.0",