From 3b76bcfefd3ba0415e594f17fe26fb0a3e3a4915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:16:46 +0000 Subject: [PATCH] chore(deps): bump helia from 5.5.1 to 6.0.12 Bumps [helia](https://github.com/ipfs/helia) from 5.5.1 to 6.0.12. - [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.12) --- updated-dependencies: - dependency-name: helia dependency-version: 6.0.12 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..5c507f9 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.12", "libp2p": "^3.0.2", "multiformats": "^13.4.1", "react": "^18.3.1",