From edb6b5777d908d0f2b7c27ac26e701929af8e243 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 08:46:09 +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 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d67cace..e5dc0ea 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "dependencies": { "@angular/animations": "^15.2.8", "@angular/cdk": "^15.2.8", - "@angular/common": "^15.2.8", - "@angular/compiler": "^15.2.8", + "@angular/common": "^19.2.16", + "@angular/compiler": "^19.2.17", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", "@angular/localize": "15.2.8",