Skip to content

Commit

Permalink
chore: bump @chainsafe/bls-keystore (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jul 16, 2024
1 parent 565bb3a commit c6369ee
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 @@ -53,7 +53,7 @@
"dependencies": {
"@chainsafe/bls": "7.1.3",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/bls-keystore": "^3.0.1",
"@chainsafe/bls-keystore": "^3.1.0",
"@chainsafe/blst": "^0.2.11",
"@chainsafe/discv5": "^9.0.0",
"@chainsafe/enr": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"dependencies": {
"@chainsafe/bls": "7.1.3",
"@chainsafe/bls-keystore": "^3.0.1",
"@chainsafe/bls-keystore": "^3.1.0",
"@lodestar/params": "^1.20.1",
"@lodestar/utils": "^1.20.1",
"axios": "^1.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@
"@noble/hashes" "^1.0.0"
"@scure/bip39" "^1.0.0"

"@chainsafe/bls-keystore@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@chainsafe/bls-keystore/-/bls-keystore-3.0.1.tgz#1eaf1d89d3628b5fbab62fcd10f48703f2c428cc"
integrity sha512-U6m/tMgdEUq60RhcIj7xUD5n6zuavSbThR+szuAglmUa9gY8QfInxXpGAT4hyc2QjbLy9115vJVyhyu7TDl+DQ==
"@chainsafe/bls-keystore@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@chainsafe/bls-keystore/-/bls-keystore-3.1.0.tgz#cdc466e4bc710e710b2a511e4fbaa909fbcd518a"
integrity sha512-OR9hV9N53woNc6R2d08O3Oi3Ykx7uZARMx51W+WFP1fDaFSA/QaMraPGGA8tSx7livkb/Scwe3Basj9Pib67HA==
dependencies:
ethereum-cryptography "^2.0.0"
uuid "^9.0.0"
Expand Down

0 comments on commit c6369ee

Please sign in to comment.