diff --git a/server/package.json b/server/package.json index 6387608..e83e939 100644 --- a/server/package.json +++ b/server/package.json @@ -30,7 +30,7 @@ "busboy": "1.6.0", "cors": "2.8.5", "dotenv": "16.4.5", - "express": "4.19.2", + "express": "5.2.1", "express-async-errors": "3.1.1", "helmet": "7.1.0", "jsonwebtoken": "9.0.2", @@ -43,7 +43,7 @@ "devDependencies": { "@types/busboy": "1.5.4", "@types/cors": "2.8.17", - "@types/express": "4.17.21", + "@types/express": "5.0.6", "@types/jest": "29.5.12", "@types/jsonwebtoken": "9.0.6", "@types/morgan": "1.9.9",