diff --git a/Node-JS Projects/Student Manager API/package.json b/Node-JS Projects/Student Manager API/package.json index 11381cdc45..c368aa3112 100644 --- a/Node-JS Projects/Student Manager API/package.json +++ b/Node-JS Projects/Student Manager API/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.21.2", + "express": "^4.22.0", "express-async-handler": "^1.2.0", "mongoose": "^7.8.4" },