diff --git a/package.json b/package.json index e6a41c5..5852e6c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/bcrypt": "^5.0.2", "@types/cookie-parser": "^1.4.7", "@types/cors": "^2.8.17", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "@types/node": "^20.12.13", "@types/pg": "^8.11.6", "bcrypt": "^6.0.0", @@ -69,7 +69,7 @@ "cors": "^2.8.5", "drizzle-orm": "^0.43.0", "drizzle-zod": "^0.7.0", - "express": "^4.19.2", + "express": "^5.0.0", "helmet": "^8.0.0", "jsonwebtoken": "^9.0.2", "pg": "^8.14.1",