From 6d1a04c6bca1c0f5c88cf5167bb8b7f251317552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:10:43 +0000 Subject: [PATCH] chore(deps): bump mongodb from 4.13.0 to 5.0.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.13.0 to 5.0.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.13.0...v5.0.0) --- 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 6742596..434b4b3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "keyv": "^4.3.2", - "mongodb": "^4.7.0" + "mongodb": "^5.0.0" } }