grpc-js-xds: Update gts dependency for compatibility with TypeScript update

This commit is contained in:
Michael Lumish 2023-09-07 18:07:20 -07:00
parent 9974f7704d
commit 9e487e44ab
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"@types/mocha": "^5.2.6",
"@types/node": "^13.11.1",
"@types/yargs": "^15.0.5",
"gts": "^2.0.2",
"gts": "^5.0.1",
"typescript": "^4.9.5",
"yargs": "^15.4.1"
},