From ae6490fff718fcffd557052e70fe5ddd3a31d9d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Dec 2018 03:33:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-72672 - https://snyk.io/vuln/npm:bson:20180225 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9eae1f..dc16ba9 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "express": "^4.16.2", "event-steam": "^3.3.6", "flatmap-stream": "^0.0.1", - "mongoose": "^5.0.1" + "mongoose": "^5.2.12" } }