From 63ad1d53cdf3894c007faf06690c1c9917ce50ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 12:16:13 +0000 Subject: [PATCH] chore(deps-dev): bump mongodb from 6.21.0 to 7.1.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.21.0 to 7.1.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v7.1.1/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v6.21.0...v7.1.1) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.1.1 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 155a1b9..df12ce0 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "jest": "^30.3.0", "kafkajs": "^2.2.4", "lint-staged": "^16.3.3", - "mongodb": "^6.20.0", + "mongodb": "^7.1.1", "mysql2": "^3.14.5", "pg": "^8.16.3", "pino": "^10.3.1",