|
29 | 29 | "prepare": "husky install"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@babel/runtime": "^7.15.4", |
| 32 | + "@babel/runtime": "^7.22.10", |
33 | 33 | "@mapbox/node-pre-gyp": "^1.0.11",
|
34 |
| - "axios": "^0.21.0", |
| 34 | + "axios": "^0.21.4", |
35 | 35 | "iframe": "^1.0.0",
|
36 | 36 | "js-sha3": "^0.8.0",
|
37 |
| - "multihashes": "0.4.14", |
| 37 | + "multihashes": "0.4.21", |
38 | 38 | "v8-sandbox": "^3.2.8"
|
39 | 39 | },
|
40 | 40 | "peerDependencies": {
|
41 | 41 | "web3": "^1.3.6"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/cli": "^7.14.5", |
45 |
| - "@babel/core": "^7.12.3", |
46 |
| - "@babel/plugin-proposal-class-properties": "^7.12.1", |
47 |
| - "@babel/plugin-transform-runtime": "^7.12.1", |
48 |
| - "@babel/preset-env": "^7.12.1", |
| 44 | + "@babel/cli": "^7.22.10", |
| 45 | + "@babel/core": "^7.22.10", |
| 46 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 47 | + "@babel/plugin-transform-runtime": "^7.22.10", |
| 48 | + "@babel/preset-env": "^7.22.10", |
49 | 49 | "assert": "^2.0.0",
|
50 | 50 | "babel-eslint": "^10.1.0",
|
51 |
| - "babel-jest": "^26.6.1", |
| 51 | + "babel-jest": "^26.6.3", |
52 | 52 | "cross-env": "^7.0.3",
|
53 |
| - "electron": "^13.1.6", |
| 53 | + "electron": "^13.6.9", |
54 | 54 | "esdoc": "^1.1.0",
|
55 | 55 | "esdoc-ecmascript-proposal-plugin": "^1.0.0",
|
56 | 56 | "esdoc-standard-plugin": "^1.0.0",
|
57 | 57 | "eslint": "^7.32.0",
|
58 |
| - "eslint-config-prettier": "^8.3.0", |
59 |
| - "eslint-plugin-import": "^2.22.1", |
60 |
| - "eslint-plugin-prettier": "^3.4.0", |
61 |
| - "ganache-cli": "^6.12.1", |
| 58 | + "eslint-config-prettier": "^8.10.0", |
| 59 | + "eslint-plugin-import": "^2.28.0", |
| 60 | + "eslint-plugin-prettier": "^3.4.1", |
| 61 | + "ganache-cli": "^6.12.2", |
62 | 62 | "ganache-core": "^2.13.2",
|
63 | 63 | "husky": ">=6",
|
64 |
| - "jest": "^26.6.1", |
65 |
| - "jest-cli": "^26.6.1", |
66 |
| - "lint-staged": ">=10", |
67 |
| - "nock": "^13.0.4", |
| 64 | + "jest": "^26.6.3", |
| 65 | + "jest-cli": "^26.6.3", |
| 66 | + "lint-staged": "^14.0.0", |
| 67 | + "nock": "^13.3.3", |
68 | 68 | "npm-run-all": "^4.1.5",
|
69 | 69 | "os-browserify": "^0.3.0",
|
70 |
| - "prettier": "2.2.1", |
71 |
| - "prettier-config-standard": "^4.0.0", |
72 |
| - "solc": "0.4.25", |
73 |
| - "standard-version": "^9.0.0", |
74 |
| - "url": "^0.11.0", |
75 |
| - "util": "^0.12.3" |
| 70 | + "prettier": "2.8.8", |
| 71 | + "prettier-config-standard": "^4.1.0", |
| 72 | + "solc": "0.8.21", |
| 73 | + "standard-version": "^9.5.0", |
| 74 | + "url": "^0.11.1", |
| 75 | + "util": "^0.12.5" |
76 | 76 | },
|
77 | 77 | "volta": {
|
78 |
| - "node": "14.17.3" |
| 78 | + "node": "16.20.2", |
| 79 | + "yarn": "3.3.1" |
79 | 80 | },
|
80 | 81 | "lint-staged": {
|
81 | 82 | "*.js": "eslint --cache --fix"
|
82 |
| - } |
| 83 | + }, |
| 84 | + "packageManager": "[email protected]" |
83 | 85 | }
|
0 commit comments