From 443058260cd297b5ec0a674475bdef7bd4c0bfaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 08:36:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a9204c..1a3f94a1 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": "18.1.1", "express": "~4.18.2", "hammerjs": "2.0.8", "rxjs": "7.8.1",