From a7348e7b07982de7c11924b651e067ffaf1d1974 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 15:01:29 +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 e13622f..62f4180 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@angular/common": "2.2.1", - "@angular/compiler": "2.2.1", + "@angular/compiler": "19.2.17", "@angular/compiler-cli": "2.2.1", "@angular/core": "2.2.1", "@angular/forms": "2.2.1",