From 54b31a861e4347043ef4ae976c9f172835bad5a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 05:10:54 +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-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bde9a82..4c577c1 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": "^12.0.0", "@angular/common": "^10.2.3", "@angular/compiler": "^10.2.3", "@angular/compiler-cli": "^10.2.3", @@ -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": "^9.0.0", "rxjs": "6.6.2", "snarkdown": "^1.2.2", "socket.io-client": "^2.3.0",