Skip to content

Commit 892f16e

Browse files
authored
Merge pull request #2437 from murgatroid99/proto-loader_yargs_update
proto-loader: Update to [email protected]
2 parents 821ccfa + bc2447c commit 892f16e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/proto-loader/bin/proto-loader-gen-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ async function runScript() {
835835
boolean: true,
836836
default: false,
837837
};
838-
const argv = yargs
838+
const argv = await yargs
839839
.parserConfiguration({
840840
'parse-positional-numbers': false
841841
})

packages/proto-loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/proto-loader",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"author": "Google Inc.",
55
"contributors": [
66
{
@@ -49,14 +49,14 @@
4949
"lodash.camelcase": "^4.3.0",
5050
"long": "^4.0.0",
5151
"protobufjs": "^7.0.0",
52-
"yargs": "^16.2.0"
52+
"yargs": "^17.7.2"
5353
},
5454
"devDependencies": {
5555
"@types/lodash.camelcase": "^4.3.4",
5656
"@types/mkdirp": "^1.0.1",
5757
"@types/mocha": "^5.2.7",
5858
"@types/node": "^10.17.26",
59-
"@types/yargs": "^16.0.4",
59+
"@types/yargs": "^17.0.24",
6060
"clang-format": "^1.2.2",
6161
"gts": "^3.1.0",
6262
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)