From fc70796849f500033af52ab7c4836f2c2bb7a852 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 04:24:24 +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 178b770..214bf56 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "bower": "^1.5.3", "jsonwebtoken": "^5.4.0", - "mongodb": "^2.0.45", + "mongodb": "^3.1.3", "monument": "2.2.0-rc.1", "sandbox": "^0.8.6" },