From 98b13287e1078ca2ee4e37bb32b8823c8dea9822 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 01:21:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1089718 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80883e7..67986f0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lodash": "^3.10.1", "lusca": "^1.3.0", "method-override": "^2.3.5", - "mongoose": "^4.1.2", + "mongoose": "^5.12.3", "morgan": "~1.6.1", "serve-favicon": "^2.3.0", "socket.io": "^1.3.5",