From fa4b055a124b6953d42389044aea49069cf610e7 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:44:56 +0000 Subject: [PATCH] fix: Node-JS Projects/Student Manager API/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- Node-JS Projects/Student Manager API/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },