From 7f73a947ef0b76ce5d0128768b608e890c4f2c7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 19:08:06 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b7e829bd59d..f87ae433c3e 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": "^16.1.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": "^15.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": "^7.0.2", "rxjs": "6.6.2", "snarkdown": "^1.2.2", "socket.io-client": "^2.3.0",