From 50a246d6bd6428fcdea8098edbbf60abe99f0007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 15:00:04 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a88a716eae7..bc8e89bcedb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4", "@angular/cli": "^15.0.4", - "@angular/common": "^15.0.4", + "@angular/common": "^19.2.16", "@angular/compiler": "^15.0.4", "@angular/compiler-cli": "^15.0.4", "@angular/core": "^15.0.4",