From 36ff87d29ce73d0cb4ed1a62e0e3f0417e788081 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2019 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-MONGOOSE-472486 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f857c26..0920786 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.7.5", "nedb": "^1.8.0", "socket.io": "^1.7.2", "socketio-jwt": "^4.5.0"