Version bumps for bn.js and hash.js to match elliptic and fix some build tools (#1478).
This commit is contained in:
parent
4b331148d9
commit
819b1ace5c
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user