From 92264a97eba5d213ae20aa2470df1e4ec914edd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2019 04:28:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 - https://snyk.io/vuln/SNYK-JS-MONGOOSE-472486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49a3046a..4f026773 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lodash": "latest", "md5": "latest", "morgan": "1.5.3", - "mongoose": "^4.3.6", + "mongoose": "^5.7.5", "q": "^1.0.1", "querystring": "latest", "request": "^2.47.0",