From 8acf79586cb0c4fd017ae387ff35997956381d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:50:29 +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 37212d7..6d90a90 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ }, "dependencies": { "js-sha3": "^0.9.1", - "multiformats": "^13.0.0" + "multiformats": "^14.0.0" }, "devDependencies": { "@ipld/dag-cbor": "^9.0.4",