|
7 | 7 | "bugs": { |
8 | 8 | "url": "https://github.com/trufflesuite/truffle/issues" |
9 | 9 | }, |
10 | | - "version": "5.1.22", |
| 10 | + "version": "5.1.23", |
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.56", |
| 19 | + "@truffle/artifactor": "^4.0.57", |
20 | 20 | "@truffle/box": "^1.0.59", |
21 | 21 | "@truffle/codec": "^0.5.1", |
22 | | - "@truffle/compile-solidity": "^4.3.1", |
| 22 | + "@truffle/compile-solidity": "^4.3.2", |
23 | 23 | "@truffle/config": "^1.2.17", |
24 | | - "@truffle/contract": "^4.2.1", |
| 24 | + "@truffle/contract": "^4.2.2", |
25 | 25 | "@truffle/contract-sources": "^0.1.7", |
26 | | - "@truffle/debug-utils": "^4.0.4", |
27 | | - "@truffle/debugger": "^7.1.1", |
28 | | - "@truffle/decoder": "^4.3.1", |
29 | | - "@truffle/deployer": "^3.1.17", |
30 | | - "@truffle/environment": "^0.2.3", |
| 26 | + "@truffle/debug-utils": "^4.1.0", |
| 27 | + "@truffle/debugger": "^7.2.0", |
| 28 | + "@truffle/decoder": "^4.3.2", |
| 29 | + "@truffle/deployer": "^3.1.18", |
| 30 | + "@truffle/environment": "^0.2.4", |
31 | 31 | "@truffle/error": "^0.0.8", |
32 | 32 | "@truffle/expect": "^0.0.13", |
33 | 33 | "@truffle/interface-adapter": "^0.4.6", |
34 | | - "@truffle/migrate": "^3.1.17", |
| 34 | + "@truffle/migrate": "^3.1.18", |
35 | 35 | "@truffle/provider": "^0.2.9", |
36 | 36 | "@truffle/provisioner": "^0.2.0", |
37 | 37 | "@truffle/require": "^2.0.39", |
38 | | - "@truffle/resolver": "^5.1.10", |
39 | | - "@truffle/workflow-compile": "^2.1.30", |
| 38 | + "@truffle/resolver": "^5.1.11", |
| 39 | + "@truffle/workflow-compile": "^2.1.31", |
40 | 40 | "app-module-path": "^2.2.0", |
41 | 41 | "async": "2.6.1", |
42 | 42 | "bip39": "^2.2.0", |
|
0 commit comments