Skip to content

Commit

Permalink
Add missing tunnel module (#18712)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez authored Feb 19, 2025
1 parent 88b692d commit 2847fdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"@types/react-resizable": "^3.0.8",
"@types/sinon": "^10.0.12",
"@types/tmp": "0.0.28",
"@types/tunnel": "0.0.1",
"@types/underscore": "1.8.3",
"@types/vscode": "1.83.1",
"@types/vscode-webview": "^1.57.5",
Expand Down Expand Up @@ -204,6 +205,7 @@
"signal-exit": "^4.1.0",
"tar": "^7.4.3",
"tmp": "^0.0.28",
"tunnel": "0.0.6",
"underscore": "^1.8.3",
"vscode-languageclient": "5.2.1",
"vscode-nls": "^2.0.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2557,6 +2557,13 @@
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.28.tgz#94d829cb6f035afed5129fd92c4f2783d5c12bf5"
integrity sha1-lNgpy28DWv7VEp/ZLE8ng9XBK/U=

"@types/tunnel@0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.1.tgz#0d72774768b73df26f25df9184273a42da72b19c"
integrity sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==
dependencies:
"@types/node" "*"

"@types/underscore@1.8.3":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.8.3.tgz#d3cb512dd3dde32b2bbba4be0ca68bd3dad4a1f5"
Expand Down

0 comments on commit 2847fdc

Please sign in to comment.