From 557a947d2143efffb13fc7112564e40532b18deb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Mar 2018 01:30:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bson:20180225 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..79bcb79 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.7.6", "opener": "^1.3.0", "progress": "^1.1.8", "prompt": "^1.0.0",