From dcc6645dbe1ff577c751cec096da8ff3a0f5f335 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 14:13:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e445193..d8120ef 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@angular/common": "8.2.14", "@angular/router": "8.2.14", "jasmine-marbles": "0.6.0", - "@angular/compiler": "8.2.14", + "@angular/compiler": "19.2.17", "web-animations-js": "2.3.2", "@angular/animations": "8.2.14", "@angular/platform-browser": "8.2.14",