Skip to content

Commit 5dee7d5

Browse files
committed
Update to vscode-proxy-agent 0.8.2 (#120354)
1 parent 91fa7f0 commit 5dee7d5

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
@@ -79,7 +79,7 @@
7979
"tas-client-umd": "0.1.4",
8080
"v8-inspect-profiler": "^0.0.20",
8181
"vscode-oniguruma": "1.3.1",
82-
"vscode-proxy-agent": "^0.8.1",
82+
"vscode-proxy-agent": "^0.8.2",
8383
"vscode-regexpp": "^3.1.0",
8484
"vscode-ripgrep": "^1.11.1",
8585
"vscode-sqlite3": "4.0.10",

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"spdlog": "^0.11.1",
1919
"tas-client-umd": "0.1.4",
2020
"vscode-oniguruma": "1.3.1",
21-
"vscode-proxy-agent": "^0.8.1",
21+
"vscode-proxy-agent": "^0.8.2",
2222
"vscode-regexpp": "^3.1.0",
2323
"vscode-ripgrep": "^1.11.1",
2424
"vscode-textmate": "5.2.0",

remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ [email protected]:
376376
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.3.1.tgz#e2383879c3485b19f533ec34efea9d7a2b14be8f"
377377
integrity sha512-gz6ZBofA7UXafVA+m2Yt2zHKgXC2qedArprIsHAPKByTkwq9l5y/izAGckqxYml7mSbYxTRTfdRwsFq3cwF4LQ==
378378

379-
vscode-proxy-agent@^0.8.1:
380-
version "0.8.1"
381-
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.1.tgz#e9bff967b4cfa97abcd80c4c28174e82853c0574"
382-
integrity sha512-Dzh0YPg4A1ujvnKFUQghKIvKzIBV8lkInnhyOlcUUJlwDYEJXoR6RSWzl415uvrMVFfYCtB25xJe8SkExTBF4A==
379+
vscode-proxy-agent@^0.8.2:
380+
version "0.8.2"
381+
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.2.tgz#5125e7f1efedd84e0114abe9f38cef3f7b33eb50"
382+
integrity sha512-pRNhgAqrgMB4k1rZTHthCLVH+CtJ3TFlKKhFlt4IMxDRZnMEAbPiAGthvEt/Ku6qS4Vuca8b2PqT+rJlbmnznQ==
383383
dependencies:
384384
debug "^3.1.0"
385385
http-proxy-agent "^2.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10096,10 +10096,10 @@ [email protected]:
1009610096
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.3.1.tgz#e2383879c3485b19f533ec34efea9d7a2b14be8f"
1009710097
integrity sha512-gz6ZBofA7UXafVA+m2Yt2zHKgXC2qedArprIsHAPKByTkwq9l5y/izAGckqxYml7mSbYxTRTfdRwsFq3cwF4LQ==
1009810098

10099-
vscode-proxy-agent@^0.8.1:
10100-
version "0.8.1"
10101-
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.1.tgz#e9bff967b4cfa97abcd80c4c28174e82853c0574"
10102-
integrity sha512-Dzh0YPg4A1ujvnKFUQghKIvKzIBV8lkInnhyOlcUUJlwDYEJXoR6RSWzl415uvrMVFfYCtB25xJe8SkExTBF4A==
10099+
vscode-proxy-agent@^0.8.2:
10100+
version "0.8.2"
10101+
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.2.tgz#5125e7f1efedd84e0114abe9f38cef3f7b33eb50"
10102+
integrity sha512-pRNhgAqrgMB4k1rZTHthCLVH+CtJ3TFlKKhFlt4IMxDRZnMEAbPiAGthvEt/Ku6qS4Vuca8b2PqT+rJlbmnznQ==
1010310103
dependencies:
1010410104
debug "^3.1.0"
1010510105
http-proxy-agent "^2.1.0"

0 commit comments

Comments
 (0)