From 96d83dfcddcca5ee7b346037fa210f97a42376ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2020 05:10:16 +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 85bac61..d3bd815 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "cors": "^2.8.1", "express": "^4.14.0", - "mongodb": "^2.2.22", + "mongodb": "^3.1.3", "node-env-file": "^0.1.8", "rx": "^4.1.0", "rx-node": "^1.0.2",