Skip to content

Commit 69e019b

Browse files
committed
Fix OAuth2Client type compatibility in CLI package
1 parent 2416ee3 commit 69e019b

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

package-lock.json

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"undici": "^7.10.0",
5656
"update-notifier": "^7.3.1",
5757
"yargs": "^17.7.2",
58-
"zod": "^3.23.8"
58+
"zod": "^3.23.8",
59+
"google-auth-library": "^10.2.0"
5960
},
6061
"devDependencies": {
6162
"@babel/runtime": "^7.27.6",

0 commit comments

Comments
 (0)