|
1 | 1 | {
|
2 | 2 | "name": "web3",
|
3 |
| - "version": "4.11.1", |
| 3 | + "version": "4.12.0", |
4 | 4 | "description": "Ethereum JavaScript API",
|
5 | 5 | "main": "./lib/commonjs/index.js",
|
6 | 6 | "module": "./lib/esm/index.js",
|
|
86 | 86 | "web3-providers-ipc": "^4.0.7"
|
87 | 87 | },
|
88 | 88 | "dependencies": {
|
89 |
| - "web3-core": "^4.5.0", |
90 |
| - "web3-errors": "^1.2.1", |
| 89 | + "web3-core": "^4.5.1", |
| 90 | + "web3-errors": "^1.3.0", |
91 | 91 | "web3-eth": "^4.8.2",
|
92 | 92 | "web3-eth-abi": "^4.2.3",
|
93 |
| - "web3-eth-accounts": "^4.1.3", |
94 |
| - "web3-eth-contract": "^4.6.0", |
| 93 | + "web3-eth-accounts": "^4.2.0", |
| 94 | + "web3-eth-contract": "^4.7.0", |
95 | 95 | "web3-eth-ens": "^4.4.0",
|
96 | 96 | "web3-eth-iban": "^4.0.7",
|
97 | 97 | "web3-eth-personal": "^4.0.8",
|
98 | 98 | "web3-net": "^4.1.0",
|
99 |
| - "web3-providers-http": "^4.1.0", |
| 99 | + "web3-providers-http": "^4.2.0", |
100 | 100 | "web3-providers-ws": "^4.0.8",
|
101 | 101 | "web3-rpc-methods": "^1.3.0",
|
102 |
| - "web3-rpc-providers": "^1.0.0-rc.1", |
| 102 | + "web3-rpc-providers": "^1.0.0-rc.2", |
103 | 103 | "web3-types": "^1.7.0",
|
104 | 104 | "web3-utils": "^4.3.1",
|
105 | 105 | "web3-validator": "^2.0.6"
|
|
0 commit comments