From 984e43acf03acfcc62ef5b36019b87d799152c01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 07:39:09 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 8631663..dcc461a 100644 --- a/app/package.json +++ b/app/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",