From 258b62d878724689f5ed684a760c6e7fde8a4b3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2020 02:36:54 +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 ea12ba0..d1d54c8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "express": "", - "mongodb": "^2.2.33", + "mongodb": "^3.1.3", "morgan": "^1.9.0", "nodemon": "^1.12.4", "path": "^0.12.7",