From 4011f3a0550fa68e6ac767009c7f70405e70634e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Mar 2018 00:31:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bson:20180225 Latest report for chypriote/bookmarker: https://snyk.io/test/github/chypriote/bookmarker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aad1e1..df71113 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jquery": "^2.1.4", "kerberos": "^0.0.17", "moment": "^2.10.6", - "mongodb": "^1.4.0", + "mongodb": "^2.0.0", "monk": "^1.0.1", "morgan": "^1.6.1", "multer": "^1.1.0",