update deps

This commit is contained in:
Nathaniel Tampus
2023-10-09 11:02:49 +08:00
parent 32aa498abd
commit 50bdd80d07
4 changed files with 214 additions and 231 deletions

View File

@@ -28,10 +28,10 @@
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/express-session": "^1.17.8",
"@types/node": "^18.18.0",
"@types/node": "^18.18.4",
"@types/pg": "^8.10.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},