690319:2145 Update Backend & Frontend dep.
Build and Deploy / deploy (push) Failing after 10m27s

This commit is contained in:
2026-03-19 21:45:14 +07:00
parent 000f07efde
commit 1e6735978d
21 changed files with 2566 additions and 2312 deletions
+10 -7
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@casl/ability": "^6.7.5",
"@elastic/elasticsearch": "^8.11.1",
"@elastic/elasticsearch": "^9.3.4",
"@nestjs-modules/ioredis": "^2.0.2",
"@nestjs/axios": "^4.0.1",
"@nestjs/bullmq": "^11.0.4",
@@ -64,7 +64,7 @@
"multer": "^2.0.2",
"mysql2": "^3.15.3",
"nest-winston": "^1.10.2",
"nodemailer": "^7.0.10",
"nodemailer": "^8.0.3",
"opossum": "^9.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
@@ -75,7 +75,7 @@
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.27",
"uuid": "^11.1.0",
"uuid": "^13.0.0",
"winston": "^3.18.3",
"zod": "^4.1.13"
},
@@ -94,11 +94,11 @@
"@types/ioredis": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/multer": "^2.0.0",
"@types/node": "^22.10.7",
"@types/node": "^25.5.0",
"@types/opossum": "^8.1.9",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@types/uuid": "^11.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
@@ -112,7 +112,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.57.1",
"baseline-browser-mapping": "^2.10.8"
},
"jest": {
@@ -130,7 +130,10 @@
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
"testEnvironment": "node",
"transformIgnorePatterns": [
"node_modules/(?!(uuid)/)"
]
},
"main": "index.js",
"directories": {