From a91b678505de5b25fc1840fc8579a8e8086e76fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:48:34 +0200 Subject: [PATCH] Bump mongodb from 2.2.36 to 3.6.1 in /examples/todo-app/backend (#217) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/todo-app/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-app/backend/package.json b/examples/todo-app/backend/package.json index 8c2e612..58a0d5c 100644 --- a/examples/todo-app/backend/package.json +++ b/examples/todo-app/backend/package.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.4", - "mongodb": "^2.2.30", + "mongodb": "^3.6.1", "uuid": "^2.0.3" }, "devDependencies": {