Skip to content

Commit 9062556

Browse files
chore: bump libp2p from 0.41.0 to 0.42.0 (#264)
* chore: bump libp2p from 0.41.0 to 0.42.0 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: ci errors Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marin Petrunic <marin.petrunic@gmail.com>
1 parent b83c24a commit 9062556

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
"prepublish": "npm run build"
6868
},
6969
"dependencies": {
70-
"@libp2p/crypto": "^1.0.0",
71-
"@libp2p/interface-connection-encrypter": "^3.0.0",
72-
"@libp2p/interface-keys": "^1.0.2",
73-
"@libp2p/interface-metrics": "^4.0.2",
70+
"@libp2p/crypto": "^1.0.11",
71+
"@libp2p/interface-connection-encrypter": "^3.0.5",
72+
"@libp2p/interface-keys": "^1.0.6",
73+
"@libp2p/interface-metrics": "^4.0.4",
7474
"@libp2p/interface-peer-id": "^2.0.0",
75-
"@libp2p/logger": "^2.0.0",
75+
"@libp2p/logger": "^2.0.5",
7676
"@libp2p/peer-id": "^2.0.0",
7777
"@stablelib/chacha20poly1305": "^1.0.1",
7878
"@stablelib/hkdf": "^1.0.1",
7979
"@stablelib/sha256": "^1.0.1",
80-
"@stablelib/x25519": "^1.0.1",
80+
"@stablelib/x25519": "^1.0.3",
8181
"it-length-prefixed": "^8.0.2",
8282
"it-pair": "^2.0.2",
8383
"it-pb-stream": "^2.0.2",
@@ -101,7 +101,7 @@
101101
"execa": "^6.1.0",
102102
"go-libp2p": "^0.0.6",
103103
"iso-random-stream": "^2.0.2",
104-
"libp2p": "^0.41.0",
104+
"libp2p": "^0.42.0",
105105
"mkdirp": "^1.0.4",
106106
"p-defer": "^4.0.0",
107107
"protons": "^6.0.0",

test/interop.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ async function createJsPeer (options: SpawnOptions): Promise<Daemon> {
7272
}
7373

7474
const opts: Libp2pOptions = {
75-
// @ts-expect-error @libp2p/interface-peer-id types are not aligned
7675
peerId,
7776
addresses: {
7877
listen: ['/ip4/0.0.0.0/tcp/0']

0 commit comments

Comments
 (0)