From 317ac1792a6b3743256ecf77f776500c0cc4bd2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jun 2020 05:47:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-570058 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e588071..9ed3b8f 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "karma-jasmine": "1.0.2" }, "dependencies": { - "angular": "1.7.9" + "angular": "1.8.0" } }