Register dependency added in PR:910 (#925)

This commit is contained in:
Tommaso Sciortino 2025-06-10 20:39:29 -07:00 committed by GitHub
parent fb6e2927f7
commit 95fdc66e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

1
package-lock.json generated
View File

@ -10763,6 +10763,7 @@
"fast-glob": "^3.3.3",
"google-auth-library": "^9.11.0",
"ignore": "^7.0.0",
"open": "^10.1.2",
"shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0",
"undici": "^7.10.0"

View File

@ -32,10 +32,11 @@
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3",
"google-auth-library": "^9.11.0",
"ignore": "^7.0.0",
"open": "^10.1.2",
"shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0",
"google-auth-library": "^9.11.0",
"undici": "^7.10.0"
},
"devDependencies": {