From 3ad35a726027b4069a9fb58d2682b9c2e15168f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2018 04:30:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 Latest report for sethbergman/ngrx-books: https://snyk.io/test/github/sethbergman/ngrx-books --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b3be48..bec095d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "private": true, "dependencies": { - "@angular/cli": "1.0.0-rc.0", + "@angular/cli": "1.6.5", "@angular/common": "^2.4.0", "@angular/compiler": "^2.4.0", "@angular/compiler-cli": "^2.4.0",