From 27013e4712c1e33f2aaf5457497e65d5c351e3c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 12:25:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f50b655..80304d60 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.20.0", "hammerjs": "2.0.8", "rxjs": "7.8.1", "tslib": "2.6.2",