From f6e4defbac224d567b3a4459089416d4f4c614ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:36:08 +0000 Subject: [PATCH] chore(deps): bump @helia/http from 3.1.4 to 4.0.0 Bumps [@helia/http](https://github.com/ipfs/helia) from 3.1.4 to 4.0.0. - [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/car-v3.1.4...car-v4.0.0) --- updated-dependencies: - dependency-name: "@helia/http" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 4fb7e314..4375b23e 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -27,7 +27,7 @@ "@helia/block-brokers": "^5.2.3", "@helia/car": "^5.4.1", "@helia/dag-cbor": "^5.1.1", - "@helia/http": "^3.1.2", + "@helia/http": "^4.0.0", "@helia/ipns": "^9.2.1", "@helia/routers": "^5.1.1", "@helia/unixfs": "^7.2.1",