From a4b7041e99f3d95d5ceb67c5681e9009b614eba7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 00:09:59 +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 0f50b655..095ef8d4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/ssr": "18.0.5", "@ngx-builders/analyze": "4.0.0", "@nx/angular": "19.3.1", - "express": "~4.18.2", + "express": "~4.21.1", "hammerjs": "2.0.8", "rxjs": "7.8.1", "tslib": "2.6.2",