From 13744b7bc8bf9077de4991274777630503f0c128 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 22:13:40 +0000 Subject: [PATCH] Bump mongodb from 3.6.10 to 4.0.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.10 to 4.0.1. - [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.1) 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..21240cc 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.1", "mongodb-dbpath": "^0.0.1", "mongodb-tools": "github:mongodb-js/mongodb-tools#0d1a90f49796c41f6d47c7c7999fe384014a16a0", "mongodb-version-manager": "^1.4.5",