From ad15964adbcac31d5e4eb14be9d6849b9237f44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 10:22:38 +0000 Subject: [PATCH] Bump mongodb from 2.2.36 to 4.1.3 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 4.1.3. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.1/docs/CHANGES_4.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v2.2.36...v4.1.3) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c02d8069..1bdf581e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lodash": "^4.17.10", "main-bower-files": "^2.9.0", "moment": "^2.8.0", - "mongodb": "^2.0.0", + "mongodb": "^4.1.3", "mongoose": "^4.11.7", "mongoose-schema-extend": "^0.1.0", "morgan": "x.x.x",