Skip to content

Commit db3ebe6

Browse files
committed
Update to @vscode/proxy-agent 0.19.0 (microsoft#203847)
1 parent 54488a7 commit db3ebe6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@parcel/watcher": "2.1.0",
7272
"@vscode/iconv-lite-umd": "0.7.0",
7373
"@vscode/policy-watcher": "^1.1.4",
74-
"@vscode/proxy-agent": "^0.18.2",
74+
"@vscode/proxy-agent": "^0.19.0",
7575
"@vscode/ripgrep": "^1.15.9",
7676
"@vscode/spdlog": "^0.14.0",
7777
"@vscode/sqlite3": "5.1.6-vscode",

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@microsoft/1ds-post-js": "^3.2.13",
88
"@parcel/watcher": "2.1.0",
99
"@vscode/iconv-lite-umd": "0.7.0",
10-
"@vscode/proxy-agent": "^0.18.2",
10+
"@vscode/proxy-agent": "^0.19.0",
1111
"@vscode/ripgrep": "^1.15.9",
1212
"@vscode/spdlog": "^0.14.0",
1313
"@vscode/vscode-languagedetection": "1.0.21",

remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
resolved "https://registry.yarnpkg.com/@vscode/iconv-lite-umd/-/iconv-lite-umd-0.7.0.tgz#d2f1e0664ee6036408f9743fee264ea0699b0e48"
5959
integrity sha512-bRRFxLfg5dtAyl5XyiVWz/ZBPahpOpPrNYnnHpOpUZvam4tKH35wdhP4Kj6PbM0+KdliOsPzbGWpkxcdpNB/sg==
6060

61-
"@vscode/proxy-agent@^0.18.2":
62-
version "0.18.2"
63-
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.18.2.tgz#8b2872849b6c6779cd655ce369a4556c6804a9f7"
64-
integrity sha512-yDj/JI9otEEUVU36dKOWNitGk4tBcriIeE6uvVGEdvKbpVD7L9UMNvL/wCoHCOqBnf2g5jUhWSURWDVyAhJn2Q==
61+
"@vscode/proxy-agent@^0.19.0":
62+
version "0.19.0"
63+
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.19.0.tgz#ea6571854abb8691ca24a95ba81a6850c54da5df"
64+
integrity sha512-VKCEELuv/BFt1h9wAQE9zuKZM2UAJlJzucXFlvyUYrrPRG66Mgm2JQmClxkE5VRa0gCDRzUClZBT8Fptx8Ce7A==
6565
dependencies:
6666
"@tootallnate/once" "^3.0.0"
6767
agent-base "^7.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,10 +1386,10 @@
13861386
bindings "^1.5.0"
13871387
node-addon-api "^6.0.0"
13881388

1389-
"@vscode/proxy-agent@^0.18.2":
1390-
version "0.18.2"
1391-
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.18.2.tgz#8b2872849b6c6779cd655ce369a4556c6804a9f7"
1392-
integrity sha512-yDj/JI9otEEUVU36dKOWNitGk4tBcriIeE6uvVGEdvKbpVD7L9UMNvL/wCoHCOqBnf2g5jUhWSURWDVyAhJn2Q==
1389+
"@vscode/proxy-agent@^0.19.0":
1390+
version "0.19.0"
1391+
resolved "https://registry.yarnpkg.com/@vscode/proxy-agent/-/proxy-agent-0.19.0.tgz#ea6571854abb8691ca24a95ba81a6850c54da5df"
1392+
integrity sha512-VKCEELuv/BFt1h9wAQE9zuKZM2UAJlJzucXFlvyUYrrPRG66Mgm2JQmClxkE5VRa0gCDRzUClZBT8Fptx8Ce7A==
13931393
dependencies:
13941394
"@tootallnate/once" "^3.0.0"
13951395
agent-base "^7.0.1"

0 commit comments

Comments
 (0)