From ddca02316c94ca7ee057da4be8bc14f23d05f46b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 10:37:55 +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 5aac917..540f8a3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "~8.0.0", "@angular/common": "~8.0.0", - "@angular/compiler": "~8.0.0", + "@angular/compiler": "~19.2.17", "@angular/core": "~8.0.0", "@angular/forms": "~8.0.0", "@angular/platform-browser": "~8.0.0",