From d6661faeeab99a1cff758f9f0d072bd800f9dc16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:01:51 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 01bb967bc..408805c82 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,11 +12,11 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^14.0.4", + "@angular-devkit/build-angular": "^16.1.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^14.0.4", "@angular/cdk": "^14.0.4", - "@angular/cli": "^14.0.4", + "@angular/cli": "^17.0.0", "@angular/common": "^14.0.4", "@angular/compiler": "^14.0.4", "@angular/compiler-cli": "^14.0.4",