From 428368660aba3970acb863441cc8db0086e94de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:17:09 +0000 Subject: [PATCH] Bump multiformats from 13.1.0 to 13.3.1 in /packages/common Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 13.1.0 to 13.3.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.1.0...v13.3.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/package.json b/packages/common/package.json index 7cea74ea9..785dfa3bf 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -71,7 +71,7 @@ "dependencies": { "@isaacs/ttlcache": "1.4.1", "level": "8.0.1", - "multiformats": "13.1.0", + "multiformats": "13.3.1", "readable-stream": "4.5.2" }, "devDependencies": {