diff --git a/api/package.json b/api/package.json index 89b50f21b..d97113ca2 100644 --- a/api/package.json +++ b/api/package.json @@ -12,9 +12,9 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.20.3", + "body-parser": "^1.20.4", "cors": "^2.8.5", - "express": "^4.21.2", + "express": "^4.22.0", "helmet": "^8.1.0", "mongoose": "^7.8.7" },