Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
deps!: bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-…
Browse files Browse the repository at this point in the history
…peer-id from 1.0.0 to 2.0.0 (#41)

* deps: bump multiformats from 10.0.3 to 11.0.0

Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 10.0.3 to 11.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@v10.0.3...v11.0.0)

---
updated-dependencies:
- dependency-name: multiformats
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: update interface-peer-id

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain committed Jan 6, 2023
1 parent d458051 commit 2aa0f79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/libp2p-peer-id-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
"dependencies": {
"@libp2p/crypto": "^1.0.0",
"@libp2p/interface-keys": "^1.0.2",
"@libp2p/interface-peer-id": "^1.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/peer-id": "^1.0.0",
"multiformats": "^10.0.0",
"multiformats": "^11.0.0",
"protons-runtime": "^4.0.1",
"uint8arraylist": "^2.0.0",
"uint8arrays": "^4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-peer-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/interface-peer-id": "^1.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"err-code": "^3.0.1",
"multiformats": "^10.0.0",
"multiformats": "^11.0.0",
"uint8arrays": "^4.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2aa0f79

Please sign in to comment.