Skip to content

Commit

Permalink
Merge pull request #2437 from murgatroid99/proto-loader_yargs_update
Browse files Browse the repository at this point in the history
proto-loader: Update to yargs@17.x
  • Loading branch information
murgatroid99 committed May 3, 2023
2 parents 821ccfa + bc2447c commit 892f16e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/proto-loader/bin/proto-loader-gen-types.ts
Expand Up @@ -835,7 +835,7 @@ async function runScript() {
boolean: true,
default: false,
};
const argv = yargs
const argv = await yargs
.parserConfiguration({
'parse-positional-numbers': false
})
Expand Down
6 changes: 3 additions & 3 deletions packages/proto-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.7.6",
"version": "0.7.7",
"author": "Google Inc.",
"contributors": [
{
Expand Down Expand Up @@ -49,14 +49,14 @@
"lodash.camelcase": "^4.3.0",
"long": "^4.0.0",
"protobufjs": "^7.0.0",
"yargs": "^16.2.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash.camelcase": "^4.3.4",
"@types/mkdirp": "^1.0.1",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.26",
"@types/yargs": "^16.0.4",
"@types/yargs": "^17.0.24",
"clang-format": "^1.2.2",
"gts": "^3.1.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 892f16e

Please sign in to comment.