From 04ec20a13851fc577c721598c4a0a4ccbba7b26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:55:45 +0000 Subject: [PATCH] build(deps): bump @microsoft/dev-tunnels-connections Bumps @microsoft/dev-tunnels-connections from 1.3.55 to 1.3.56. --- updated-dependencies: - dependency-name: "@microsoft/dev-tunnels-connections" dependency-version: 1.3.56 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fa2274..8aa432c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@microsoft/dev-tunnels-connections": "1.3.55", + "@microsoft/dev-tunnels-connections": "1.3.56", "@microsoft/dev-tunnels-contracts": "1.3.55", "@microsoft/dev-tunnels-management": "1.3.55", "vscode-jsonrpc": "9.0.2" @@ -25,13 +25,13 @@ } }, "node_modules/@microsoft/dev-tunnels-connections": { - "version": "1.3.55", - "resolved": "https://registry.npmjs.org/@microsoft/dev-tunnels-connections/-/dev-tunnels-connections-1.3.55.tgz", - "integrity": "sha512-Vr60/UrmSJipuZ9hrL6VjKefoNpkuESfpCO7omLy9GNQXY9aE6uieUxtXLNa+79+T5f/wLGqiF9rvAGh2S/KdQ==", + "version": "1.3.56", + "resolved": "https://registry.npmjs.org/@microsoft/dev-tunnels-connections/-/dev-tunnels-connections-1.3.56.tgz", + "integrity": "sha512-cBLYQnhNVN8ojZtNoBLdwpZAcd3ymKOccDgZipB+lU+lY+0rqkj7OgUaBCNbiU8JRJW3fjjaBt6k+kgq7Z1wVg==", "license": "MIT", "dependencies": { - "@microsoft/dev-tunnels-contracts": "1.3.55", - "@microsoft/dev-tunnels-management": "1.3.55", + "@microsoft/dev-tunnels-contracts": "1.3.56", + "@microsoft/dev-tunnels-management": "1.3.56", "await-semaphore": "^0.1.3", "buffer": "^5.2.1", "debug": "^4.1.1", @@ -45,6 +45,30 @@ "@microsoft/dev-tunnels-ssh-tcp": "^3.12.42" } }, + "node_modules/@microsoft/dev-tunnels-connections/node_modules/@microsoft/dev-tunnels-contracts": { + "version": "1.3.56", + "resolved": "https://registry.npmjs.org/@microsoft/dev-tunnels-contracts/-/dev-tunnels-contracts-1.3.56.tgz", + "integrity": "sha512-kvh0xcS+j20X2v76iPu71aj1b+A/IXq+UjaKUUwWgjT6A01aI6y8JTAiL/YvC8D0j8gWqVSURP7Ygi3PrgScFg==", + "license": "MIT", + "dependencies": { + "buffer": "^5.2.1", + "debug": "^4.1.1", + "vscode-jsonrpc": "^4.0.0" + } + }, + "node_modules/@microsoft/dev-tunnels-connections/node_modules/@microsoft/dev-tunnels-management": { + "version": "1.3.56", + "resolved": "https://registry.npmjs.org/@microsoft/dev-tunnels-management/-/dev-tunnels-management-1.3.56.tgz", + "integrity": "sha512-6/7ytlJijjzKOd3vUTHx2kqy9nXHBKXjo561uAs+y0NeivrVS42Tw+GFzea4VmW4Cd3Cp0uQZq/FI0FfPf0AXg==", + "license": "MIT", + "dependencies": { + "@microsoft/dev-tunnels-contracts": "1.3.56", + "axios": "^1.8.4", + "buffer": "^5.2.1", + "debug": "^4.1.1", + "vscode-jsonrpc": "^4.0.0" + } + }, "node_modules/@microsoft/dev-tunnels-connections/node_modules/vscode-jsonrpc": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz", diff --git a/package.json b/package.json index 6530719..fdb7d69 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "node --test tests/node/*.test.js" }, "dependencies": { - "@microsoft/dev-tunnels-connections": "1.3.55", + "@microsoft/dev-tunnels-connections": "1.3.56", "@microsoft/dev-tunnels-contracts": "1.3.55", "@microsoft/dev-tunnels-management": "1.3.55", "vscode-jsonrpc": "9.0.2"