Skip to content

Commit

Permalink
Version bumps for bn.js and hash.js to match elliptic and fix some bu…
Browse files Browse the repository at this point in the history
…ild tools (#1478).
  • Loading branch information
ricmoo committed May 31, 2021
1 parent 4b33114 commit 819b1ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bignumber/package.json
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@ethersproject/bytes": "^5.2.0",
"@ethersproject/logger": "^5.2.0",
"bn.js": "^4.4.0"
"bn.js": "^4.11.9"
},
"description": "BigNumber library used in ethers.js.",
"ethereum": "donations.ethers.eth",
Expand Down
2 changes: 1 addition & 1 deletion packages/sha2/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@ethersproject/bytes": "^5.2.0",
"@ethersproject/logger": "^5.2.0",
"hash.js": "1.1.3"
"hash.js": "1.1.7"
},
"description": "The SHA2 family hash functions and HMAC functions for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down
3 changes: 2 additions & 1 deletion packages/signing-key/package.json
Expand Up @@ -7,7 +7,8 @@
"@ethersproject/bytes": "^5.2.0",
"@ethersproject/logger": "^5.2.0",
"@ethersproject/properties": "^5.2.0",
"bn.js": "^4.4.0",
"bn.js": "^4.11.9",
"hash.js": "1.1.7",
"elliptic": "6.5.4"
},
"description": "Elliptic curve library functions for the secp256k1 curve.",
Expand Down

0 comments on commit 819b1ac

Please sign in to comment.