From 8276c3e72d8c2ecf68d9bd20b53c0c70cf49056e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2019 22:00:24 +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 d8a4070..7fd87cd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "body-parser": "^1.18.1", "ejs": "^2.5.7", "express": "^4.15.4", - "mongodb": "^2.2.31" + "mongodb": "^3.1.13" }, "devDependencies": { "nodemon": "^1.12.1"