From 6bb79a797041107a23118f24e35ec9dffe949c78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 08:26:28 +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 6861ea9..0a2e76e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lodash": "^4.13.1", "moment": "^2.14.1", "mongo-uri": "^0.1.2", - "mongodb": "^2.2.4", + "mongodb": "^3.1.3", "mongodb-backup": "^1.6.4", "mongodb-extended-json": "^1.7.0", "mongodb-restore": "^1.5.4",