Skip to content

Commit

Permalink
Update the benchmark lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2025
1 parent cfc0721 commit 698a356
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.15.3",
"@chainsafe/benchmark": "^1.1.0-rc.5",
"@chainsafe/benchmark": "^1.1.0-rc.6",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
Expand Down
30 changes: 26 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,11 @@
"@types/tough-cookie" "^4.0.5"
tough-cookie "^4.1.4"

"@chainsafe/as-sha256@0.5.0", "@chainsafe/as-sha256@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.5.0.tgz#2523fbef2b80b5000f9aa71f4a76e5c2c5c076bb"
integrity sha512-dTIY6oUZNdC5yDTVP5Qc9hAlKAsn0QTQ2DnQvvsbTnKSTbYs3p5RPN0aIUqN0liXei/9h24c7V0dkV44cnWIQA==

"@chainsafe/as-sha256@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.4.2.tgz#21ad1371e2245e430c1a554a05f10d333c6f42cc"
Expand All @@ -1381,10 +1386,10 @@
core-js "2.6.10"
require-resolve "0.0.2"

"@chainsafe/benchmark@^1.1.0-rc.5":
version "1.1.0-rc.5"
resolved "https://registry.yarnpkg.com/@chainsafe/benchmark/-/benchmark-1.1.0-rc.5.tgz#bb9b311bcd20c875c366428f07aef7e0cc14cd5f"
integrity sha512-d09Z35Hc4SkkzJ0ugNIiLMldC7AIa6KavO5l1dZxSGb0pSm/DMNHliztmwVZfG3p+iO8/xmRjwvqNiLDsW1ETg==
"@chainsafe/benchmark@^1.1.0-rc.6":
version "1.1.0-rc.6"
resolved "https://registry.yarnpkg.com/@chainsafe/benchmark/-/benchmark-1.1.0-rc.6.tgz#128c65fb6373bc3b606ff3ca3a6d7218b39a0fbc"
integrity sha512-I3FCg86zqB57B0iFLucrhCK6MF1BDs1a0UEFmDrhB4X3YtiYmUYTwUHET3m4ihYvjWnxESDYA1+qJMQTZ2x2ow==
dependencies:
"@actions/cache" "^4.0.0"
"@actions/github" "^6.0.0"
Expand Down Expand Up @@ -1423,6 +1428,15 @@
"@chainsafe/hashtree-linux-arm64-gnu" "1.0.1"
"@chainsafe/hashtree-linux-x64-gnu" "1.0.1"

"@chainsafe/persistent-merkle-tree@0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.8.0.tgz#18e2f0a5de3a0b59c6e5be8797a78e0d209dd7dc"
integrity sha512-hh6C1JO6SKlr0QGNTNtTLqgGVMA/Bc20wD6CeMHp+wqbFKCULRJuBUxhF4WDx/7mX8QlqF3nFriF/Eo8oYJ4/A==
dependencies:
"@chainsafe/as-sha256" "0.5.0"
"@chainsafe/hashtree" "1.0.1"
"@noble/hashes" "^1.3.0"

"@chainsafe/persistent-merkle-tree@^0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.7.2.tgz#f0ef91daf36752f827432333cbc965f4bf6e750e"
Expand All @@ -1439,6 +1453,14 @@
"@chainsafe/as-sha256" "^0.4.2"
"@chainsafe/persistent-merkle-tree" "^0.7.2"

"@chainsafe/ssz@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@chainsafe/ssz/-/ssz-0.18.0.tgz#773d40df9dff3b6a2a4c6685d9797abceb9d36f7"
integrity sha512-1ikTjk3JK6+fsGWiT5IvQU0AP6gF3fDzGmPfkKthbcbgTUR8fjB83Ywp9ko/ZoiDGfrSFkATgT4hvRzclu0IAA==
dependencies:
"@chainsafe/as-sha256" "0.5.0"
"@chainsafe/persistent-merkle-tree" "0.8.0"

"@colors/colors@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
Expand Down

0 comments on commit 698a356

Please sign in to comment.