From 0fdf4bca3683e6d9f5fba424a3a362003487694b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:03:17 +0000 Subject: [PATCH] deps: bump multiformats from 13.4.0 to 13.4.1 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 13.4.0 to 13.4.1. - [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.0...v13.4.1) --- updated-dependencies: - dependency-name: multiformats dependency-version: 13.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9842bc03..cf05c05b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "just-percentile": "^4.2.0", "k-closest": "^1.3.0", "ms": "^2.1.3", - "multiformats": "^13.4.0", + "multiformats": "^13.4.1", "p-map": "^7.0.3", "p-retry": "^7.0.0", "pg": "^8.16.3", @@ -7471,9 +7471,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/multiformats": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.0.tgz", - "integrity": "sha512-Mkb/QcclrJxKC+vrcIFl297h52QcKh2Az/9A5vbWytbQt4225UWWWmIuSsKksdww9NkIeYcA7DkfftyLuC/JSg==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.1.tgz", + "integrity": "sha512-VqO6OSvLrFVAYYjgsr8tyv62/rCQhPgsZUXLTqoFLSgdkgiUYKYeArbt1uWLlEpkjxQe+P0+sHlbPEte1Bi06Q==", "license": "Apache-2.0 OR MIT" }, "node_modules/multimatch": { diff --git a/package.json b/package.json index 2869159d..d5f8d83c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "just-percentile": "^4.2.0", "k-closest": "^1.3.0", "ms": "^2.1.3", - "multiformats": "^13.4.0", + "multiformats": "^13.4.1", "p-map": "^7.0.3", "p-retry": "^7.0.0", "pg": "^8.16.3",