From 592bc411cb47ca87e32826087b9d1e25395e596d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:28:57 +0000 Subject: [PATCH] chore(deps): bump helia from 5.5.1 to 6.0.7 Bumps [helia](https://github.com/ipfs/helia) from 5.5.1 to 6.0.7. - [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.7) --- updated-dependencies: - dependency-name: helia dependency-version: 6.0.7 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..65823e3 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.7", "libp2p": "^3.0.2", "multiformats": "^13.4.1", "react": "^18.3.1",