From d8dd2d1ed377e2cae5d25d56accf7c22ae02759e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Aug 2021 05:27:17 +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-1536758 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3e22165eb0e..934ee4b1782 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^10.0.8", "@angular/cdk": "^10.1.2", - "@angular/cli": "^10.0.5", + "@angular/cli": "^11.1.0", "@angular/common": "^10.0.8", "@angular/compiler": "^10.0.8", "@angular/compiler-cli": "^10.0.8",