From ab347e20e8bd5c81342ed34fdb09a61afb0e00b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 05:40:43 +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 85de928..744ad99 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ipaddr.js": "^1.2.0", "lodash": "^3.10.1", "moment": "^2.13.0", - "mongoose": "^4.4.20", + "mongoose": "^5.12.3", "morgan": "^1.7.0", "nconf": "^0.7.1", "randomstring": "^1.1.5",