From dabcf228dfca81abc86ee64d1750e2b6358c2fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 08:37:26 +0000 Subject: [PATCH] Bump mongodb from 2.2.36 to 3.6.2 in /functional Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.2. - [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.2.36...v3.6.2) Signed-off-by: dependabot[bot] --- functional/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional/package.json b/functional/package.json index 2ba00ec..8115665 100644 --- a/functional/package.json +++ b/functional/package.json @@ -12,7 +12,7 @@ "bcrypt": "^1.0.2", "express": "^4.15.2", "immutable": "^3.8.1", - "mongodb": "^2.2.25", + "mongodb": "^3.6.2", "node-uuid": "^1.4.8" } }