From 249830d216788025efba23d43dc24a9df905d846 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 12:36:31 +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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..478edef454c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,9 +19,9 @@ "@angular/cdk": "^14.0.4", "@angular/cli": "^15.0.4", "@angular/common": "^15.0.4", - "@angular/compiler": "^15.0.4", + "@angular/compiler": "^19.2.18", "@angular/compiler-cli": "^15.0.4", - "@angular/core": "^15.0.4", + "@angular/core": "^19.2.18", "@angular/flex-layout": "10.0.0-beta.32", "@angular/forms": "^15.0.4", "@angular/http": "^8.0.0-beta.10",