From e36b016d2dbb267391f0a7f844e7461a51590328 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Dec 2020 21:59:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1eec1e..a385afc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "async": "^0.9.0", "koast-logger": "^1.0.0", "module": "0.0.1", - "mongoose": "^3.8.20", + "mongoose": "^5.11.7", "path": "^0.4.9", "q": "^1.1.2", "underscore": "^1.7.0",