|
1 | 1 | { |
2 | 2 | "name": "tronweb", |
3 | | - "version": "5.2.0", |
| 3 | + "version": "5.3.0", |
4 | 4 | "description": "JavaScript SDK that encapsulates the TRON HTTP API", |
5 | 5 | "main": "dist/TronWeb.node.js", |
6 | 6 | "keywords": [ |
|
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "@babel/runtime": "^7.0.0", |
| 31 | + "@ethersproject/abi": "^5.7.0", |
31 | 32 | "@tronweb3/google-protobuf": "^3.21.2", |
32 | 33 | "axios": "^0.26.1", |
33 | 34 | "bignumber.js": "^9.0.1", |
34 | | - "elliptic": "^6.5.4", |
35 | | - "ethers": "^5.7.2", |
| 35 | + "ethereum-cryptography": "^2.0.0", |
| 36 | + "ethers": "^6.6.0", |
36 | 37 | "eventemitter3": "^3.1.0", |
37 | 38 | "injectpromise": "^1.0.0", |
38 | 39 | "lodash": "^4.17.21", |
| 40 | + "querystring-es3": "^0.2.1", |
39 | 41 | "semver": "^5.6.0", |
40 | 42 | "validator": "^13.7.0" |
41 | 43 | }, |
42 | 44 | "devDependencies": { |
43 | | - "@babel/core": "^7.20.12", |
| 45 | + "@babel/core": "^7.21.0", |
44 | 46 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
45 | 47 | "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
46 | 48 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
47 | 49 | "@babel/plugin-transform-runtime": "^7.0.0", |
48 | | - "@babel/preset-env": "^7.0.0", |
| 50 | + "@babel/preset-env": "^7.20.2", |
49 | 51 | "babel-loader": "^8.0.2", |
50 | 52 | "babel-plugin-istanbul": "^6.1.1", |
51 | 53 | "babel-plugin-source-map-support": "^2.1.3", |
52 | 54 | "chai": "^4.1.2", |
53 | 55 | "chalk": "^2.4.1", |
54 | | - "globby": "^8.0.1", |
| 56 | + "globby": "^13.1.3", |
55 | 57 | "husky": "^7.0.0", |
56 | 58 | "istanbul": "^0.4.5", |
57 | | - "istanbul-instrumenter-loader": "^3.0.1", |
58 | 59 | "jsonwebtoken": "^9.0.0", |
59 | 60 | "karma": "^6.3.17", |
60 | 61 | "karma-chrome-launcher": "^2.2.0", |
61 | 62 | "karma-coverage": "^2.0.3", |
62 | 63 | "karma-coverage-istanbul-reporter": "^3.0.3", |
63 | 64 | "karma-edge-launcher": "^0.4.2", |
64 | 65 | "karma-firefox-launcher": "^1.1.0", |
65 | | - "karma-mocha": "^1.3.0", |
| 66 | + "karma-mocha": "^2.0.1", |
66 | 67 | "karma-sourcemap-loader": "^0.3.7", |
67 | 68 | "karma-spec-reporter": "^0.0.32", |
68 | | - "karma-webpack": "4.0.0-rc.6", |
| 69 | + "karma-webpack": "^5.0.0", |
69 | 70 | "matchdep": "^2.0.0", |
70 | | - "mocha": "^5.2.0", |
| 71 | + "mocha": "^10.2.0", |
71 | 72 | "puppeteer": "^13.5.1", |
72 | 73 | "rimraf": "^3.0.2", |
73 | 74 | "source-map-support": "^0.5.19", |
74 | | - "webpack": "^4.46.0", |
75 | | - "webpack-cli": "^3.3.12", |
| 75 | + "webpack": "^5.75.0", |
| 76 | + "webpack-cli": "^5.0.1", |
76 | 77 | "webpack-node-externals": "^3.0.0" |
77 | 78 | }, |
78 | 79 | "author": { |
|
0 commit comments