From e8117a044282d02475416109f4122e0a70581c0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 04:23:25 +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-COOKIE-8163060 --- 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 67394585..e310c48c 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.21.1" } }