remove bucrypt
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-31 15:50:06 +03:30
parent a066e2b1ef
commit 1f1ab7c85d
3 changed files with 31 additions and 369 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
"start:nest": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start": "NODE_ENV=production node --trace-warnings dist/main",
"start": "NODE_ENV=production node --trace-warnings dist/src/main",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest",
@@ -57,7 +57,7 @@
"@nestjs/throttler": "^6.4.0",
"@nestjs/websockets": "^11.1.3",
"axios": "^1.10.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"bullmq": "^5.56.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
@@ -86,7 +86,7 @@
"@nestjs/testing": "^11.1.3",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.12.9",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.16.0",
"@types/nodemailer": "^6.4.17",