From 0e0b990dcec9f025d3211d75b12432ec6db5e2f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Dec 2017 07:25:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:angular:20171018 Latest report for operationcode/mean-dash: https://snyk.io/test/github/operationcode/mean-dash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8499757..3a850f3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/OperationCode/mean-dash#readme", "dependencies": { - "angular": "1.5.0", + "angular": "1.6.7", "angular-messages": "1.5.0", "angular-mocks": "1.5.0", "angular-route": "1.5.0",