From 2a0f2bc99dba50c05cf79229ab4a30fd1da1902d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 21:42:20 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..ed64131 100644 --- a/api/package.json +++ b/api/package.json @@ -22,7 +22,7 @@ "image-downloader": "^3.2.2", "jsonwebtoken": "^7.4.1", "mongo-sequence": "^0.1.5", - "mongodb": "^2.2.11", + "mongodb": "^3.1.3", "multer": "^1.3.0", "nodemon": "^1.11.0", "passport": "^0.3.2",