chore: update deps

This commit is contained in:
Methapon Metanipat 2024-10-01 15:37:02 +07:00
parent 71ffd895f6
commit ca8aec6c4f
2 changed files with 198 additions and 190 deletions

View file

@ -20,33 +20,33 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"@types/node": "^20.16.10",
"@types/swagger-ui-express": "^4.1.6",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"prisma": "^5.16.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"prisma": "^5.20.0",
"prisma-kysely": "^1.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.6.2"
},
"dependencies": {
"@elastic/elasticsearch": "^8.14.0",
"@elastic/elasticsearch": "^8.14.1",
"@fast-csv/parse": "^5.0.0",
"@prisma/client": "^5.16.1",
"@tsoa/runtime": "^6.3.0",
"@prisma/client": "^5.20.0",
"@tsoa/runtime": "^6.4.0",
"@types/morgan": "^1.9.9",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fast-jwt": "^4.0.1",
"kysely": "^0.27.3",
"express": "^4.21.0",
"fast-jwt": "^4.0.5",
"kysely": "^0.27.4",
"minio": "^8.0.1",
"morgan": "^1.10.0",
"prisma-extension-kysely": "^2.1.0",
"promise.any": "^2.0.6",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.3.1",
"winston": "^3.13.1",
"tsoa": "^6.4.0",
"winston": "^3.14.2",
"winston-elasticsearch": "^0.19.0"
}
}