From c3bfe96596c3a248c19f1ad6b4f80e2d7ce2ddd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:59:50 +0000 Subject: [PATCH] deps: bump multiformats from 13.4.2 to 14.0.0 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 13.4.2 to 14.0.0. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiformats/compare/v13.4.2...v14.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-version: 14.0.0 dependency-type: direct:production 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 40f7945..3075ed1 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ }, "dependencies": { "cborg": "^5.0.0", - "multiformats": "^13.1.0" + "multiformats": "^14.0.0" }, "devDependencies": { "@ipld/garbage": "^6.0.0",