From 0321465625e0c3792cb0d1a2f960b2f5fff07388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:02:54 +0000 Subject: [PATCH] deps: bump multiformats from 14.0.0 to 14.0.2 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 14.0.0 to 14.0.2. - [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/v14.0.0...v14.0.2) --- updated-dependencies: - dependency-name: multiformats dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f3a7d9..6ecb10e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13513,9 +13513,9 @@ "license": "MIT" }, "node_modules/multiformats": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.0.tgz", - "integrity": "sha512-iWK1RrAS58p2NDfeZFuSUSv3ZPewTIhsGbh/5NgeGGJwJmRljLxGtjRR3nkn+loG3zl+IrfR/W1590QnrSK+Gg==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.2.tgz", + "integrity": "sha512-sF7F3gBKCyehzIhDwVuTRf79TZ8qWRz5NXwWYBX+4a+n22KcFqqcDYJvZr7tySrI0MhuTBXVOlo3qMTiAHC78g==", "license": "Apache-2.0 OR MIT" }, "node_modules/multimatch": {