From 3243c9f67f0280bc4c7458fed2e9d41413d68ab9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 01:07:35 +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 303548a..732fe4b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "^4.14.0", "express-session": "^1.14.2", "html-entities": "^1.2.0", - "mongoose": "^4.7.6", + "mongoose": "^5.12.2", "socket.io": "^1.7.2" } }