Skip to content

Commit

Permalink
deps!: bump multiformats from 12.1.3 to 13.0.0 (#75)
Browse files Browse the repository at this point in the history
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 multiformats@13.x.x

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 1db87c0 commit 1dabe16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1dabe16

Please sign in to comment.