From cdae1340784dc3df8ed6472dc5afb4aee8ea30eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 08:40:27 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index d8caa4e00e9..2eebd5f18e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^13.0.3", + "@angular-devkit/build-angular": "^14.0.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^13.0.2", "@angular/cdk": "^13.0.2",