From 89e746888c209ed7cc42ec54d5e66fb0eb53326c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:13:11 +0000 Subject: [PATCH] fix: MERN/VedioConferencing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- MERN/VedioConferencing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MERN/VedioConferencing/package.json b/MERN/VedioConferencing/package.json index f282c45939..c21db72a20 100644 --- a/MERN/VedioConferencing/package.json +++ b/MERN/VedioConferencing/package.json @@ -9,7 +9,7 @@ }, "dependencies": { - "express": "^4.17.3", + "express": "^4.22.0", "moment": "^2.29.2", "socket.io": "^3.0.5" },