From 8d783a45dfb73beafb6ce66d5ddd100562db95d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 20:06:57 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e445193..349a7c9 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ "core-js": "2.6.11", "zone.js": "0.9.1", "jasmine-core": "3.1.0", - "@angular/core": "11.0.5", + "@angular/core": "19.2.18", "@angular/forms": "8.2.14", "@angular/common": "8.2.14", "@angular/router": "8.2.14", "jasmine-marbles": "0.6.0", - "@angular/compiler": "8.2.14", + "@angular/compiler": "19.2.18", "web-animations-js": "2.3.2", "@angular/animations": "8.2.14", "@angular/platform-browser": "8.2.14",