mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
chore: upgrade @chainsafe/libp2p-gossipsub to 3.3.0
This commit is contained in:
parent
61e6ec8ed4
commit
4669c4d149
16
package-lock.json
generated
16
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.24.0",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^3.2.0",
|
||||
"@chainsafe/libp2p-gossipsub": "^3.3.0",
|
||||
"@chainsafe/libp2p-noise": "^7.0.1",
|
||||
"@ethersproject/rlp": "^5.5.0",
|
||||
"@libp2p/crypto": "^1.0.0",
|
||||
@ -642,9 +642,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@chainsafe/libp2p-gossipsub": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.2.0.tgz",
|
||||
"integrity": "sha512-9rdDHVweWAZsC9Ut3MpN8nZCDkSgDJ0o0p8rxMBROsmARrFzzUmG4kHWBPqKEJ3GGC1O8QlrF53VfRJwN6ZOrA==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.3.0.tgz",
|
||||
"integrity": "sha512-eZJD1WsMTVhZ3E4OAD6oRGIjJ39gwrhp/QiU+dGeD7PC3YW8K3TyyqgIBccQ2eUdJFVy7p79AmCKgIjBvx9yyw==",
|
||||
"dependencies": {
|
||||
"@libp2p/components": "^2.0.0",
|
||||
"@libp2p/crypto": "^1.0.0",
|
||||
@ -662,7 +662,6 @@
|
||||
"abortable-iterator": "^4.0.2",
|
||||
"denque": "^1.5.0",
|
||||
"err-code": "^3.0.1",
|
||||
"iso-random-stream": "^2.0.2",
|
||||
"it-length-prefixed": "^7.0.1",
|
||||
"it-pipe": "^2.0.3",
|
||||
"it-pushable": "^3.0.0",
|
||||
@ -13678,9 +13677,9 @@
|
||||
}
|
||||
},
|
||||
"@chainsafe/libp2p-gossipsub": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.2.0.tgz",
|
||||
"integrity": "sha512-9rdDHVweWAZsC9Ut3MpN8nZCDkSgDJ0o0p8rxMBROsmARrFzzUmG4kHWBPqKEJ3GGC1O8QlrF53VfRJwN6ZOrA==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-3.3.0.tgz",
|
||||
"integrity": "sha512-eZJD1WsMTVhZ3E4OAD6oRGIjJ39gwrhp/QiU+dGeD7PC3YW8K3TyyqgIBccQ2eUdJFVy7p79AmCKgIjBvx9yyw==",
|
||||
"requires": {
|
||||
"@libp2p/components": "^2.0.0",
|
||||
"@libp2p/crypto": "^1.0.0",
|
||||
@ -13698,7 +13697,6 @@
|
||||
"abortable-iterator": "^4.0.2",
|
||||
"denque": "^1.5.0",
|
||||
"err-code": "^3.0.1",
|
||||
"iso-random-stream": "^2.0.2",
|
||||
"it-length-prefixed": "^7.0.1",
|
||||
"it-pipe": "^2.0.3",
|
||||
"it-pushable": "^3.0.0",
|
||||
|
@ -66,7 +66,7 @@
|
||||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^3.2.0",
|
||||
"@chainsafe/libp2p-gossipsub": "^3.3.0",
|
||||
"@chainsafe/libp2p-noise": "^7.0.1",
|
||||
"@ethersproject/rlp": "^5.5.0",
|
||||
"@libp2p/crypto": "^1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user