From 1446293dd28ecb4d54fd0569a98f91540d2a2bde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 08:36:53 +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 9631276..1b18ce6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "5.2.8", "@angular/cdk": "5.2.4", - "@angular/common": "5.2.0", + "@angular/common": "19.2.16", "@angular/compiler": "5.2.0", "@angular/core": "5.2.0", "@angular/forms": "5.2.0",