From 465d4e679df74ed75974b462ed364a44ade42293 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 21:31:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b1ec6a..01e402f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/animations": "6.1.1", "@angular/common": "6.1.1", "@angular/compiler": "6.1.1", - "@angular/compiler-cli": "6.1.1", + "@angular/compiler-cli": "7.0.0", "@angular/core": "6.1.1", "@angular/forms": "6.1.1", "@angular/http": "6.1.1",