Version bumps for bn.js and hash.js to match elliptic and fix some build tools (#1478).

This commit is contained in:
Richard Moore 2021-05-31 18:29:26 -04:00
parent 4b331148d9
commit 819b1ace5c
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
3 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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.",