From 4511d2b4b8f4de050e5b1086b470713e154998f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2019 21:43:27 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..dcc461a 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.13", "multer": "^1.3.0", "nodemon": "^1.11.0", "passport": "^0.3.2",