|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/trufflesuite/truffle/issues"
|
14 | 14 | },
|
15 |
| - "version": "5.6.8", |
| 15 | + "version": "5.6.9", |
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.176", |
| 25 | + "@truffle/artifactor": "^4.0.177", |
26 | 26 | "@truffle/box": "^2.1.65",
|
27 | 27 | "@truffle/code-utils": "^3.0.1",
|
28 | 28 | "@truffle/codec": "^0.14.10",
|
29 | 29 | "@truffle/compile-common": "^0.9.1",
|
30 |
| - "@truffle/compile-solidity": "^6.0.51", |
| 30 | + "@truffle/compile-solidity": "^6.0.52", |
31 | 31 | "@truffle/config": "^1.3.45",
|
32 |
| - "@truffle/contract": "^4.6.8", |
33 |
| - "@truffle/dashboard": "^0.3.1", |
| 32 | + "@truffle/contract": "^4.6.9", |
| 33 | + "@truffle/dashboard": "^0.3.2", |
34 | 34 | "@truffle/debug-utils": "^6.0.41",
|
35 |
| - "@truffle/debugger": "^11.0.18", |
36 |
| - "@truffle/decoder": "^5.3.1", |
37 |
| - "@truffle/deployer": "^3.2.105", |
38 |
| - "@truffle/environment": "^0.2.131", |
| 35 | + "@truffle/debugger": "^11.0.19", |
| 36 | + "@truffle/decoder": "^5.3.2", |
| 37 | + "@truffle/deployer": "^3.2.106", |
| 38 | + "@truffle/environment": "^0.2.132", |
39 | 39 | "@truffle/error": "^0.1.1",
|
40 | 40 | "@truffle/expect": "^0.1.4",
|
41 |
| - "@truffle/fetch-and-compile": "^0.5.27", |
42 |
| - "@truffle/from-hardhat": "^0.1.12", |
| 41 | + "@truffle/fetch-and-compile": "^0.5.28", |
| 42 | + "@truffle/from-hardhat": "^0.1.13", |
43 | 43 | "@truffle/hdwallet": "^0.1.1",
|
44 | 44 | "@truffle/interface-adapter": "^0.5.25",
|
45 |
| - "@truffle/migrate": "^3.3.19", |
| 45 | + "@truffle/migrate": "^3.3.20", |
46 | 46 | "@truffle/plugins": "^0.2.12",
|
47 | 47 | "@truffle/preserve": "^0.2.14",
|
48 | 48 | "@truffle/promise-tracker": "^0.1.5",
|
49 | 49 | "@truffle/provider": "^0.2.64",
|
50 | 50 | "@truffle/provisioner": "^0.2.68",
|
51 |
| - "@truffle/require": "^2.1.14", |
52 |
| - "@truffle/resolver": "^9.0.24", |
53 |
| - "@truffle/source-fetcher": "^1.0.23", |
| 51 | + "@truffle/require": "^2.1.15", |
| 52 | + "@truffle/resolver": "^9.0.25", |
| 53 | + "@truffle/source-fetcher": "^1.0.24", |
54 | 54 | "@truffle/spinners": "^0.2.3",
|
55 |
| - "@truffle/test": "^0.1.3", |
56 |
| - "@truffle/workflow-compile": "^4.0.42", |
| 55 | + "@truffle/test": "^0.1.4", |
| 56 | + "@truffle/workflow-compile": "^4.0.43", |
57 | 57 | "address": "^1.1.2",
|
58 | 58 | "chai": "^4.2.0",
|
59 | 59 | "colors": "1.4.0",
|
|
85 | 85 | "yargs": "^13.3.0"
|
86 | 86 | },
|
87 | 87 | "devDependencies": {
|
88 |
| - "@truffle/blockchain-utils": "^0.1.5", |
| 88 | + "@truffle/blockchain-utils": "^0.1.6", |
89 | 89 | "app-module-path": "^2.2.0",
|
90 | 90 | "chai-as-promised": "^7.1.1",
|
91 | 91 | "memorystream": "^0.3.1",
|
|
0 commit comments