|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/trufflesuite/truffle/issues"
|
14 | 14 | },
|
15 |
| - "version": "5.5.22", |
| 15 | + "version": "5.5.24", |
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.161", |
26 |
| - "@truffle/box": "^2.1.52", |
| 25 | + "@truffle/artifactor": "^4.0.163", |
| 26 | + "@truffle/box": "^2.1.54", |
27 | 27 | "@truffle/codec": "^0.13.2",
|
28 | 28 | "@truffle/compile-common": "^0.7.32",
|
29 |
| - "@truffle/compile-solidity": "^6.0.35", |
30 |
| - "@truffle/config": "^1.3.32", |
31 |
| - "@truffle/contract": "^4.5.17", |
| 29 | + "@truffle/compile-solidity": "^6.0.37", |
| 30 | + "@truffle/config": "^1.3.34", |
| 31 | + "@truffle/contract": "^4.5.19", |
32 | 32 | "@truffle/dashboard": "^0.1.9",
|
33 |
| - "@truffle/debug-utils": "^6.0.27", |
34 |
| - "@truffle/debugger": "^11.0.0", |
35 |
| - "@truffle/decoder": "^5.2.20", |
36 |
| - "@truffle/deployer": "^3.2.88", |
37 |
| - "@truffle/environment": "^0.2.115", |
| 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", |
38 | 38 | "@truffle/error": "^0.1.0",
|
39 | 39 | "@truffle/expect": "^0.1.1",
|
40 |
| - "@truffle/fetch-and-compile": "^0.5.10", |
41 |
| - "@truffle/interface-adapter": "^0.5.20-typescript-migrations.0", |
42 |
| - "@truffle/migrate": "^3.3.2", |
| 40 | + "@truffle/fetch-and-compile": "^0.5.12", |
| 41 | + "@truffle/interface-adapter": "^0.5.20", |
| 42 | + "@truffle/migrate": "^3.3.4", |
43 | 43 | "@truffle/plugins": "^0.2.7",
|
44 | 44 | "@truffle/preserve": "^0.2.7",
|
45 | 45 | "@truffle/promise-tracker": "^0.1.1",
|
46 |
| - "@truffle/provider": "^0.2.58-typescript-migrations.0", |
47 |
| - "@truffle/provisioner": "^0.2.56", |
48 |
| - "@truffle/require": "^2.1.0-typescript-migrations.0", |
49 |
| - "@truffle/resolver": "^9.0.9", |
50 |
| - "@truffle/source-fetcher": "^1.0.12", |
| 46 | + "@truffle/provider": "^0.2.58", |
| 47 | + "@truffle/provisioner": "^0.2.57", |
| 48 | + "@truffle/require": "^2.1.0", |
| 49 | + "@truffle/resolver": "^9.0.10", |
| 50 | + "@truffle/source-fetcher": "^1.0.13", |
51 | 51 | "@truffle/spinners": "^0.2.0",
|
52 |
| - "@truffle/workflow-compile": "^4.0.26", |
| 52 | + "@truffle/workflow-compile": "^4.0.27", |
53 | 53 | "address": "^1.1.2",
|
54 | 54 | "chai": "^4.2.0",
|
55 | 55 | "colors": "1.4.0",
|
|
0 commit comments