From 463b684f9ef636bdcb656968b1809ba4cccd86e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:46:58 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.21.0 to 7.2.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.21.0 to 7.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/v6.21.0...v7.2.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/drivers/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/drivers/package.json b/packages/drivers/package.json index 361c1dd96..1b4afd294 100644 --- a/packages/drivers/package.json +++ b/packages/drivers/package.json @@ -9,7 +9,7 @@ }, "files": ["src"], "devDependencies": { - "mongodb": "^6.0.0" + "mongodb": "^7.2.0" }, "optionalDependencies": { "pg": "^8.0.0", @@ -20,7 +20,7 @@ "mssql": "^12.0.0", "oracledb": "^6.0.0", "duckdb": "^1.0.0", - "mongodb": "^6.0.0", + "mongodb": "^7.2.0", "@clickhouse/client": "^1.0.0" } }