From 2d50ae192bc5259d0d153dff75a209e3c20e2a52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Dec 2025 10:27:30 +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 691093cd00..6a245bfe33 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "@angular/animations": "^18.2.12", "@angular/cdk": "^18.2.14", "@angular/common": "^18.2.12", - "@angular/compiler": "^18.2.12", + "@angular/compiler": "^19.2.17", "@angular/core": "^18.2.12", "@angular/forms": "^18.2.12", "@angular/google-maps": "^18.2.14",