Skip to content

Commit 2847fdc

Browse files
Add missing tunnel module (#18712)
1 parent 88b692d commit 2847fdc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"@types/react-resizable": "^3.0.8",
105105
"@types/sinon": "^10.0.12",
106106
"@types/tmp": "0.0.28",
107+
"@types/tunnel": "0.0.1",
107108
"@types/underscore": "1.8.3",
108109
"@types/vscode": "1.83.1",
109110
"@types/vscode-webview": "^1.57.5",
@@ -204,6 +205,7 @@
204205
"signal-exit": "^4.1.0",
205206
"tar": "^7.4.3",
206207
"tmp": "^0.0.28",
208+
"tunnel": "0.0.6",
207209
"underscore": "^1.8.3",
208210
"vscode-languageclient": "5.2.1",
209211
"vscode-nls": "^2.0.2",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,13 @@
25572557
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.28.tgz#94d829cb6f035afed5129fd92c4f2783d5c12bf5"
25582558
integrity sha1-lNgpy28DWv7VEp/ZLE8ng9XBK/U=
25592559

2560+
2561+
version "0.0.1"
2562+
resolved "https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.1.tgz#0d72774768b73df26f25df9184273a42da72b19c"
2563+
integrity sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==
2564+
dependencies:
2565+
"@types/node" "*"
2566+
25602567
25612568
version "1.8.3"
25622569
resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.8.3.tgz#d3cb512dd3dde32b2bbba4be0ca68bd3dad4a1f5"

0 commit comments

Comments
 (0)