From 36ed7c219cf48d041ef30a0e50df2ea21fd513c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2019 00:03:31 +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 acfc015..a11e009 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "dependencies": { "body-parser": "^1.13.3", "express": "^4.13.3", - "mongodb": "^2.0.43" + "mongodb": "^3.1.13" } }