12
12
"bugs" : {
13
13
"url" : " https://github.com/trufflesuite/truffle/issues"
14
14
},
15
- "version" : " 5.7.2 " ,
15
+ "version" : " 5.7.3 " ,
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.179 " ,
26
- "@truffle/box" : " ^2.1.68 " ,
25
+ "@truffle/artifactor" : " ^4.0.180 " ,
26
+ "@truffle/box" : " ^2.1.69 " ,
27
27
"@truffle/code-utils" : " ^3.0.1" ,
28
- "@truffle/codec" : " ^0.14.12 " ,
28
+ "@truffle/codec" : " ^0.14.13 " ,
29
29
"@truffle/compile-common" : " ^0.9.2" ,
30
- "@truffle/compile-solidity" : " ^6.0.55 " ,
31
- "@truffle/config" : " ^1.3.48 " ,
32
- "@truffle/contract" : " ^4.6.11 " ,
33
- "@truffle/dashboard" : " ^0.3.5 " ,
34
- "@truffle/debug-utils " : " ^6.0.43 " ,
35
- "@truffle/debugger " : " ^11 .0.22 " ,
36
- "@truffle/decoder " : " ^5.3.5 " ,
37
- "@truffle/deployer " : " ^3 .3.2 " ,
38
- "@truffle/db-loader " : " ^0.2.10 " ,
39
- "@truffle/environment" : " ^0.2.135 " ,
30
+ "@truffle/compile-solidity" : " ^6.0.56 " ,
31
+ "@truffle/config" : " ^1.3.49 " ,
32
+ "@truffle/contract" : " ^4.6.12 " ,
33
+ "@truffle/dashboard" : " ^0.3.6 " ,
34
+ "@truffle/db-loader " : " ^0.2.12 " ,
35
+ "@truffle/debug-utils " : " ^6 .0.44 " ,
36
+ "@truffle/debugger " : " ^11.0.23 " ,
37
+ "@truffle/decoder " : " ^5 .3.6 " ,
38
+ "@truffle/deployer " : " ^3.3.3 " ,
39
+ "@truffle/environment" : " ^0.2.136 " ,
40
40
"@truffle/error" : " ^0.2.0" ,
41
41
"@truffle/expect" : " ^0.1.4" ,
42
- "@truffle/fetch-and-compile" : " ^0.5.31 " ,
43
- "@truffle/from-hardhat" : " ^0.1.16 " ,
42
+ "@truffle/fetch-and-compile" : " ^0.5.32 " ,
43
+ "@truffle/from-hardhat" : " ^0.1.17 " ,
44
44
"@truffle/hdwallet" : " ^0.1.1" ,
45
- "@truffle/interface-adapter" : " ^0.5.26 " ,
46
- "@truffle/migrate" : " ^3.3.23 " ,
45
+ "@truffle/interface-adapter" : " ^0.5.27 " ,
46
+ "@truffle/migrate" : " ^3.3.24 " ,
47
47
"@truffle/plugins" : " ^0.2.13" ,
48
48
"@truffle/preserve" : " ^0.2.15" ,
49
49
"@truffle/promise-tracker" : " ^0.1.5" ,
50
- "@truffle/provider" : " ^0.3.2 " ,
51
- "@truffle/provisioner" : " ^0.2.71 " ,
52
- "@truffle/require" : " ^2.1.18 " ,
53
- "@truffle/resolver" : " ^9.0.28 " ,
54
- "@truffle/source-fetcher" : " ^1.0.25 " ,
50
+ "@truffle/provider" : " ^0.3.3 " ,
51
+ "@truffle/provisioner" : " ^0.2.72 " ,
52
+ "@truffle/require" : " ^2.1.19 " ,
53
+ "@truffle/resolver" : " ^9.0.29 " ,
54
+ "@truffle/source-fetcher" : " ^1.0.26 " ,
55
55
"@truffle/spinners" : " ^0.2.3" ,
56
- "@truffle/test" : " ^0.1.7 " ,
57
- "@truffle/workflow-compile" : " ^4.0.46 " ,
56
+ "@truffle/test" : " ^0.1.8 " ,
57
+ "@truffle/workflow-compile" : " ^4.0.47 " ,
58
58
"JSONStream" : " ^1.3.5" ,
59
59
"address" : " ^1.1.2" ,
60
60
"chai" : " ^4.2.0" ,
82
82
"spawn-args" : " 0.2.0" ,
83
83
"tmp" : " ^0.2.1" ,
84
84
"universal-analytics" : " ^0.4.17" ,
85
+ "uuid" : " ^9.0.0" ,
85
86
"web3" : " 1.8.1" ,
86
87
"web3-utils" : " 1.8.1" ,
87
- "uuid" : " ^9.0.0" ,
88
88
"xregexp" : " ^4.2.4" ,
89
89
"yargs" : " ^13.3.0"
90
90
},
106
106
}
107
107
],
108
108
"namespace" : " consensys"
109
- }
109
+ }
0 commit comments