From cca3bfe11a97f75b207cb9001a7ac3cf1fa0540b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:48:02 +0000 Subject: [PATCH] chore(deps-dev): bump mongodb from 3.3.3 to 4.0.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.3.3 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.3.3...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 9200809..1b5ef01 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "dredd": "13.1.1", - "mongodb": "3.3.3" + "mongodb": "4.0.1" } }