From 803d435c0c895d88d7e1661e9e61062b6968a077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2020 22:15:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f624582..431b9ea 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.3.9", "morgan": "^1.7.0", "passport": "^0.3.2", "request": "^2.79.0",