From ed177a030cd92cd0d5b9abfe9ede2c0b5a7f94b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 15:06:17 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a88a716eae7..df322fca22a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@angular/cdk": "^14.0.4", "@angular/cli": "^15.0.4", "@angular/common": "^15.0.4", - "@angular/compiler": "^15.0.4", + "@angular/compiler": "^19.2.17", "@angular/compiler-cli": "^15.0.4", "@angular/core": "^15.0.4", "@angular/flex-layout": "10.0.0-beta.32",