mirror of https://github.com/status-im/js-waku.git
chore: bump @libp2p/mplex to 4.0.1
This commit is contained in:
parent
d7b08f7e24
commit
9965ba9059
|
@ -18,7 +18,7 @@
|
|||
"@libp2p/interface-peer-info": "^1.0.1",
|
||||
"@libp2p/interface-peer-store": "^1.0.0",
|
||||
"@libp2p/interfaces": "^3.0.2",
|
||||
"@libp2p/mplex": "^4.0.0",
|
||||
"@libp2p/mplex": "^4.0.1",
|
||||
"@libp2p/peer-id": "^1.1.10",
|
||||
"@libp2p/websockets": "^3.0.0",
|
||||
"@multiformats/multiaddr": "^10.2.0",
|
||||
|
@ -1638,9 +1638,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/mplex": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.0.tgz",
|
||||
"integrity": "sha512-Y9D0p1B7DBWpBL1RGOCPGcj9YzT4yNtzaX0uAMYVLPL97CAPSc84ZMUfPpVjqVpXrdFmZOVpBZ0r00tnIPQXjQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.1.tgz",
|
||||
"integrity": "sha512-LOs5xEPjY10Bq98q1Ipa4/PQ83uj6i/JkvaAZ85/hgiqLrfVYkqs31AF0G35DgvM1eaVjmJoE7f1u4UHKaCEMQ==",
|
||||
"dependencies": {
|
||||
"@libp2p/components": "^2.0.0",
|
||||
"@libp2p/interface-connection": "^2.0.0",
|
||||
|
@ -14383,9 +14383,9 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/mplex": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.0.tgz",
|
||||
"integrity": "sha512-Y9D0p1B7DBWpBL1RGOCPGcj9YzT4yNtzaX0uAMYVLPL97CAPSc84ZMUfPpVjqVpXrdFmZOVpBZ0r00tnIPQXjQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-4.0.1.tgz",
|
||||
"integrity": "sha512-LOs5xEPjY10Bq98q1Ipa4/PQ83uj6i/JkvaAZ85/hgiqLrfVYkqs31AF0G35DgvM1eaVjmJoE7f1u4UHKaCEMQ==",
|
||||
"requires": {
|
||||
"@libp2p/components": "^2.0.0",
|
||||
"@libp2p/interface-connection": "^2.0.0",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"@libp2p/interface-peer-info": "^1.0.1",
|
||||
"@libp2p/interface-peer-store": "^1.0.0",
|
||||
"@libp2p/interfaces": "^3.0.2",
|
||||
"@libp2p/mplex": "^4.0.0",
|
||||
"@libp2p/mplex": "^4.0.1",
|
||||
"@libp2p/peer-id": "^1.1.10",
|
||||
"@libp2p/websockets": "^3.0.0",
|
||||
"@multiformats/multiaddr": "^10.2.0",
|
||||
|
|
Loading…
Reference in New Issue