From 71063739469213c093cc8a39750478995d650c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:45:45 +0000 Subject: [PATCH] chore(deps): bump @helia/dag-cbor from 4.1.0 to 5.0.2 Bumps [@helia/dag-cbor](https://github.com/ipfs/helia) from 4.1.0 to 5.0.2. - [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...mfs-v5.0.2) --- updated-dependencies: - dependency-name: "@helia/dag-cbor" dependency-version: 5.0.2 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..076ba2ea 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.2", "@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..895c77ae 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.2", "helia": "^5.0.0", "it-length-prefixed-stream": "^2.0.1", "multiformats": "^13.0.1"