From 5b49946002cf4309b29f4f0dae280f1ca1c8bba4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 06:21:22 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bde9a82..d4876a4 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": "^12.0.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": "^17.0.0", "@angular/common": "^10.2.3", "@angular/compiler": "^10.2.3", "@angular/compiler-cli": "^10.2.3",