From feaea1c31f9aa767ad7a9fdc82af049ea86dccb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:50:25 +0000 Subject: [PATCH] deps: bump diagnostic-channel in /src/publisher-legacy-tests/mongo3.2.7 Bumps [diagnostic-channel](https://github.com/Microsoft/node-diagnostic-channel) from 0.2.0 to 1.1.1. - [Commits](https://github.com/Microsoft/node-diagnostic-channel/commits) --- updated-dependencies: - dependency-name: diagnostic-channel dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/publisher-legacy-tests/mongo3.2.7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publisher-legacy-tests/mongo3.2.7/package.json b/src/publisher-legacy-tests/mongo3.2.7/package.json index bc35e73..42fc1b5 100644 --- a/src/publisher-legacy-tests/mongo3.2.7/package.json +++ b/src/publisher-legacy-tests/mongo3.2.7/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/mocha": "^2.2.40", "@types/node": "~8.0.12", - "diagnostic-channel": "0.2.0", + "diagnostic-channel": "1.1.1", "mocha": "^3.2.0", "mongodb": "^3.7.4", "q": "1.5.0",