|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/trufflesuite/truffle/issues"
|
14 | 14 | },
|
15 |
| - "version": "5.11.2", |
| 15 | + "version": "5.11.3", |
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.196", |
26 |
| - "@truffle/box": "^2.1.79", |
| 25 | + "@truffle/artifactor": "^4.0.197", |
| 26 | + "@truffle/box": "^2.1.80", |
27 | 27 | "@truffle/code-utils": "^3.0.3",
|
28 | 28 | "@truffle/codec": "^0.17.2",
|
29 | 29 | "@truffle/compile-common": "^0.9.7",
|
30 |
| - "@truffle/compile-solidity": "^6.0.76", |
31 |
| - "@truffle/config": "^1.3.59", |
32 |
| - "@truffle/contract": "^4.6.28", |
33 |
| - "@truffle/dashboard": "^0.4.2", |
34 |
| - "@truffle/db-loader": "^0.2.33", |
| 30 | + "@truffle/compile-solidity": "^6.0.77", |
| 31 | + "@truffle/config": "^1.3.60", |
| 32 | + "@truffle/contract": "^4.6.29", |
| 33 | + "@truffle/dashboard": "^0.4.3", |
| 34 | + "@truffle/db-loader": "^0.2.34", |
35 | 35 | "@truffle/debug-utils": "^6.0.56",
|
36 |
| - "@truffle/debugger": "^12.1.2", |
37 |
| - "@truffle/decoder": "^6.1.2", |
38 |
| - "@truffle/deployer": "^3.3.24", |
39 |
| - "@truffle/environment": "^0.2.157", |
| 36 | + "@truffle/debugger": "^12.1.3", |
| 37 | + "@truffle/decoder": "^6.1.3", |
| 38 | + "@truffle/deployer": "^3.3.25", |
| 39 | + "@truffle/environment": "^0.2.158", |
40 | 40 | "@truffle/error": "^0.2.1",
|
41 | 41 | "@truffle/expect": "^0.1.6",
|
42 |
| - "@truffle/fetch-and-compile": "^0.5.53", |
43 |
| - "@truffle/from-hardhat": "^0.2.17", |
| 42 | + "@truffle/fetch-and-compile": "^0.5.54", |
| 43 | + "@truffle/from-hardhat": "^0.2.18", |
44 | 44 | "@truffle/hdwallet": "^0.1.3",
|
45 |
| - "@truffle/interface-adapter": "^0.5.35", |
46 |
| - "@truffle/migrate": "^3.3.45", |
| 45 | + "@truffle/interface-adapter": "^0.5.36", |
| 46 | + "@truffle/migrate": "^3.3.46", |
47 | 47 | "@truffle/plugins": "^0.2.14",
|
48 | 48 | "@truffle/preserve": "^0.2.16",
|
49 | 49 | "@truffle/promise-tracker": "^0.1.6",
|
50 |
| - "@truffle/provider": "^0.3.11", |
51 |
| - "@truffle/provisioner": "^0.2.82", |
52 |
| - "@truffle/require": "^2.1.40", |
53 |
| - "@truffle/resolver": "^9.0.50", |
54 |
| - "@truffle/source-fetcher": "^1.0.42", |
| 50 | + "@truffle/provider": "^0.3.12", |
| 51 | + "@truffle/provisioner": "^0.2.83", |
| 52 | + "@truffle/require": "^2.1.41", |
| 53 | + "@truffle/resolver": "^9.0.51", |
| 54 | + "@truffle/source-fetcher": "^1.0.43", |
55 | 55 | "@truffle/spinners": "^0.2.4",
|
56 |
| - "@truffle/test": "^0.2.4", |
57 |
| - "@truffle/workflow-compile": "^4.0.68", |
| 56 | + "@truffle/test": "^0.2.5", |
| 57 | + "@truffle/workflow-compile": "^4.0.69", |
58 | 58 | "JSONStream": "^1.3.5",
|
59 | 59 | "address": "^1.1.2",
|
60 | 60 | "chai": "^4.2.0",
|
|
0 commit comments