File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ async function runScript() {
835
835
boolean : true ,
836
836
default : false ,
837
837
} ;
838
- const argv = yargs
838
+ const argv = await yargs
839
839
. parserConfiguration ( {
840
840
'parse-positional-numbers' : false
841
841
} )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/proto-loader" ,
3
- "version" : " 0.7.6 " ,
3
+ "version" : " 0.7.7 " ,
4
4
"author" : " Google Inc." ,
5
5
"contributors" : [
6
6
{
49
49
"lodash.camelcase" : " ^4.3.0" ,
50
50
"long" : " ^4.0.0" ,
51
51
"protobufjs" : " ^7.0.0" ,
52
- "yargs" : " ^16.2.0 "
52
+ "yargs" : " ^17.7.2 "
53
53
},
54
54
"devDependencies" : {
55
55
"@types/lodash.camelcase" : " ^4.3.4" ,
56
56
"@types/mkdirp" : " ^1.0.1" ,
57
57
"@types/mocha" : " ^5.2.7" ,
58
58
"@types/node" : " ^10.17.26" ,
59
- "@types/yargs" : " ^16 .0.4 " ,
59
+ "@types/yargs" : " ^17 .0.24 " ,
60
60
"clang-format" : " ^1.2.2" ,
61
61
"gts" : " ^3.1.0" ,
62
62
"rimraf" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments