From 5f18fcd3e66ac5af17a86016d1751de680f0b079 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 12:31:52 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..76938164e4f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,8 +12,8 @@ }, "private": true, "dependencies": { - "@angular-builders/custom-webpack": "^15.0.0", - "@angular-devkit/build-angular": "^15.0.4", + "@angular-builders/custom-webpack": "^20.0.0", + "@angular-devkit/build-angular": "^20.3.15", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4",