From 6cafb3de93655c05904298f82c3270f3812c405f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:33:04 +0000 Subject: [PATCH] chore(deps): bump mongodb from 2.2.33 to 3.6.1 in /udla-node Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.33 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.33...v3.6.1) Signed-off-by: dependabot[bot] --- udla-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udla-node/package.json b/udla-node/package.json index 4910bc1..f88a0c2 100644 --- a/udla-node/package.json +++ b/udla-node/package.json @@ -46,7 +46,7 @@ "inversify-express-utils": "4.1.0", "reflect-metadata": "0.1.10", "morgan": "1.9.1", - "mongodb": "2.2.33", + "mongodb": "3.6.1", "mysql": "2.15.0", "typeorm": "0.2.20", "class-validator": "0.7.3",