From 2f742a558f13016dfd833a287ad4cc945a0234d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 17:58: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-VITE-13644406 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0b21dde..989c9e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,8 +12,8 @@ }, "private": true, "dependencies": { - "@angular-builders/custom-webpack": "^19.0.0", - "@angular-devkit/build-angular": "^19.2.6", + "@angular-builders/custom-webpack": "^20.0.0", + "@angular-devkit/build-angular": "^20.3.7", "@angular/animations": "^19.2.5", "@angular/cdk": "^19.2.8", "@angular/cli": "^19.2.6",