Skip to content

Commit 1dabe16

Browse files
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](multiformats/js-multiformats@v12.1.3...v13.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... BREAKING CHANGE: uses [email protected] Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1db87c0 commit 1dabe16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"it-first": "^3.0.3",
141141
"it-map": "^3.0.4",
142142
"it-ndjson": "^1.0.4",
143-
"multiformats": "^12.1.1",
143+
"multiformats": "^13.0.0",
144144
"p-defer": "^4.0.0",
145145
"p-queue": "^7.3.4",
146146
"uint8arrays": "^4.0.6"

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"helia": "^2.0.1",
5151
"ipns": "^7.0.1",
5252
"it-first": "^3.0.3",
53-
"multiformats": "^12.1.1"
53+
"multiformats": "^13.0.0"
5454
},
5555
"private": true
5656
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@libp2p/peer-id": "^3.0.3",
156156
"fastify": "^4.17.0",
157157
"ipns": "^7.0.1",
158-
"multiformats": "^12.1.1",
158+
"multiformats": "^13.0.0",
159159
"raw-body": "^2.5.2"
160160
},
161161
"devDependencies": {

0 commit comments

Comments
 (0)