From cd386a558f5894d543a15dfd3147b7c73b760c9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 04:47:53 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3e22165eb0e..5f4680957a6 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": "^0.1002.0", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^10.0.8", "@angular/cdk": "^10.1.2",