From 51ed4d3874253cebe53ba1d489900932bb8f22a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2026 21:53:23 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-15610287 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4c7876ab7..3fc6e7e49 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@angular/cdk": "21.1.3", "@angular/cdk-experimental": "21.1.3", "@angular/common": "21.1.3", - "@angular/core": "21.1.3", + "@angular/core": "21.2.3", "@angular/forms": "21.1.3", "@angular/localize": "21.1.3", "@angular/platform-browser": "21.1.3",