From a1641dad2cb5f3a08c55a6fa23ad9575b5c73ab5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 09:31:42 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index da6784dbe61..2668754b12e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@angular/cdk": "^14.0.4", "@angular/cli": "^15.0.4", "@angular/common": "^15.0.4", - "@angular/compiler": "^15.0.4", + "@angular/compiler": "^19.2.17", "@angular/compiler-cli": "^15.0.4", "@angular/core": "^15.0.4", "@angular/flex-layout": "10.0.0-beta.32", @@ -30,7 +30,7 @@ "@angular/platform-browser-dynamic": "^15.0.4", "@angular/router": "^15.0.4", "@ctrl/ngx-codemirror": "^6.1.0", - "@cyclonedx/webpack-plugin": "^3.6.0", + "@cyclonedx/webpack-plugin": "^5.2.4", "@fortawesome/fontawesome-svg-core": "~1.2.30", "@fortawesome/free-brands-svg-icons": "^5.14.0", "@fortawesome/free-regular-svg-icons": "^5.14.0",