main
Some checks failed
CI / build (push) Failing after 1m13s

This commit is contained in:
Harun CAN
2026-01-30 04:48:56 +03:00
parent 8995e79e78
commit f313ba944a
32 changed files with 1960 additions and 34 deletions

View File

@@ -31,15 +31,18 @@
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/platform-socket.io": "^11.1.11",
"@nestjs/schedule": "^6.1.0",
"@nestjs/swagger": "^11.2.4",
"@nestjs/terminus": "^11.0.0",
"@nestjs/throttler": "^6.5.0",
"@prisma/client": "^5.22.0",
"@types/cheerio": "^0.22.35",
"axios": "^1.13.4",
"bcrypt": "^6.0.0",
"bullmq": "^5.66.4",
"cache-manager": "^7.2.7",
"cache-manager-redis-yet": "^5.1.5",
"cheerio": "^1.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"helmet": "^8.1.0",
@@ -52,6 +55,7 @@
"pino": "^10.1.0",
"pino-http": "^11.0.0",
"prisma": "^5.22.0",
"puppeteer": "^24.36.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"zod": "^4.3.5"
@@ -63,6 +67,7 @@
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.1",
"@types/bcrypt": "^6.0.0",
"@types/cron": "^2.0.1",
"@types/express": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.7",