From 31c805be4e54731178498049575539ad090a30a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 19:01:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3e22165eb0e..74fcf68db5e 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", @@ -47,7 +47,7 @@ "ngx-clipboard": "^13.0.1", "ngx-cookie-service": "^10.0.1", "ngx-spinner": "^10.0.1", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "rxjs": "6.6.2", "snarkdown": "^1.2.2", "socket.io-client": "^2.3.0",