Skip to content

Commit a27ef82

Browse files
committed
Lock versions for BigNumber fix (#3017).
1 parent 30b716b commit a27ef82

File tree

33 files changed

+220
-220
lines changed

33 files changed

+220
-220
lines changed

packages/abi/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/address": "^5.6.0",
5-
"@ethersproject/bignumber": "^5.6.0",
6-
"@ethersproject/bytes": "^5.6.0",
7-
"@ethersproject/constants": "^5.6.0",
8-
"@ethersproject/hash": "^5.6.0",
9-
"@ethersproject/keccak256": "^5.6.0",
4+
"@ethersproject/address": "^5.6.1",
5+
"@ethersproject/bignumber": "^5.6.2",
6+
"@ethersproject/bytes": "^5.6.1",
7+
"@ethersproject/constants": "^5.6.1",
8+
"@ethersproject/hash": "^5.6.1",
9+
"@ethersproject/keccak256": "^5.6.1",
1010
"@ethersproject/logger": "^5.6.0",
1111
"@ethersproject/properties": "^5.6.0",
12-
"@ethersproject/strings": "^5.6.0"
12+
"@ethersproject/strings": "^5.6.1"
1313
},
1414
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
1515
"ethereum": "donations.ethers.eth",
@@ -43,7 +43,7 @@
4343
"test": "echo \"Error: no test specified\" && exit 1"
4444
},
4545
"sideEffects": false,
46-
"tarballHash": "0x7ff6c636d18c294fc57e928acd5220663b349ead342f891342017e12078fbc80",
46+
"tarballHash": "0x2d96f539c1e65b970f674ea9f938ed6f032fdcce7ae53d15fbc862bb4ccee929",
4747
"types": "./lib/index.d.ts",
48-
"version": "5.6.2"
48+
"version": "5.6.3"
4949
}

packages/abstract-provider/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0",
5-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bignumber": "^5.6.2",
5+
"@ethersproject/bytes": "^5.6.1",
66
"@ethersproject/logger": "^5.6.0",
7-
"@ethersproject/networks": "^5.6.0",
7+
"@ethersproject/networks": "^5.6.3",
88
"@ethersproject/properties": "^5.6.0",
9-
"@ethersproject/transactions": "^5.6.0",
10-
"@ethersproject/web": "^5.6.0"
9+
"@ethersproject/transactions": "^5.6.2",
10+
"@ethersproject/web": "^5.6.1"
1111
},
1212
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
1313
"ethereum": "donations.ethers.eth",
@@ -41,7 +41,7 @@
4141
"test": "echo \"Error: no test specified\" && exit 1"
4242
},
4343
"sideEffects": false,
44-
"tarballHash": "0x27d91252dc988dbfc32462fa6dbdb94c2e169bc142b722e1177e32c2ec643176",
44+
"tarballHash": "0x6a2c0239731f6193b7bd41f575022a6c7a2f698d8a1f5cebcfd3091b3e1ad772",
4545
"types": "./lib/index.d.ts",
46-
"version": "5.6.0"
46+
"version": "5.6.1"
4747
}

packages/abstract-signer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/abstract-provider": "^5.6.0",
5-
"@ethersproject/bignumber": "^5.6.0",
6-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/abstract-provider": "^5.6.1",
5+
"@ethersproject/bignumber": "^5.6.2",
6+
"@ethersproject/bytes": "^5.6.1",
77
"@ethersproject/logger": "^5.6.0",
88
"@ethersproject/properties": "^5.6.0"
99
},
@@ -39,7 +39,7 @@
3939
"test": "echo \"Error: no test specified\" && exit 1"
4040
},
4141
"sideEffects": false,
42-
"tarballHash": "0xfdf217caee4e8beea86962eb90a9792cdbf48352066a9b865a6798487fe0cbfd",
42+
"tarballHash": "0xccde7c72f3a33044ff7c17bc1b708447b07ce92b7ba7234931549d372e75e4d7",
4343
"types": "./lib/index.d.ts",
44-
"version": "5.6.1"
44+
"version": "5.6.2"
4545
}

packages/address/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0",
5-
"@ethersproject/bytes": "^5.6.0",
6-
"@ethersproject/keccak256": "^5.6.0",
4+
"@ethersproject/bignumber": "^5.6.2",
5+
"@ethersproject/bytes": "^5.6.1",
6+
"@ethersproject/keccak256": "^5.6.1",
77
"@ethersproject/logger": "^5.6.0",
8-
"@ethersproject/rlp": "^5.6.0"
8+
"@ethersproject/rlp": "^5.6.1"
99
},
1010
"description": "Utilities for handling Ethereum Addresses for ethers.",
1111
"ethereum": "donations.ethers.eth",
@@ -39,7 +39,7 @@
3939
"test": "echo \"Error: no test specified\" && exit 1"
4040
},
4141
"sideEffects": false,
42-
"tarballHash": "0x57eb9b8a268690eb5990a85ad9ae1ad0cb547c2741cfb5214ad03719acd27031",
42+
"tarballHash": "0x74659cdbe2073e760b0538ae0bf3f61e5e7f237026f59a8c72af0f9b91c0b980",
4343
"types": "./lib/index.d.ts",
44-
"version": "5.6.0"
44+
"version": "5.6.1"
4545
}

packages/asm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"ethers": "^5.6.0"
4+
"ethers": "^5.6.8"
55
},
66
"description": "ASM libraries and tools for the Ethereum EVM.",
77
"ethereum": "donations.ethers.eth",
@@ -36,7 +36,7 @@
3636
"generate": "node ./generate.js",
3737
"test": "echo \"Error: no test specified\" && exit 1"
3838
},
39-
"tarballHash": "0x00b07c395a39d0fb4a57c380af1da06afb50db477e08c8c05c3a1ba59a5e73a3",
39+
"tarballHash": "0xbad0890df640ca0d8a7b7391be216fabf3fca16899f63d90ddaaf1defa3d35d4",
4040
"types": "./lib/index.d.ts",
41-
"version": "5.6.0"
41+
"version": "5.6.1"
4242
}

packages/base64/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./lib/base64": "./lib/browser-base64.js"
88
},
99
"dependencies": {
10-
"@ethersproject/bytes": "^5.6.0"
10+
"@ethersproject/bytes": "^5.6.1"
1111
},
1212
"description": "Base64 coder.",
1313
"ethereum": "donations.ethers.eth",
@@ -41,7 +41,7 @@
4141
"test": "echo \"Error: no test specified\" && exit 1"
4242
},
4343
"sideEffects": false,
44-
"tarballHash": "0xa722550df482c379e7da83c61d7d08ba53963ea79bc5c66e2e3652a16c371a68",
44+
"tarballHash": "0x49e4758e72bd45a9c8039f8d69ebb6840852486a90adae7c8cd15af54490dd6a",
4545
"types": "./lib/index.d.ts",
46-
"version": "5.6.0"
46+
"version": "5.6.1"
4747
}

packages/basex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bytes": "^5.6.1",
55
"@ethersproject/properties": "^5.6.0"
66
},
77
"description": "Base-X without Buffer.",
@@ -36,7 +36,7 @@
3636
"test": "echo \"Error: no test specified\" && exit 1"
3737
},
3838
"sideEffects": false,
39-
"tarballHash": "0xbf7b3bbf0b60b03db8b9d8d92d0e18d4c9f2bb265472fa693a8eac16850f3f37",
39+
"tarballHash": "0xafcf7836e13be607f7eb12a0f9159d3189610ca9c77e8e10c87ffaeb0976a953",
4040
"types": "./lib/index.d.ts",
41-
"version": "5.6.0"
41+
"version": "5.6.1"
4242
}

packages/bignumber/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bytes": "^5.6.1",
55
"@ethersproject/logger": "^5.6.0",
66
"bn.js": "^5.2.1"
77
},

packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"@babel/parser": "7.8.4",
1111
"@babel/types": "7.8.3",
12-
"@ethersproject/asm": "^5.6.0",
13-
"@ethersproject/basex": "^5.6.0",
14-
"ethers": "^5.6.0",
12+
"@ethersproject/asm": "^5.6.1",
13+
"@ethersproject/basex": "^5.6.1",
14+
"ethers": "^5.6.8",
1515
"scrypt-js": "3.0.1",
1616
"solc": "0.7.1"
1717
},
@@ -48,7 +48,7 @@
4848
"test": "exit 1"
4949
},
5050
"sideEffects": false,
51-
"tarballHash": "0xa7d3b04a19455c12eb16308cb709a33f89bc0fb1c652a7d67d808fd4092497d5",
51+
"tarballHash": "0x46dce21a3bf566e3f30738bd0fbe46062c36c8dbae281ee074d345ee7912df89",
5252
"types": "./lib/index.d.ts",
53-
"version": "5.6.0"
53+
"version": "5.6.1"
5454
}

packages/constants/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0"
4+
"@ethersproject/bignumber": "^5.6.2"
55
},
66
"description": "Common Ethereum constants used for ethers.",
77
"ethereum": "donations.ethers.eth",
@@ -35,7 +35,7 @@
3535
"test": "echo \"Error: no test specified\" && exit 1"
3636
},
3737
"sideEffects": false,
38-
"tarballHash": "0x8189e35345cfee1055df6e0860b60edfdc9e63261762bed11c13fe1e5d7cfc10",
38+
"tarballHash": "0x7e5b906a60d61e7a9103adb05195bd18b5c5058aa82b9513c806978372d3f639",
3939
"types": "./lib/index.d.ts",
40-
"version": "5.6.0"
40+
"version": "5.6.1"
4141
}

packages/contracts/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/abi": "^5.6.0",
5-
"@ethersproject/abstract-provider": "^5.6.0",
6-
"@ethersproject/abstract-signer": "^5.6.0",
7-
"@ethersproject/address": "^5.6.0",
8-
"@ethersproject/bignumber": "^5.6.0",
9-
"@ethersproject/bytes": "^5.6.0",
10-
"@ethersproject/constants": "^5.6.0",
4+
"@ethersproject/abi": "^5.6.3",
5+
"@ethersproject/abstract-provider": "^5.6.1",
6+
"@ethersproject/abstract-signer": "^5.6.2",
7+
"@ethersproject/address": "^5.6.1",
8+
"@ethersproject/bignumber": "^5.6.2",
9+
"@ethersproject/bytes": "^5.6.1",
10+
"@ethersproject/constants": "^5.6.1",
1111
"@ethersproject/logger": "^5.6.0",
1212
"@ethersproject/properties": "^5.6.0",
13-
"@ethersproject/transactions": "^5.6.0"
13+
"@ethersproject/transactions": "^5.6.2"
1414
},
1515
"description": "Contract abstraction meta-class for ethers.",
1616
"ethereum": "donations.ethers.eth",
@@ -44,7 +44,7 @@
4444
"test": "echo \"Error: no test specified\" && exit 1"
4545
},
4646
"sideEffects": false,
47-
"tarballHash": "0x9b97e7b7c8b97ef1590087f674c0e7511047257eb0d05a57a041616299538a20",
47+
"tarballHash": "0xa141196d71274d975ae2f1b70a5a1bb6bc48bdfa01f101b85d046f61a66465c6",
4848
"types": "./lib/index.d.ts",
49-
"version": "5.6.1"
49+
"version": "5.6.2"
5050
}

packages/ethers/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
"author": "Richard Moore <[email protected]>",
33
"browser-old": "./dist/ethers.umd.js",
44
"dependencies": {
5-
"@ethersproject/abi": "5.6.2",
6-
"@ethersproject/abstract-provider": "5.6.0",
7-
"@ethersproject/abstract-signer": "5.6.1",
8-
"@ethersproject/address": "5.6.0",
9-
"@ethersproject/base64": "5.6.0",
10-
"@ethersproject/basex": "5.6.0",
11-
"@ethersproject/bignumber": "5.6.1",
5+
"@ethersproject/abi": "5.6.3",
6+
"@ethersproject/abstract-provider": "5.6.1",
7+
"@ethersproject/abstract-signer": "5.6.2",
8+
"@ethersproject/address": "5.6.1",
9+
"@ethersproject/base64": "5.6.1",
10+
"@ethersproject/basex": "5.6.1",
11+
"@ethersproject/bignumber": "5.6.2",
1212
"@ethersproject/bytes": "5.6.1",
13-
"@ethersproject/constants": "5.6.0",
14-
"@ethersproject/contracts": "5.6.1",
15-
"@ethersproject/hash": "5.6.0",
16-
"@ethersproject/hdnode": "5.6.1",
17-
"@ethersproject/json-wallets": "5.6.0",
18-
"@ethersproject/keccak256": "5.6.0",
13+
"@ethersproject/constants": "5.6.1",
14+
"@ethersproject/contracts": "5.6.2",
15+
"@ethersproject/hash": "5.6.1",
16+
"@ethersproject/hdnode": "5.6.2",
17+
"@ethersproject/json-wallets": "5.6.1",
18+
"@ethersproject/keccak256": "5.6.1",
1919
"@ethersproject/logger": "5.6.0",
2020
"@ethersproject/networks": "5.6.3",
21-
"@ethersproject/pbkdf2": "5.6.0",
21+
"@ethersproject/pbkdf2": "5.6.1",
2222
"@ethersproject/properties": "5.6.0",
23-
"@ethersproject/providers": "5.6.7",
24-
"@ethersproject/random": "5.6.0",
25-
"@ethersproject/rlp": "5.6.0",
26-
"@ethersproject/sha2": "5.6.0",
27-
"@ethersproject/signing-key": "5.6.1",
28-
"@ethersproject/solidity": "5.6.0",
29-
"@ethersproject/strings": "5.6.0",
30-
"@ethersproject/transactions": "5.6.1",
31-
"@ethersproject/units": "5.6.0",
32-
"@ethersproject/wallet": "5.6.1",
33-
"@ethersproject/web": "5.6.0",
34-
"@ethersproject/wordlists": "5.6.0"
23+
"@ethersproject/providers": "5.6.8",
24+
"@ethersproject/random": "5.6.1",
25+
"@ethersproject/rlp": "5.6.1",
26+
"@ethersproject/sha2": "5.6.1",
27+
"@ethersproject/signing-key": "5.6.2",
28+
"@ethersproject/solidity": "5.6.1",
29+
"@ethersproject/strings": "5.6.1",
30+
"@ethersproject/transactions": "5.6.2",
31+
"@ethersproject/units": "5.6.1",
32+
"@ethersproject/wallet": "5.6.2",
33+
"@ethersproject/web": "5.6.1",
34+
"@ethersproject/wordlists": "5.6.1"
3535
},
3636
"description": "Umbrella package for most common Ethers libraries.",
3737
"ethereum": "donations.ethers.eth",
@@ -62,7 +62,7 @@
6262
"test": "echo \"Error: no test specified\" && exit 1"
6363
},
6464
"sideEffects": false,
65-
"tarballHash": "0xe07b6b5f50095a627aea90b82e02d62522cce53107a471903df83f7b1c66ea32",
65+
"tarballHash": "0xd831ac44770bfb07090a47cb1ed689d90597bd2bebe24ab2a1c43d87510051ea",
6666
"types": "./lib/index.d.ts",
67-
"version": "5.6.7"
67+
"version": "5.6.8"
6868
}

packages/experimental/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/web": "^5.6.0",
5-
"ethers": "^5.6.0",
4+
"@ethersproject/web": "^5.6.1",
5+
"ethers": "^5.6.8",
66
"scrypt-js": "3.0.1"
77
},
88
"description": "Experimental libraries for ethers. These should not be considered stable.",
@@ -37,7 +37,7 @@
3737
"test": "echo \"Error: no test specified\" && exit 1"
3838
},
3939
"sideEffects": false,
40-
"tarballHash": "0x3b609e7a07a4c18da161fdfc37b2c3b5d32afdba14466ad6f23bd0ef0d19606e",
40+
"tarballHash": "0x5ca7ac25c2f5a74ee47c821fc379d62077a7ace6f3985e1072ecb7b304183d10",
4141
"types": "./lib/index.d.ts",
42-
"version": "5.6.1"
42+
"version": "5.6.2"
4343
}

packages/hardware-wallets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@ledgerhq/hw-app-eth": "5.27.2",
1111
"@ledgerhq/hw-transport": "5.26.0",
1212
"@ledgerhq/hw-transport-u2f": "5.26.0",
13-
"ethers": "^5.6.0"
13+
"ethers": "^5.6.8"
1414
},
1515
"description": "Hardware Wallet support for ethers.",
1616
"ethereum": "donations.ethers.eth",
@@ -48,7 +48,7 @@
4848
"test": "exit 1"
4949
},
5050
"sideEffects": false,
51-
"tarballHash": "0xff90354696228f7dce69376e308878f3fa45ccd20cdbf61c21cb9677958b2c30",
51+
"tarballHash": "0x57962245b8b6076758c203302fa1877531794f5329f1f5274034b78c8add1bcd",
5252
"types": "./lib/index.d.ts",
53-
"version": "5.6.0"
53+
"version": "5.6.1"
5454
}

packages/hash/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/abstract-signer": "^5.6.0",
5-
"@ethersproject/address": "^5.6.0",
6-
"@ethersproject/bignumber": "^5.6.0",
7-
"@ethersproject/bytes": "^5.6.0",
8-
"@ethersproject/keccak256": "^5.6.0",
4+
"@ethersproject/abstract-signer": "^5.6.2",
5+
"@ethersproject/address": "^5.6.1",
6+
"@ethersproject/bignumber": "^5.6.2",
7+
"@ethersproject/bytes": "^5.6.1",
8+
"@ethersproject/keccak256": "^5.6.1",
99
"@ethersproject/logger": "^5.6.0",
1010
"@ethersproject/properties": "^5.6.0",
11-
"@ethersproject/strings": "^5.6.0"
11+
"@ethersproject/strings": "^5.6.1"
1212
},
1313
"description": "Hash utility functions for Ethereum.",
1414
"ethereum": "donations.ethers.eth",
@@ -42,7 +42,7 @@
4242
"test": "echo \"Error: no test specified\" && exit 1"
4343
},
4444
"sideEffects": false,
45-
"tarballHash": "0x23b00b87b17191eace6450fd824e0f816a3c3dfbdbacd0a904f67b5be5b43984",
45+
"tarballHash": "0xa60d14c92fd1cd3653f5db87648049aca52ca8fdbd5e1215775d1492969153bb",
4646
"types": "./lib/index.d.ts",
47-
"version": "5.6.0"
47+
"version": "5.6.1"
4848
}

0 commit comments

Comments
 (0)