From ea1434bd0c930f0bb60324889c0b3931983d5c93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 09:42:31 +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 3a6af18..0276f2d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@angular/animations": "^6.1.10", - "@angular/common": "^6.1.10", + "@angular/common": "^19.2.16", "@angular/compiler": "^6.1.10", "@angular/core": "^6.1.10", "@angular/forms": "^6.1.10",