From 4c4d2ba059e3ed6e3569f4df0635b7568d9d5d42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 03:08:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-1086688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f857c26..5b6d5ea 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.12.2", "nedb": "^1.8.0", "socket.io": "^1.7.2", "socketio-jwt": "^4.5.0"