From 227792d8beedab6a420e8d100e1b9f814827b456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 07:54:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcfe17c4da4d..bb94370a2283 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "@angular/animations": "8.0.0", "@angular/cdk": "8.0.0", - "@angular/common": "8.0.0", + "@angular/common": "19.2.16", "@angular/compiler": "8.0.0", "@angular/core": "8.0.0", "@angular/flex-layout": "8.0.0-beta.26",