From 03fd275349a9325c88f815ad7b63c5135a843ee8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 14:49:30 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b3e309d19ac..0324cfa450e 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": "^13.1.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^10.2.3", "@angular/cdk": "^10.1.2",