From 71a7b02f47323f5798ef09f2562b76f8b0a77602 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Dec 2020 01:22:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61b7d3..cc9204f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "express": "4.13.1", "lodash": "3.10.0", "moment": "2.10.6", - "mongoose": "4.0.5", + "mongoose": "5.11.7", "mongoose-q": "0.0.17", "morgan": "1.6.1", "node-jsrender": "1.0.6",