From 3e5e8408719c114ff494fe58e17a15957aa72344 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 04:26:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1be7c42b..f2ecdf27 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "markdown": "~0.5.0", "marked": "^0.3.3", "moment": "^2.8.4", - "mongoose": "^3.9.7", + "mongoose": "^5.4.10", "moonboots_hapi": "^3.0.2", "pmx": "^0.3.20", "rand-token": "~0.2.1",