From b119a04e6a6eec38b304f15dc1fc3d02cc1905a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 08:03:57 +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 a4b8c30..9d11990 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "hapi-auth-basic": "^4.2.0", "joi": "^8.4.2", "lodash": "^4.13.1", - "mongodb": "^2.1.18", + "mongodb": "^3.1.3", "node-gcm": "^0.14.3", "node-uuid": "^1.4.7", "stream-to-array": "^2.3.0"