chore: bump @chainsafe/libp2p-gossipsub to 3.4.0

This commit is contained in:
Franck Royer 2022-07-25 11:56:21 +10:00 committed by fryorcraken.eth
parent 4eeca93d47
commit da9b7b31f5
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

@ -9,7 +9,7 @@
"version": "0.24.0",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^3.3.0",
"@chainsafe/libp2p-gossipsub": "^3.4.0",
"@chainsafe/libp2p-noise": "^7.0.1",
"@ethersproject/rlp": "^5.5.0",
"@libp2p/crypto": "^1.0.0",
@ -616,9 +616,9 @@
}
},
"node_modules/@chainsafe/libp2p-gossipsub": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.3.0.tgz",
"integrity": "sha512-eZJD1WsMTVhZ3E4OAD6oRGIjJ39gwrhp/QiU+dGeD7PC3YW8K3TyyqgIBccQ2eUdJFVy7p79AmCKgIjBvx9yyw==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.4.0.tgz",
"integrity": "sha512-vN73j3t69TXy82Zx3guPB1AZa/8hHyDvgeHrjmegadugs6eywuR+BJTsmD3vd7FAZvD9g6Bdekt1VuE2GG8GOw==",
"dependencies": {
"@libp2p/components": "^2.0.0",
"@libp2p/crypto": "^1.0.0",
@ -13524,9 +13524,9 @@
}
},
"@chainsafe/libp2p-gossipsub": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.3.0.tgz",
"integrity": "sha512-eZJD1WsMTVhZ3E4OAD6oRGIjJ39gwrhp/QiU+dGeD7PC3YW8K3TyyqgIBccQ2eUdJFVy7p79AmCKgIjBvx9yyw==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.4.0.tgz",
"integrity": "sha512-vN73j3t69TXy82Zx3guPB1AZa/8hHyDvgeHrjmegadugs6eywuR+BJTsmD3vd7FAZvD9g6Bdekt1VuE2GG8GOw==",
"requires": {
"@libp2p/components": "^2.0.0",
"@libp2p/crypto": "^1.0.0",

View File

@ -66,7 +66,7 @@
"node": ">=16"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^3.3.0",
"@chainsafe/libp2p-gossipsub": "^3.4.0",
"@chainsafe/libp2p-noise": "^7.0.1",
"@ethersproject/rlp": "^5.5.0",
"@libp2p/crypto": "^1.0.0",