From c2205f1136c1807c59c72503b71f7391cc0ae2f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 May 2017 01:29:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 Latest report for linnovate/mean-cli: https://snyk.io/test/github/linnovate/mean-cli --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f53e99..c43456a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "crypto": "latest", "inquirer": "^1.0.2", "lodash": "^4.12.0", - "mongoose": "~4.4.15", + "mongoose": "~4.10.2", "opener": "^1.3.0", "progress": "^1.1.8", "prompt": "^1.0.0",