From 9d44ec99caad650da52f7499b7c72e1d6beabffd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 18:48:41 +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 7353243..838d1bd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "", "license": "MIT", "dependencies": { - "@angular/common": "~2.4.0", + "@angular/common": "~19.2.16", "@angular/compiler": "~2.4.0", "@angular/core": "~2.4.0", "@angular/forms": "~2.4.0",