From cc9788060f4d75dfb202819a59dbf4da3e76d2e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 03:08:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f857c26..68834fb 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.3.9", "nedb": "^1.8.0", "socket.io": "^1.7.2", "socketio-jwt": "^4.5.0"