From 1e3b29b8073b9eaf1a41b4d6b569332209483af6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 00:52:20 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0b21dde..6414df1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@angular-devkit/build-angular": "^19.2.6", "@angular/animations": "^19.2.5", "@angular/cdk": "^19.2.8", - "@angular/cli": "^19.2.6", + "@angular/cli": "^20.3.15", "@angular/common": "^19.2.5", "@angular/compiler": "^19.2.5", "@angular/compiler-cli": "^19.2.5",