From 2a690767c39227900bdb53850f39d16d016e5973 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 08:58:26 +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 c3188637a9..8d81b85344 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "ejs": "^2.4.1", "express": "^4.13.4", "mocha": "^2.4.5", - "mongodb": "^2.1.16", + "mongodb": "^3.1.3", "morgan": "^1.7.0", "object-assign":"4.1.0" },