fix: downgrade nanoid to v3 for CommonJS compatibility
All checks were successful
Build and Push Backend Image / build (push) Successful in 2m28s
Build and Push Frontend Image / build (push) Successful in 5m12s

nanoid v5 is ESM-only and cannot be require()'d in a CommonJS module.
v3 is the last version with native CJS support.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 19:43:44 +01:00
parent 4565038be3
commit ed7ac0c573
2 changed files with 3 additions and 10 deletions

View File

@@ -28,7 +28,7 @@
"graphql-ws": "^6.0.4",
"graphql-yoga": "^5.13.4",
"ioredis": "^5.6.1",
"nanoid": "^5.1.5",
"nanoid": "^3.3.11",
"nodemailer": "^7.0.3",
"pg": "^8.16.0",
"slugify": "^1.6.6",