From 8dd58f9328eb7a58e0391bf247584256b16d3494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:39:30 +0000 Subject: [PATCH] chore(deps): bump @ipld/dag-cbor from 9.2.7 to 10.0.1 in /examples Bumps [@ipld/dag-cbor](https://github.com/ipld/js-dag-cbor) from 9.2.7 to 10.0.1. - [Release notes](https://github.com/ipld/js-dag-cbor/releases) - [Changelog](https://github.com/ipld/js-dag-cbor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipld/js-dag-cbor/compare/v9.2.7...v10.0.1) --- updated-dependencies: - dependency-name: "@ipld/dag-cbor" dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 895e9a0..df8f24d 100644 --- a/examples/package.json +++ b/examples/package.json @@ -16,7 +16,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "file:..", - "@ipld/dag-cbor": "^9.0.0", + "@ipld/dag-cbor": "^10.0.1", "@ipld/dag-json": "^11.0.0", "@ipld/dag-pb": "^4.0.0", "@multiformats/blake2": "^2.0.0",