From d3585fed57b3ded4cde9c40412fecc716dacb35c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Feb 2019 22:43:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64a30f9..3d12e4e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@angular/common": "5.0.3", "@angular/compiler": "5.0.3", - "@angular/compiler-cli": "5.0.3", + "@angular/compiler-cli": "7.2.6", "@angular/core": "5.0.3", "@angular/forms": "5.0.3", "@angular/http": "5.0.3",