From b0caae67d97fb76cda929b014c837ebc304608e7 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:47:51 +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 3f614ec83a..67e16cbb3e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "@angular-devkit/build-angular": "^17.3.16", "@angular/animations": "^17.3.1", "@angular/cli": "^20.3.3", - "@angular/common": "^17.3.1", + "@angular/common": "^19.2.16", "@angular/compiler": "^17.3.1", "@angular/core": "^17.3.1", "@angular/forms": "^17.3.1",