From 8e11e5a25e19dc674f930c7f18a9ad6b78166372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:38:16 +0000 Subject: [PATCH] chore: bump @ipld/dag-cbor from 9.2.7 to 10.0.0 Bumps [@ipld/dag-cbor](https://github.com/ipld/js-dag-cbor) from 9.2.7 to 10.0.0. - [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.0) --- updated-dependencies: - dependency-name: "@ipld/dag-cbor" dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b92c699..9729dbd 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "multiformats": "^13.0.0" }, "devDependencies": { - "@ipld/dag-cbor": "^9.0.4", + "@ipld/dag-cbor": "^10.0.0", "aegir": "^48.0.4" } }