From 9433cf724783e1420e113356d1d4646951707a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:05:57 +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 a62d176..507ac5b 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "dep-check": "aegir dep-check" }, "dependencies": { - "multiformats": "^13.0.0" + "multiformats": "^14.0.0" }, "devDependencies": { "@sindresorhus/is": "^8.0.0",