|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/trufflesuite/truffle/issues"
|
14 | 14 | },
|
15 |
| - "version": "5.11.4", |
| 15 | + "version": "5.11.5", |
16 | 16 | "bin": {
|
17 | 17 | "truffle": "./cli.js",
|
18 | 18 | "truffle-exec": "./exec.js"
|
|
22 | 22 | "test": "mocha ./test/** ./test/**/*.js ./test/**/**/*.js"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@truffle/artifactor": "^4.0.198", |
| 25 | + "@truffle/artifactor": "^4.0.199", |
26 | 26 | "@truffle/box": "^2.1.81",
|
27 | 27 | "@truffle/code-utils": "^3.0.4",
|
28 | 28 | "@truffle/codec": "^0.17.3",
|
29 | 29 | "@truffle/compile-common": "^0.9.8",
|
30 |
| - "@truffle/compile-solidity": "^6.0.78", |
| 30 | + "@truffle/compile-solidity": "^6.0.79", |
31 | 31 | "@truffle/config": "^1.3.61",
|
32 |
| - "@truffle/contract": "^4.6.30", |
33 |
| - "@truffle/dashboard": "^0.4.4", |
34 |
| - "@truffle/db-loader": "^0.2.35", |
| 32 | + "@truffle/contract": "^4.6.31", |
| 33 | + "@truffle/dashboard": "^0.4.5", |
| 34 | + "@truffle/db-loader": "^0.2.36", |
35 | 35 | "@truffle/debug-utils": "^6.0.57",
|
36 |
| - "@truffle/debugger": "^12.1.4", |
37 |
| - "@truffle/decoder": "^6.1.4", |
38 |
| - "@truffle/deployer": "^3.3.26", |
39 |
| - "@truffle/environment": "^0.2.159", |
| 36 | + "@truffle/debugger": "^12.1.5", |
| 37 | + "@truffle/decoder": "^6.1.5", |
| 38 | + "@truffle/deployer": "^3.3.27", |
| 39 | + "@truffle/environment": "^0.2.160", |
40 | 40 | "@truffle/error": "^0.2.2",
|
41 | 41 | "@truffle/expect": "^0.1.7",
|
42 |
| - "@truffle/fetch-and-compile": "^0.5.55", |
43 |
| - "@truffle/from-hardhat": "^0.2.19", |
| 42 | + "@truffle/fetch-and-compile": "^0.5.56", |
| 43 | + "@truffle/from-hardhat": "^0.2.20", |
44 | 44 | "@truffle/hdwallet": "^0.1.4",
|
45 | 45 | "@truffle/interface-adapter": "^0.5.37",
|
46 |
| - "@truffle/migrate": "^3.3.47", |
| 46 | + "@truffle/migrate": "^3.3.48", |
47 | 47 | "@truffle/plugins": "^0.2.15",
|
48 | 48 | "@truffle/preserve": "^0.2.17",
|
49 | 49 | "@truffle/promise-tracker": "^0.1.7",
|
50 | 50 | "@truffle/provider": "^0.3.13",
|
51 | 51 | "@truffle/provisioner": "^0.2.84",
|
52 |
| - "@truffle/require": "^2.1.42", |
53 |
| - "@truffle/resolver": "^9.0.52", |
| 52 | + "@truffle/require": "^2.1.43", |
| 53 | + "@truffle/resolver": "^9.0.53", |
54 | 54 | "@truffle/source-fetcher": "^1.0.44",
|
55 | 55 | "@truffle/spinners": "^0.2.5",
|
56 |
| - "@truffle/test": "^0.2.6", |
57 |
| - "@truffle/workflow-compile": "^4.0.70", |
| 56 | + "@truffle/test": "^0.2.7", |
| 57 | + "@truffle/workflow-compile": "^4.0.71", |
58 | 58 | "JSONStream": "^1.3.5",
|
59 | 59 | "address": "^1.1.2",
|
60 | 60 | "chai": "^4.2.0",
|
|
0 commit comments