From 46ab279e241d82fe858ba4611c837007656c8d9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 10:18: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 - 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 70134fa7..c110634d 100644 --- a/package.json +++ b/package.json @@ -146,8 +146,8 @@ "dependencies": { "@angular-devkit/build-optimizer": "^0.13.1", "@angular/animations": "7.2.0", - "@angular/common": "7.2.0", - "@angular/compiler": "7.2.0", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.17", "@angular/core": "7.2.0", "@angular/forms": "7.2.0", "@angular/platform-browser": "7.2.0",