From 5bfa5094dba233840f0326e34680835f5be05c81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 17:01:34 -0700 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3d4ed5ef461..a0da14e80b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,11 +11,11 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^0.1102.18", + "@angular-devkit/build-angular": "^15.2.11", "@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.2.18", "@angular/common": "^10.2.3", "@angular/compiler": "^10.2.3", "@angular/compiler-cli": "^10.2.3", @@ -48,7 +48,7 @@ "ngx-cookie-service": "^10.0.1", "ngx-spinner": "^10.0.1", "ngx-window-token": "^5.0.0", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "rxjs": "6.6.2", "snarkdown": "^1.2.2", "socket.io-client": "^2.3.0",