From 425d754d6361448d474e3352b07905565ebda29e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 08:35:35 +0000 Subject: [PATCH] fix: AngularRegistrationSample/Server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- AngularRegistrationSample/Server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AngularRegistrationSample/Server/package.json b/AngularRegistrationSample/Server/package.json index 67394585b..61d2e810c 100644 --- a/AngularRegistrationSample/Server/package.json +++ b/AngularRegistrationSample/Server/package.json @@ -9,6 +9,6 @@ }, "dependencies": { "body-parser": "^1.3.0", - "express": "^3.10.2" + "express": "^4.0.0" } }