Remove google-translate dep, upgrade firebase-admin, pin csv-parse, and improve processUsers.js

- Remove @iamtraction/google-translate (and undici vulnerability) — translation
  no longer needed, language files now copy English content directly
- Upgrade firebase-admin from ^12.0.0 to ^13.8.0
- Pin csv-parse to ~5.5.0 to avoid major version bump
- Use networkidle2 + 2s delay in processUsers.js for reliable screenshots

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nuno Coração
2026-04-13 22:19:07 +01:00
parent 8fda75b134
commit c6d40c6d3f
5 changed files with 234 additions and 148 deletions
-1
View File
@@ -117,7 +117,6 @@
"dependencies": {
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.11",
"commander": "^14.0.3"
}