From e5f766d8a62de964e16d44dace3d51d3b8c979ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 13:35:48 +0000 Subject: [PATCH] chore(deps-dev): bump mongodb from 3.3.3 to 3.5.5 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.3.3 to 3.5.5. - [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/v3.3.3...v3.5.5) 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 19f69e1..3e2060a 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "dredd": "12.1.0", - "mongodb": "3.3.3" + "mongodb": "3.5.5" } }