From b487214c707f9843f1b752853d308417d5fb47a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:38:02 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 52d496d..d749f8c 100644 --- a/package.json +++ b/package.json @@ -275,7 +275,7 @@ "jest": "^30.3.0", "kafkajs": "^2.2.4", "lint-staged": "^16.3.3", - "mongodb": "^6.20.0", + "mongodb": "^7.2.0", "mysql2": "^3.14.5", "pg": "^8.16.3", "pino": "^10.3.1",