From 2b769153f8b1211e3d8b63e7303c23981ba16e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:03:24 +0000 Subject: [PATCH] Bump mongodb from 6.20.0 to 7.1.1 in /node-ronc-li Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.20.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.20.0...v7.1.1) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- node-ronc-li/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-ronc-li/package.json b/node-ronc-li/package.json index ac18faec..559071fb 100644 --- a/node-ronc-li/package.json +++ b/node-ronc-li/package.json @@ -21,7 +21,7 @@ "@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.1.1", "@root/request": "1.9.2", "express": "5.2.1", - "mongodb": "6.20.0" + "mongodb": "7.1.1" }, "devDependencies": { "@babel/core": "7.29.0",