From a65e29b7d97487d1947d540ee492dc529d40ef27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 10:40:52 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 3e2a8e58..304970ad 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ }, "license": "ISC", "dependencies": { - "@angular/common": "~2.0.1", + "@angular/common": "~19.2.16", "@angular/compiler": "~2.0.1", "@angular/core": "~2.0.1", "@angular/forms": "~2.0.1",