Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

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 (ethers-io#1478).
  • Loading branch information
ricmoo authored and pull[bot] committed Jun 4, 2021
1 parent a72d291 commit 3bae38a
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 3bae38a

Please sign in to comment.