From 37e21343b808c5661dfbe4e2b427d6e6197cf3e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 04:06:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38ad13d..2277c86 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular/upgrade": "5.0.1", "app-module-path": "2.2.0", "core-js": "2.5.1", - "express": "4.16.2", + "express": "4.21.1", "jquery": "3.5.0", "lodash": "4.17.15", "rxjs": "5.5.2",