From c7c54dafed6f58b0ab534983ccc0b8fc102b2e6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 00:20:48 +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 14e1fcd..7ea4397 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@angular/animations": "12.0.2", "@angular/cdk": "12.0.2", - "@angular/common": "12.0.2", + "@angular/common": "19.2.16", "@angular/compiler": "12.0.2", "@angular/core": "12.0.2", "@angular/fire": "^6.1.5",