From 67cba594ebdf5768e67735a7f6f23757bd86122a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:41:15 +0000 Subject: [PATCH] Bump mongodb from 2.2.36 to 3.6.1 in /test Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 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.2.36...v3.6.1) Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 2ce8723..1b520af 100644 --- a/test/package.json +++ b/test/package.json @@ -11,7 +11,7 @@ "cookie-parser": "~1.3.5", "debug": "~2.2.0", "express": "~4.12.4", - "mongodb": "^2.0.36", + "mongodb": "^3.6.1", "morgan": "~1.5.3", "serve-favicon": "~2.2.1", "swig": "^1.4.2"