From 9be0b1cfc5135849e4fc9194d91deefbf74ec490 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 06:59:15 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bde9a82..9043e83 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ }, "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", @@ -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",