From 9e5ed72d94e203d02ba6a660e33ef11e7547bc0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 07:23:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:angular:20180202 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..f0a6dfd 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.9", "angular-messages": "1.5.0", "angular-mocks": "1.5.0", "angular-route": "1.5.0",