From 4316562947bfeaee0ee1f10cb18b58502623ec39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:51:37 +0000 Subject: [PATCH] chore(deps): bump @helia/http from 2.2.1 to 3.0.10 Bumps [@helia/http](https://github.com/ipfs/helia) from 2.2.1 to 3.0.10. - [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/http-v2.2.1...http-v3.0.10) --- updated-dependencies: - dependency-name: "@helia/http" dependency-version: 3.0.10 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 29b60cce..b0adf707 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -26,7 +26,7 @@ "@chainsafe/libp2p-yamux": "^7.0.1", "@helia/car": "^4.0.4", "@helia/dag-cbor": "^4.0.3", - "@helia/http": "^2.0.5", + "@helia/http": "^3.0.10", "@helia/ipns": "^8.2.0", "@helia/unixfs": "^5.0.0", "@libp2p/bootstrap": "^11.0.35",