update deps

This commit is contained in:
Nathaniel Tampus
2023-08-25 18:53:58 +08:00
parent f245060075
commit 7086ed0b56
4 changed files with 199 additions and 200 deletions

View File

@@ -28,12 +28,12 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^18.17.5",
"@types/node": "^18.17.11",
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"