diff --git a/backend/package.json b/backend/package.json index 2437eac..13db8a3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,21 +16,21 @@ "bcrypt": "^5.1.1", "cors": "^2.8.6", "dotenv": "^16.6.1", - "express": "^4.19.2", - "express-rate-limit": "^7.3.1", + "express": "^4.22.1", + "express-rate-limit": "^7.5.1", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.3", - "pg": "^8.11.5", + "pg": "^8.20.0", "rss-parser": "^3.13.0", - "zod": "^3.23.8" + "zod": "^3.25.76" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", - "@types/jsonwebtoken": "^9.0.6", + "@types/jsonwebtoken": "^9.0.10", "@types/node": "^20.12.12", - "@types/pg": "^8.11.6", + "@types/pg": "^8.20.0", "@types/rss-parser": "^3.13.4", "jest": "^29.7.0", "ts-jest": "^29.4.6",