From 7255f320225c740913dd17386567c000c5df24dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 20:54:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a9204..163262c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/router": "17.0.3", "@angular/ssr": "~17.0.1", "@ngx-builders/analyze": "4.0.0", - "@nx/angular": "17.2.0-beta.0", + "@nx/angular": "17.2.0", "express": "~4.18.2", "hammerjs": "2.0.8", "rxjs": "7.8.1",