fix: add missing gaxios dependency (#2302)

This commit is contained in:
Brandon Keiji 2025-06-27 23:24:03 +00:00 committed by GitHub
parent ac24fd27e4
commit 19d2a0fb35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

2
package-lock.json generated
View File

@ -11678,6 +11678,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"gaxios": "^6.1.1",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^5.2.0",
@ -11759,6 +11760,7 @@
"@types/html-to-text": "^9.0.4",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"gaxios": "^6.1.1",
"glob": "^10.4.5",
"google-auth-library": "^9.11.0",
"html-to-text": "^9.0.5",

View File

@ -35,6 +35,7 @@
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"gaxios": "^6.1.1",
"glob": "^10.4.1",
"highlight.js": "^11.11.1",
"ink": "^5.2.0",

View File

@ -35,6 +35,7 @@
"@types/html-to-text": "^9.0.4",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"gaxios": "^6.1.1",
"glob": "^10.4.5",
"google-auth-library": "^9.11.0",
"html-to-text": "^9.0.5",