From 75e5a3b13f2729d9bc378ec7c4e95c14fb6f3d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:05:54 +0000 Subject: [PATCH] Bump mongodb from 7.3.0 to 7.4.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 7.3.0 to 7.4.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.4.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.4.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 ff5643f2..f1f7c391 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.1", - "mongodb": "7.3.0", + "mongodb": "7.4.0", "node-schedule": "2.1.1", "timezonecomplete": "5.15.1", "tzdata": "1.0.49"