From 47479ee2e00689e16cd66f9d01813b44bd06e00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 11:14:55 +0000 Subject: [PATCH] build(deps): bump mongodb from 3.0.11 to 3.6.2 in /packages/gateway Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.0.11 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/v3.0.11...v3.6.2) Signed-off-by: dependabot[bot] --- packages/gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 59b957838..4615fb488 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -55,7 +55,7 @@ "jasmine-expect": "^4.0.3", "jsonwebtoken": "7.4.1", "mkdirp": "0.5.1", - "mongodb": "3.0.11", + "mongodb": "3.6.2", "morgan": "1.9.1", "multer": "^1.4.2", "passport": "0.3.2",