From ae0e09cdb21b41194345ac9de091b8d0af537650 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 07:37:03 +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 b4584b750..dd17db7c6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "body-parser": "^1.4.3", "express": "^4.13.4", "method-override": "^2.1.3", - "mongoose": "^4.4.12", + "mongoose": "^5.4.10", "morgan": "^1.1.1" } }