From aa9e6eb0289e1deb7903be7626100d19d33f98ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Mar 2022 22:47:04 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a7f252f3ed6..31a408d34b9 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.2.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^10.0.8", "@angular/cdk": "^10.1.2",