From b7cd0e3f4bcce3e18fc048e65482721d4df802af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:42:01 +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 0998e99..75244dc 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ }, "dependencies": { "cborg": "^5.0.1", - "multiformats": "^13.1.0" + "multiformats": "^14.0.0" }, "devDependencies": { "@ipld/garbage": "^6.0.0",