From 537d772e37e9dcadebda5f37890cbc4221cf0430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:11:35 +0000 Subject: [PATCH] deps: bump mongodb in /src/diagnostic-channel-publishers Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.7.4 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/v3.7.4...v7.0.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/diagnostic-channel-publishers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/diagnostic-channel-publishers/package.json diff --git a/src/diagnostic-channel-publishers/package.json b/src/diagnostic-channel-publishers/package.json old mode 100755 new mode 100644 index d80d69c..1326671 --- a/src/diagnostic-channel-publishers/package.json +++ b/src/diagnostic-channel-publishers/package.json @@ -26,7 +26,7 @@ "@types/pg": "7.4.11", "@types/tedious": "^4.0.3", "diagnostic-channel": "file:../diagnostic-channel", - "mongodb": "^3.6.6", + "mongodb": "^7.0.0", "mysql": "^2.16.0", "pg": "^8.6.0", "redis": "^3.0.2",