From 0842829d959ada2dd20aaeb5254db57ad874d996 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 15:35:46 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index bde9a829440..532e4fa8f23 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@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": "^11.1.0", "@angular/common": "^10.2.3", "@angular/compiler": "^10.2.3", "@angular/compiler-cli": "^10.2.3",