From 7baf5f47a78d4226e854eabf03b4a47da9e411be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:38:05 +0000 Subject: [PATCH] chore(deps): bump helia from 5.5.1 to 6.0.8 Bumps [helia](https://github.com/ipfs/helia) from 5.5.1 to 6.0.8. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/helia-v5.5.1...helia-v6.0.8) --- updated-dependencies: - dependency-name: helia dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-delegated-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-delegated-routing/package.json b/examples/js-libp2p-example-delegated-routing/package.json index 2ce413d..38b809e 100644 --- a/examples/js-libp2p-example-delegated-routing/package.json +++ b/examples/js-libp2p-example-delegated-routing/package.json @@ -24,7 +24,7 @@ "@helia/delegated-routing-v1-http-api-client": "^4.0.0", "@helia/delegated-routing-v1-http-api-server": "^4.0.0", "@libp2p/peer-id": "^6.0.1", - "helia": "^5.0.0", + "helia": "^6.0.8", "libp2p": "^3.0.2", "multiformats": "^13.4.1", "react": "^18.3.1",