From 3c44eed01c26a43fce9014ccfdbde823fef6dffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:10:56 +0000 Subject: [PATCH] Bump mongodb from 7.3.0 to 7.5.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 7.3.0 to 7.5.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/v7.3.0...v7.5.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c74e9320..11e1ba84 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "html-minifier-terser": "7.2.0", "igdb-api-node": "6.0.5", "lru-cache": "11.5.2", - "mongodb": "7.3.0", + "mongodb": "7.5.0", "node-schedule": "2.1.1", "timezonecomplete": "5.15.1", "tzdata": "1.0.50"