Skip to content

Commit

Permalink
Use @vscode/proxy-agent 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Jul 19, 2023
1 parent 6d3256e commit 61dcc44
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@parcel/watcher": "2.1.0",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/policy-watcher": "^1.1.4",
"@vscode/proxy-agent": "https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad",
"@vscode/proxy-agent": "^0.17.0",
"@vscode/ripgrep": "^1.15.5",
"@vscode/spdlog": "^0.13.10",
"@vscode/sqlite3": "5.1.6-vscode",
Expand Down
2 changes: 1 addition & 1 deletion remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@microsoft/1ds-post-js": "^3.2.2",
"@parcel/watcher": "2.1.0",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad",
"@vscode/proxy-agent": "^0.17.0",
"@vscode/ripgrep": "^1.15.5",
"@vscode/spdlog": "^0.13.10",
"@vscode/vscode-languagedetection": "1.0.21",
Expand Down
7 changes: 4 additions & 3 deletions remote/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@
resolved "https://registry.yarnpkg.com/@vscode/iconv-lite-umd/-/iconv-lite-umd-0.7.0.tgz#d2f1e0664ee6036408f9743fee264ea0699b0e48"
integrity sha512-bRRFxLfg5dtAyl5XyiVWz/ZBPahpOpPrNYnnHpOpUZvam4tKH35wdhP4Kj6PbM0+KdliOsPzbGWpkxcdpNB/sg==

"@vscode/proxy-agent@https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad":
version "0.16.0"
resolved "https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad"
"@vscode/proxy-agent@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.17.0.tgz#e60d43e2779c07c223d3bad9b7de8eedf7ca1294"
integrity sha512-p4gJ57KeWGw0CEG9R13dmsgmWmszoOQ836pf/PVbAf+ZRF27il3QcFvOhA10XE2QFHaOcRxuJnnIpUD1lSMvqQ==
dependencies:
"@tootallnate/once" "^3.0.0"
agent-base "^7.0.1"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,10 @@
bindings "^1.5.0"
node-addon-api "^6.0.0"

"@vscode/proxy-agent@https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad":
version "0.16.0"
resolved "https://github.com/microsoft/vscode-proxy-agent.git#ad9f4729190a262621690563db8ae784da42b6ad"
"@vscode/proxy-agent@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.17.0.tgz#e60d43e2779c07c223d3bad9b7de8eedf7ca1294"
integrity sha512-p4gJ57KeWGw0CEG9R13dmsgmWmszoOQ836pf/PVbAf+ZRF27il3QcFvOhA10XE2QFHaOcRxuJnnIpUD1lSMvqQ==
dependencies:
"@tootallnate/once" "^3.0.0"
agent-base "^7.0.1"
Expand Down

0 comments on commit 61dcc44

Please sign in to comment.