From e97e4092bcef1ff1b340b57915735439ad71b0e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 12:41:55 +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 ec3c0a20815..6abdc454fdb 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",