From 0155d42f7f78697b49311226cf970d27078cf435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 03:49:48 +0000 Subject: [PATCH] fix: upgrade @angular/compiler-cli from 4.1.2 to 4.4.7 Snyk has created this PR to upgrade @angular/compiler-cli from 4.1.2 to 4.4.7. See this package in npm: https://www.npmjs.com/package/@angular/compiler-cli See this project in Snyk: https://app.snyk.io/org/flozanofdez/project/4584cfef-bf6a-4fca-8e44-e51528a3f06a?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 094ced3..4c544a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "4.1.2", "@angular/compiler": "4.1.2", - "@angular/compiler-cli": "4.1.2", + "@angular/compiler-cli": "4.4.7", "@angular/core": "4.1.2", "@angular/forms": "4.1.2", "@angular/http": "4.1.2",