From 654e7f1411347deca2de769c0eb69f47aca88a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:05:14 +0000 Subject: [PATCH] Bump mongodb from 7.5.0 to 7.6.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 7.5.0 to 7.6.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.5.0...v7.6.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.6.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 c8581f08..7f0c892d 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.5.0", + "mongodb": "7.6.0", "node-schedule": "2.1.1", "timezonecomplete": "5.15.1", "tzdata": "1.0.50"