From 8a711d42ecab68f286390f47f030a1591abb8512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:28:25 +0000 Subject: [PATCH] chore(deps): bump @helia/dag-cbor from 4.1.0 to 5.0.6 Bumps [@helia/dag-cbor](https://github.com/ipfs/helia) from 4.1.0 to 5.0.6. - [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-v4.1.0...json-v5.0.6) --- updated-dependencies: - dependency-name: "@helia/dag-cbor" dependency-version: 5.0.6 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 29b60cce..df3e7b46 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -25,7 +25,7 @@ "@chainsafe/libp2p-noise": "^16.1.2", "@chainsafe/libp2p-yamux": "^7.0.1", "@helia/car": "^4.0.4", - "@helia/dag-cbor": "^4.0.3", + "@helia/dag-cbor": "^5.0.6", "@helia/http": "^2.0.5", "@helia/ipns": "^8.2.0", "@helia/unixfs": "^5.0.0", diff --git a/examples/helia-lan-discovery/package.json b/examples/helia-lan-discovery/package.json index 09e260c6..67664aa3 100644 --- a/examples/helia-lan-discovery/package.json +++ b/examples/helia-lan-discovery/package.json @@ -12,7 +12,7 @@ "test2": "npm run client & npm run server" }, "dependencies": { - "@helia/dag-cbor": "^4.0.0", + "@helia/dag-cbor": "^5.0.6", "helia": "^5.0.0", "it-length-prefixed-stream": "^2.0.1", "multiformats": "^13.0.1"