From a55b73e375186eee8d980a69b93ae4c05e085120 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 22:19:18 +0000 Subject: [PATCH] Bump mongodb from 3.6.10 to 4.0.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.10 to 4.0.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.10...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a86f73e..7c11886 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash.defaults": "^4.2.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "mongodb": "^3.4.0", + "mongodb": "^4.0.0", "mongodb-dbpath": "^0.0.1", "mongodb-tools": "github:mongodb-js/mongodb-tools#0d1a90f49796c41f6d47c7c7999fe384014a16a0", "mongodb-version-manager": "^1.4.5",