From e1f5fa938ae4695aebdf962ded6b3b28bf7447b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 04:15:07 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ac68fbb67dd..801ade9a8a4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,11 +11,11 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^0.1000.5", + "@angular-devkit/build-angular": "^16.2.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^10.2.3", "@angular/cdk": "^10.1.2", - "@angular/cli": "^10.0.5", + "@angular/cli": "^20.3.15", "@angular/common": "^10.2.3", "@angular/compiler": "^10.2.3", "@angular/compiler-cli": "^10.2.3",