|
7 | 7 | "bugs": { |
8 | 8 | "url": "https://github.com/trufflesuite/truffle/issues" |
9 | 9 | }, |
10 | | - "version": "5.0.37", |
| 10 | + "version": "5.0.38", |
11 | 11 | "bin": { |
12 | 12 | "truffle": "./cli.js", |
13 | 13 | "truffle-exec": "./exec.js" |
|
16 | 16 | "test": "mocha ./test/** ./test/**/*" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@truffle/artifactor": "^4.0.32", |
20 | | - "@truffle/box": "^1.0.38", |
21 | | - "@truffle/compile-solidity": "^4.2.5", |
22 | | - "@truffle/config": "^1.1.21", |
23 | | - "@truffle/contract": "^4.0.33", |
| 19 | + "@truffle/artifactor": "^4.0.33", |
| 20 | + "@truffle/box": "^1.0.39", |
| 21 | + "@truffle/compile-solidity": "^4.2.6", |
| 22 | + "@truffle/config": "^1.2.0", |
| 23 | + "@truffle/contract": "^4.0.34", |
24 | 24 | "@truffle/contract-sources": "^0.1.6", |
25 | 25 | "@truffle/debug-utils": "^1.0.19", |
26 | | - "@truffle/debugger": "^5.0.28", |
27 | | - "@truffle/deployer": "^3.0.34", |
| 26 | + "@truffle/debugger": "^5.0.29", |
| 27 | + "@truffle/deployer": "^3.0.35", |
28 | 28 | "@truffle/error": "^0.0.7", |
29 | 29 | "@truffle/expect": "^0.0.11", |
30 | | - "@truffle/interface-adapter": "^0.2.6", |
31 | | - "@truffle/migrate": "^3.0.34", |
32 | | - "@truffle/provider": "^0.1.17", |
| 30 | + "@truffle/interface-adapter": "^0.2.7", |
| 31 | + "@truffle/migrate": "^3.0.35", |
| 32 | + "@truffle/provider": "^0.1.18", |
33 | 33 | "@truffle/provisioner": "^0.1.6", |
34 | | - "@truffle/require": "^2.0.21", |
| 34 | + "@truffle/require": "^2.0.22", |
35 | 35 | "@truffle/resolver": "^5.0.17", |
36 | | - "@truffle/workflow-compile": "^2.1.6", |
| 36 | + "@truffle/workflow-compile": "^2.1.7", |
37 | 37 | "app-module-path": "^2.2.0", |
38 | 38 | "async": "2.6.1", |
39 | 39 | "bip39": "^2.2.0", |
|
68 | 68 | "yargs": "^8.0.2" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@truffle/blockchain-utils": "^0.0.12", |
| 71 | + "@truffle/blockchain-utils": "^0.0.13", |
72 | 72 | "glob": "^7.1.2", |
73 | 73 | "memorystream": "^0.3.1" |
74 | 74 | }, |
|
0 commit comments