Skip to content

Commit 30b716b

Browse files
committed
Bump BN.js for hexstring bug fix (#3017).
1 parent e85e32b commit 30b716b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/bignumber/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@ethersproject/bytes": "^5.6.0",
55
"@ethersproject/logger": "^5.6.0",
6-
"bn.js": "^4.11.9"
6+
"bn.js": "^5.2.1"
77
},
88
"description": "BigNumber library used in ethers.js.",
99
"ethereum": "donations.ethers.eth",
@@ -38,7 +38,7 @@
3838
"test": "echo \"Error: no test specified\" && exit 1"
3939
},
4040
"sideEffects": false,
41-
"tarballHash": "0x7fc9de3518055d5d8d2df4d271c5e1cacebf0cef2d7abb073a541ba56da89c0e",
41+
"tarballHash": "0x9d06f811fc14ed48d49ef65d7c1ffe808cb838775f928ddc0ff5d54296515f5b",
4242
"types": "./lib/index.d.ts",
43-
"version": "5.6.1"
43+
"version": "5.6.2"
4444
}

0 commit comments

Comments
 (0)