From ecbcd88d69c31ff73f36ffbab41331f7adb2bb21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 10:09: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-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..cfb2e4b1137 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular-builders/custom-webpack": "^15.0.0", - "@angular-devkit/build-angular": "^15.0.4", + "@angular-devkit/build-angular": "^20.0.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4",