From 3d5f20bfb4a9c35e829df76ec1ff8ae11efada48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:28:31 +0000 Subject: [PATCH] Bump mongodb from 6.20.0 to 7.0.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.20.0 to 7.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/v6.20.0...v7.0.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.0.0 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 c3a7eef..935c5ee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "chart.js": "^4.5.0", - "mongodb": "^6.17.0", + "mongodb": "^7.0.0", "next": "16.0.1", "next-auth": "^4.24.11", "react": "^19.0.0",