From 62453431240069e121a70d18caa5834f3bb35d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:35:56 +0000 Subject: [PATCH] chore(deps): bump @libp2p/kad-dht from 14.2.15 to 16.0.6 Bumps [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) from 14.2.15 to 16.0.6. - [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-v14.2.15...kad-dht-v16.0.6) --- updated-dependencies: - dependency-name: "@libp2p/kad-dht" dependency-version: 16.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-remote-pinning/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..5acd834a 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -23,7 +23,7 @@ "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15", - "@libp2p/kad-dht": "^14.2.0", + "@libp2p/kad-dht": "^16.0.6", "@libp2p/tcp": "^10.0.15", "@libp2p/websockets": "^9.1.2", "helia": "^5.0.0",