chore: bump @libp2p/mplex to 4.0.1

This commit is contained in:
Franck Royer 2022-07-25 13:17:16 +10:00 committed by fryorcraken.eth
parent d7b08f7e24
commit 9965ba9059
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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",