|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/trufflesuite/truffle/issues"
|
14 | 14 | },
|
15 |
| - "version": "5.5.24", |
| 15 | + "version": "5.5.25", |
16 | 16 | "bin": {
|
17 | 17 | "truffle": "./cli.js",
|
18 | 18 | "truffle-exec": "./exec.js"
|
|
22 | 22 | "test": "mocha ./test/** ./test/**/*"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@truffle/artifactor": "^4.0.163", |
| 25 | + "@truffle/artifactor": "^4.0.164", |
26 | 26 | "@truffle/box": "^2.1.54",
|
27 |
| - "@truffle/codec": "^0.13.3", |
| 27 | + "@truffle/codec": "^0.14.0", |
28 | 28 | "@truffle/compile-common": "^0.7.32",
|
29 |
| - "@truffle/compile-solidity": "^6.0.37", |
| 29 | + "@truffle/compile-solidity": "^6.0.38", |
30 | 30 | "@truffle/config": "^1.3.34",
|
31 |
| - "@truffle/contract": "^4.5.19", |
| 31 | + "@truffle/contract": "^4.5.20", |
32 | 32 | "@truffle/dashboard": "^0.1.10",
|
33 |
| - "@truffle/debug-utils": "^6.0.29", |
34 |
| - "@truffle/debugger": "^11.0.2", |
35 |
| - "@truffle/decoder": "^5.2.22", |
36 |
| - "@truffle/deployer": "^3.2.90", |
37 |
| - "@truffle/environment": "^0.2.117", |
| 33 | + "@truffle/debug-utils": "^6.0.30", |
| 34 | + "@truffle/debugger": "^11.0.3", |
| 35 | + "@truffle/decoder": "^5.2.23", |
| 36 | + "@truffle/deployer": "^3.2.91", |
| 37 | + "@truffle/environment": "^0.2.118", |
38 | 38 | "@truffle/error": "^0.1.0",
|
39 | 39 | "@truffle/expect": "^0.1.2",
|
40 |
| - "@truffle/fetch-and-compile": "^0.5.12", |
| 40 | + "@truffle/fetch-and-compile": "^0.5.13", |
41 | 41 | "@truffle/interface-adapter": "^0.5.20",
|
42 |
| - "@truffle/migrate": "^3.3.4", |
| 42 | + "@truffle/migrate": "^3.3.5", |
43 | 43 | "@truffle/plugins": "^0.2.8",
|
44 | 44 | "@truffle/preserve": "^0.2.7",
|
45 | 45 | "@truffle/promise-tracker": "^0.1.1",
|
46 | 46 | "@truffle/provider": "^0.2.58",
|
47 | 47 | "@truffle/provisioner": "^0.2.57",
|
48 |
| - "@truffle/require": "^2.1.0", |
49 |
| - "@truffle/resolver": "^9.0.10", |
| 48 | + "@truffle/require": "^2.1.1", |
| 49 | + "@truffle/resolver": "^9.0.11", |
50 | 50 | "@truffle/source-fetcher": "^1.0.13",
|
51 | 51 | "@truffle/spinners": "^0.2.0",
|
52 |
| - "@truffle/workflow-compile": "^4.0.27", |
| 52 | + "@truffle/workflow-compile": "^4.0.28", |
53 | 53 | "address": "^1.1.2",
|
54 | 54 | "chai": "^4.2.0",
|
55 | 55 | "colors": "1.4.0",
|
|
0 commit comments