From c0e97b90c5f386575aae49b201f966b0e6a87070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:09:59 +0000 Subject: [PATCH] deps: bump multiformats from 13.4.1 to 13.4.2 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 13.4.1 to 13.4.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/v13.4.1...v13.4.2) --- updated-dependencies: - dependency-name: multiformats dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- package-lock.json | 10 +++++----- publish/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 3f91a32a..3558f7f5 100644 --- a/api/package.json +++ b/api/package.json @@ -25,7 +25,7 @@ "ethers": "^6.16.0", "http-assert": "^1.5.0", "http-responders": "^2.2.0", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "pg": "^8.16.3", "postgrator": "^8.0.0", "raw-body": "^3.0.2" diff --git a/package-lock.json b/package-lock.json index acfdefa6..28647857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "ethers": "^6.16.0", "http-assert": "^1.5.0", "http-responders": "^2.2.0", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "pg": "^8.16.3", "postgrator": "^8.0.0", "raw-body": "^3.0.2" @@ -4370,9 +4370,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/multiformats": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.1.tgz", - "integrity": "sha512-VqO6OSvLrFVAYYjgsr8tyv62/rCQhPgsZUXLTqoFLSgdkgiUYKYeArbt1uWLlEpkjxQe+P0+sHlbPEte1Bi06Q==", + "version": "13.4.2", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.2.tgz", + "integrity": "sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==", "license": "Apache-2.0 OR MIT" }, "node_modules/murmurhash3js-revisited": { @@ -6381,7 +6381,7 @@ "devDependencies": { "@flydotio/dockerfile": "^0.7.10", "mocha": "^11.7.5", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "postgrator": "^8.0.0", "standard": "^17.1.2" } diff --git a/publish/package.json b/publish/package.json index 21edd93e..1d9e0dfb 100644 --- a/publish/package.json +++ b/publish/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@flydotio/dockerfile": "^0.7.10", "mocha": "^11.7.5", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "postgrator": "^8.0.0", "standard": "^17.1.2" },