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

Commit 2aa0f79

Browse files
deps!: bump multiformats from 10.0.3 to 11.0.0 and @libp2p/interface-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] <[email protected]> * deps: update interface-peer-id Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent d458051 commit 2aa0f79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/libp2p-peer-id-factory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@
144144
"dependencies": {
145145
"@libp2p/crypto": "^1.0.0",
146146
"@libp2p/interface-keys": "^1.0.2",
147-
"@libp2p/interface-peer-id": "^1.0.0",
147+
"@libp2p/interface-peer-id": "^2.0.0",
148148
"@libp2p/peer-id": "^1.0.0",
149-
"multiformats": "^10.0.0",
149+
"multiformats": "^11.0.0",
150150
"protons-runtime": "^4.0.1",
151151
"uint8arraylist": "^2.0.0",
152152
"uint8arrays": "^4.0.2"

packages/libp2p-peer-id/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
"release": "aegir release"
139139
},
140140
"dependencies": {
141-
"@libp2p/interface-peer-id": "^1.0.0",
141+
"@libp2p/interface-peer-id": "^2.0.0",
142142
"err-code": "^3.0.1",
143-
"multiformats": "^10.0.0",
143+
"multiformats": "^11.0.0",
144144
"uint8arrays": "^4.0.2"
145145
},
146146
"devDependencies": {

0 commit comments

Comments
 (0)