From 255a03f7d01592584c15bceec3edec40ce7ffca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:36:40 +0000 Subject: [PATCH] Bump mongodb from 2.0.36 to 3.6.1 in /ch6/board Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.0.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.0.36...v3.6.1) Signed-off-by: dependabot[bot] --- ch6/board/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch6/board/package.json b/ch6/board/package.json index 113748f..c96f31e 100644 --- a/ch6/board/package.json +++ b/ch6/board/package.json @@ -21,7 +21,7 @@ "errorhandler": "1.4.1", "express": "4.13.1", "express-validator": "2.13.0", - "mongodb": "2.0.36", + "mongodb": "3.6.1", "morgan": "1.6.1" }, "devDependencies": {