From 599d5610e4a8d9e0bb9181aaeef37885d8f0c3f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2019 22:19:09 +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 f624582..07d913d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "^2.2.0", "express": "^4.14.0", "jsonwebtoken": "^7.1.9", - "mongoose": "^4.6.8", + "mongoose": "^5.4.10", "morgan": "^1.7.0", "passport": "^0.3.2", "request": "^2.79.0",