From 2547410466fb2537e0a8add6a1a07aa5b15506f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:56:49 +0000 Subject: [PATCH] chore(deps): bump @helia/car from 5.4.2 to 6.0.1 Bumps [@helia/car](https://github.com/ipfs/helia) from 5.4.2 to 6.0.1. - [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-v5.4.2...car-v6.0.1) --- updated-dependencies: - dependency-name: "@helia/car" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- examples/helia-create-car/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 4fb7e314..581c2e8b 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -25,7 +25,7 @@ "@chainsafe/libp2p-noise": "^17.0.0", "@chainsafe/libp2p-yamux": "^8.0.1", "@helia/block-brokers": "^5.2.3", - "@helia/car": "^5.4.1", + "@helia/car": "^6.0.1", "@helia/dag-cbor": "^5.1.1", "@helia/http": "^3.1.2", "@helia/ipns": "^9.2.1", diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index 361ed7a9..3ca97562 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -13,7 +13,7 @@ "test": "npm run build && test-browser-example test" }, "dependencies": { - "@helia/car": "^5.4.1", + "@helia/car": "^6.0.1", "@helia/unixfs": "^7.2.1", "@ipld/car": "^5.4.3", "helia": "^6.1.2",