From 7e14f67fa31036727b98f245f89fbece82f7aa1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 16 Jun 2019 14:51:55 +0000 Subject: [PATCH] Update mongodb requirement from 3.1.8 to 3.2.7 Updates the requirements on [mongodb](https://github.com/mongodb/node-mongodb-native) to permit the latest version. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.1.8...v3.2.7) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0aba54..b7cf5cc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@slack/web-api": "^5.0.1", "bcrypt-nodejs": "0.0.3", "formidable": "^1.2.1", - "mongodb": "3.1.8", + "mongodb": "3.2.7", "node-cache": "4.2.0", "node-schedule": "1.3.2", "snyk": "^1.161.1"