From 393dc16aaebaa9af6613e8c0897d113c21086b5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 07:25:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MODERNJSUTILS-14723360 - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37e731b..9c633e4 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "@angular/router": "20.1.3", "@angular/ssr": "20.1.3", "@ngx-builders/analyze": "4.0.0", - "@nx/angular": "21.3.7", - "express": "~4.18.2", + "@nx/angular": "22.0.3", + "express": "~4.22.0", "hammerjs": "2.0.8", "rxjs": "7.8.1", "tslib": "2.6.2",