Skip to content

Commit

Permalink
Upgrade @chainsafe/blst to 0.2.7 (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Dec 15, 2022
1 parent df92e0c commit 95ef1d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keygen": "^0.3.0",
"@chainsafe/bls-keystore": "^2.0.0",
"@chainsafe/blst": "^0.2.6",
"@chainsafe/blst": "^0.2.7",
"@chainsafe/discv5": "^1.4.0",
"@chainsafe/ssz": "^0.9.2",
"@libp2p/peer-id-factory": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"buffer-xor": "^2.0.2"
},
"devDependencies": {
"@chainsafe/blst": "^0.2.6",
"@chainsafe/blst": "^0.2.7",
"@types/buffer-xor": "^2.0.0",
"@types/mockery": "^1.4.29",
"mockery": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@
bls-eth-wasm "^0.4.8"
randombytes "^2.1.0"

"@chainsafe/blst@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@chainsafe/blst/-/blst-0.2.6.tgz#56f17c82338d62421321dca60250951dd3a7db7a"
integrity sha512-7mzE9IRjG0TZKPit83GT4XPSgMnqmMT4AAeUTyTj/IwO4FDPQ3fJVheT6i9LaH3I4Y18oaL68G9j+Uh3mEEAYg==
"@chainsafe/blst@^0.2.7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@chainsafe/blst/-/blst-0.2.7.tgz#9e966b097e59d0a4f547824f8aa136b4b898d672"
integrity sha512-9ztDTg+/PjwOfnsJnkTkhIqWSju8XfqiX32ZLYviF+QUNrPIIeJUh4/IH94jTDpb4yVCEdGk38Sq3rBzGSNx5w==
dependencies:
node-fetch "^2.6.1"
node-gyp "^8.4.0"
Expand Down

0 comments on commit 95ef1d6

Please sign in to comment.