From 9420da8e012f0a0fe18711ed142d396f9faa82bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 07:26:30 +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-ONHEADERS-10773729 --- 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" } }