From ac380b2c65ee00c116d82647479630b479ba9690 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 07:24:11 +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 52451b8..c4c64e8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@angular/animations": "^11.0.8", - "@angular/common": "^11.0.8", + "@angular/common": "^19.2.16", "@angular/compiler": "^11.0.8", "@angular/core": "^11.0.8", "@angular/forms": "^11.0.8",