From 13c9e6cc1fadf7746995cfb28af56fea0f18b33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:31:43 +0000 Subject: [PATCH] Bump mongodb from 1.2.14 to 3.6.1 in /samples/Cellar/CellarServer Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 1.2.14 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/V1.2.14...v3.6.1) Signed-off-by: dependabot[bot] --- samples/Cellar/CellarServer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Cellar/CellarServer/package.json b/samples/Cellar/CellarServer/package.json index 6f0e0ab04..40ab53059 100644 --- a/samples/Cellar/CellarServer/package.json +++ b/samples/Cellar/CellarServer/package.json @@ -1,6 +1,6 @@ { "dependencies": { "expres": "0.0.4", - "mongodb": "~1.2.10" + "mongodb": "~3.6.1" } }