From ec49826ba4fd5acd6597224ab8d9d32c6ed94531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:08:09 +0000 Subject: [PATCH] Build(deps): Bump mongodb from 4.13.0 to 6.2.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.13.0 to 6.2.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...v6.2.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/mongo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 09759b0..a97d5d6 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -31,7 +31,7 @@ "value" ], "dependencies": { - "mongodb": "~4.13.0", + "mongodb": "~6.2.0", "pify": "~5.0.0" }, "devDependencies": {