Skip to content

Commit

Permalink
chore: bump gossipsub
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Feb 6, 2024
1 parent 274871d commit cfb8be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@chainsafe/blst": "^0.2.9",
"@chainsafe/discv5": "^9.0.0",
"@chainsafe/enr": "^3.0.0",
"@chainsafe/libp2p-gossipsub": "^11.2.0",
"@chainsafe/libp2p-gossipsub": "^11.2.1",
"@chainsafe/libp2p-noise": "^14.1.0",
"@chainsafe/libp2p-identify": "^1.0.0",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,18 +364,17 @@
resolved "https://registry.yarnpkg.com/@chainsafe/is-ip/-/is-ip-2.0.2.tgz#7311e7403f11d8c5cfa48111f56fcecaac37c9f6"
integrity sha512-ndGqEMG1W5WkGagaqOZHpPU172AGdxr+LD15sv3WIUvT5oCFUrG1Y0CW/v2Egwj4JXEvSibaIIIqImsm98y1nA==

"@chainsafe/libp2p-gossipsub@^11.2.0":
version "11.2.0"
resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-11.2.0.tgz#4134dc68d9e3e0c327474b48fbd6e1f76f97550b"
integrity sha512-VymXl4Z4qEIUxH4FjgbcVqyuapVHhzrJxADO4t84QOOWv9f8uQYV+c0cgwjneOW3XyTYBOHaZqyTHTngTrKjtQ==
"@chainsafe/libp2p-gossipsub@^11.2.1":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-gossipsub/-/libp2p-gossipsub-11.2.1.tgz#80a993cca657084c861b78513ee0ff516bfb96f9"
integrity sha512-2NvlOY4Jfwn7U/sKF0kILl3+luHxq9hhEiBqZRqLTIV8LYmMQl9VpTMgMvRwKzgn/NDeZzsPb8olk2o00tkmZw==
dependencies:
"@libp2p/crypto" "^4.0.1"
"@libp2p/interface" "^1.1.2"
"@libp2p/interface-internal" "^1.0.7"
"@libp2p/peer-id" "^4.0.5"
"@libp2p/pubsub" "^9.0.8"
"@multiformats/multiaddr" "^12.1.14"
abortable-iterator "^5.0.1"
denque "^2.1.0"
it-length-prefixed "^9.0.4"
it-pipe "^3.0.1"
Expand Down Expand Up @@ -3533,14 +3532,6 @@ abort-controller@^3.0.0:
dependencies:
event-target-shim "^5.0.0"

abortable-iterator@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/abortable-iterator/-/abortable-iterator-5.0.1.tgz#5d93eba6fa8287a973a9ea090c64ca08b3777780"
integrity sha512-hlZ5Z8UwqrKsJcelVPEqDduZowJPBQJ9ZhBC2FXpja3lXy8X6MoI5uMzIgmrA8+3jcVnp8TF/tx+IBBqYJNUrg==
dependencies:
get-iterator "^2.0.0"
it-stream-types "^2.0.1"

abstract-level@^1.0.0, abstract-level@^1.0.2, abstract-level@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/abstract-level/-/abstract-level-1.0.3.tgz#78a67d3d84da55ee15201486ab44c09560070741"
Expand Down Expand Up @@ -6805,7 +6796,7 @@ get-iterator@^1.0.2:
resolved "https://registry.npmjs.org/get-iterator/-/get-iterator-1.0.2.tgz"
integrity sha512-v+dm9bNVfOYsY1OrhaCrmyOcYoSeVvbt+hHZ0Au+T+p1y+0Uyj9aMaGIeUTT6xdpRbWzDeYKvfOslPhggQMcsg==

get-iterator@^2.0.0, get-iterator@^2.0.1:
get-iterator@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/get-iterator/-/get-iterator-2.0.1.tgz#a904829f61bace789e0d64bd1a504c511a015c3f"
integrity sha512-7HuY/hebu4gryTDT7O/XY/fvY9wRByEGdK6QOa4of8npTcv0+NS6frFKABcf6S9EBAsveTuKTsZQQBFMMNILIg==
Expand Down

0 comments on commit cfb8be1

Please sign in to comment.