From 1217d404b1cc5fb366cfd549bbd131e0d12a40cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Dec 2020 03:08:25 +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 f857c26..b2f22cb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "express": "^4.14.0", "jsonwebtoken": "^7.2.1", "lodash": "^4.17.2", - "mongoose": "^4.7.4", + "mongoose": "^5.11.7", "nedb": "^1.8.0", "socket.io": "^1.7.2", "socketio-jwt": "^4.5.0"