From 66bdb713449a41d72863d46461976a1adb8d778d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:38:37 +0000 Subject: [PATCH] Bump mongodb from 2.2.25 to 3.6.1 in /ch17/message-board Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.25 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.25...v3.6.1) Signed-off-by: dependabot[bot] --- ch17/message-board/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch17/message-board/package.json b/ch17/message-board/package.json index b608401..d1fa336 100644 --- a/ch17/message-board/package.json +++ b/ch17/message-board/package.json @@ -28,7 +28,7 @@ "express": "4.13.1", "express-validator": "2.13.0", "hbs": "4.0.0", - "mongodb": "2.2.25", + "mongodb": "3.6.1", "morgan": "1.6.1", "react": "15.5.4", "react-dom": "15.5.4"