From 1dabe16d06944e73015ef4289fb36353f74f1768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:00:15 +0100 Subject: [PATCH] deps!: bump multiformats from 12.1.3 to 13.0.0 (#75) Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 12.1.3 to 13.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/v12.1.3...v13.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... BREAKING CHANGE: uses multiformats@13.x.x Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/client/package.json | 2 +- packages/interop/package.json | 2 +- packages/server/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index ee57116..23982c7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -140,7 +140,7 @@ "it-first": "^3.0.3", "it-map": "^3.0.4", "it-ndjson": "^1.0.4", - "multiformats": "^12.1.1", + "multiformats": "^13.0.0", "p-defer": "^4.0.0", "p-queue": "^7.3.4", "uint8arrays": "^4.0.6" diff --git a/packages/interop/package.json b/packages/interop/package.json index 1f82462..6def423 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -50,7 +50,7 @@ "helia": "^2.0.1", "ipns": "^7.0.1", "it-first": "^3.0.3", - "multiformats": "^12.1.1" + "multiformats": "^13.0.0" }, "private": true } diff --git a/packages/server/package.json b/packages/server/package.json index 0d65a63..56485a1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -155,7 +155,7 @@ "@libp2p/peer-id": "^3.0.3", "fastify": "^4.17.0", "ipns": "^7.0.1", - "multiformats": "^12.1.1", + "multiformats": "^13.0.0", "raw-body": "^2.5.2" }, "devDependencies": {