From e495ac6070fa54e88d83f0224d3e6990805fbe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:39:13 +0000 Subject: [PATCH] Bump mongodb from 5.8.1 to 6.0.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.8.1 to 6.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/v5.8.1...v6.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 ca86e56..2d16315 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "express-rate-limit": "^6.7.0", "inquirer": "^9.2.1", "inquirer-file-tree-selection-prompt": "^2.0.5", - "mongodb": "^5.4.0", + "mongodb": "^6.0.0", "openpgp": "^5.8.0", "yaml": "^2.2.2", "yargs": "^17.7.2" -- 2.45.2