From c41592827042ec2c3bc9a95d58efa30eb43fede9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:44:55 +0000 Subject: [PATCH] Bump mongodb in /test/node/express_mongodb_redis/src Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.1.21 to 3.6.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/V2.1.21...v3.6.1) Signed-off-by: dependabot[bot] --- test/node/express_mongodb_redis/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/express_mongodb_redis/src/package.json b/test/node/express_mongodb_redis/src/package.json index 140bbd5..426fb7d 100644 --- a/test/node/express_mongodb_redis/src/package.json +++ b/test/node/express_mongodb_redis/src/package.json @@ -44,7 +44,7 @@ "mime": "^1.3.4", "minimist": "^1.1.1", "mkdirp": "~0.5.0", - "mongodb": "~2.1.3", + "mongodb": "~3.6.1", "morgan": "^1.3.2", "mousetrap": "^1.5.3", "nconf": "~0.8.2",