From cc7b447ed931dd464df7115fb1d31732251229b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:10:48 +0000 Subject: [PATCH] chore(deps): bump @helia/dag-cbor from 5.1.1 to 6.0.0 Bumps [@helia/dag-cbor](https://github.com/ipfs/helia) from 5.1.1 to 6.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-v5.1.1...car-v6.0.0) --- updated-dependencies: - dependency-name: "@helia/dag-cbor" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- examples/helia-lan-discovery/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..e22a8e3c 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -26,7 +26,7 @@ "@chainsafe/libp2p-yamux": "^8.0.1", "@helia/block-brokers": "^5.2.3", "@helia/car": "^5.4.1", - "@helia/dag-cbor": "^5.1.1", + "@helia/dag-cbor": "^6.0.0", "@helia/http": "^3.1.2", "@helia/ipns": "^9.2.1", "@helia/routers": "^5.1.1", diff --git a/examples/helia-lan-discovery/package.json b/examples/helia-lan-discovery/package.json index 7de61b89..163e6fa4 100644 --- a/examples/helia-lan-discovery/package.json +++ b/examples/helia-lan-discovery/package.json @@ -10,7 +10,7 @@ "test": "test-node-example test/*" }, "dependencies": { - "@helia/dag-cbor": "^5.1.1", + "@helia/dag-cbor": "^6.0.0", "@libp2p/utils": "^7.0.15", "helia": "^6.1.2", "multiformats": "^13.4.2"