From 6b61b5264197a36d31903c35ee7196236140aca4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Aug 2025 08:20:27 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index da6784dbe61..f1ab135dd56 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,12 +12,12 @@ }, "private": true, "dependencies": { - "@angular-builders/custom-webpack": "^15.0.0", + "@angular-builders/custom-webpack": "^18.0.0", "@angular-devkit/build-angular": "^15.0.4", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4", - "@angular/cli": "^15.0.4", + "@angular/cli": "^18.1.0", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/compiler-cli": "^15.0.4",