From 84aef87a3bf36046f6f4c9c2bcb9a1f67afb7d59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 01:48:47 +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 2584570..afc6163 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "fs-extra": "^2.0.0", "hbs": "^4.0.1", "lodash": "^4.17.4", - "mongodb": "2.2.34", + "mongodb": "3.1.3", "request": "^2.76.0", "unfluff": "^3.0.0", "uuid": "^3.2.1",