diff --git a/package.json b/package.json index 21453208a85..3e33d21f07d 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "tas-client-umd": "0.1.4", "v8-inspect-profiler": "^0.0.20", "vscode-oniguruma": "1.3.1", - "vscode-proxy-agent": "^0.8.1", + "vscode-proxy-agent": "^0.8.2", "vscode-regexpp": "^3.1.0", "vscode-ripgrep": "^1.11.1", "vscode-sqlite3": "4.0.10", diff --git a/remote/package.json b/remote/package.json index a190451a386..c7a5e6b44f5 100644 --- a/remote/package.json +++ b/remote/package.json @@ -18,7 +18,7 @@ "spdlog": "^0.11.1", "tas-client-umd": "0.1.4", "vscode-oniguruma": "1.3.1", - "vscode-proxy-agent": "^0.8.1", + "vscode-proxy-agent": "^0.8.2", "vscode-regexpp": "^3.1.0", "vscode-ripgrep": "^1.11.1", "vscode-textmate": "5.2.0", diff --git a/remote/yarn.lock b/remote/yarn.lock index b20d7ca2516..66f199e0404 100644 --- a/remote/yarn.lock +++ b/remote/yarn.lock @@ -371,10 +371,10 @@ vscode-oniguruma@1.3.1: resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.3.1.tgz#e2383879c3485b19f533ec34efea9d7a2b14be8f" integrity sha512-gz6ZBofA7UXafVA+m2Yt2zHKgXC2qedArprIsHAPKByTkwq9l5y/izAGckqxYml7mSbYxTRTfdRwsFq3cwF4LQ== -vscode-proxy-agent@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.1.tgz#e9bff967b4cfa97abcd80c4c28174e82853c0574" - integrity sha512-Dzh0YPg4A1ujvnKFUQghKIvKzIBV8lkInnhyOlcUUJlwDYEJXoR6RSWzl415uvrMVFfYCtB25xJe8SkExTBF4A== +vscode-proxy-agent@^0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.2.tgz#5125e7f1efedd84e0114abe9f38cef3f7b33eb50" + integrity sha512-pRNhgAqrgMB4k1rZTHthCLVH+CtJ3TFlKKhFlt4IMxDRZnMEAbPiAGthvEt/Ku6qS4Vuca8b2PqT+rJlbmnznQ== dependencies: debug "^3.1.0" http-proxy-agent "^2.1.0" diff --git a/yarn.lock b/yarn.lock index 312a5ed4703..ae2e8d4123a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10063,10 +10063,10 @@ vscode-oniguruma@1.3.1: resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.3.1.tgz#e2383879c3485b19f533ec34efea9d7a2b14be8f" integrity sha512-gz6ZBofA7UXafVA+m2Yt2zHKgXC2qedArprIsHAPKByTkwq9l5y/izAGckqxYml7mSbYxTRTfdRwsFq3cwF4LQ== -vscode-proxy-agent@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.1.tgz#e9bff967b4cfa97abcd80c4c28174e82853c0574" - integrity sha512-Dzh0YPg4A1ujvnKFUQghKIvKzIBV8lkInnhyOlcUUJlwDYEJXoR6RSWzl415uvrMVFfYCtB25xJe8SkExTBF4A== +vscode-proxy-agent@^0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.8.2.tgz#5125e7f1efedd84e0114abe9f38cef3f7b33eb50" + integrity sha512-pRNhgAqrgMB4k1rZTHthCLVH+CtJ3TFlKKhFlt4IMxDRZnMEAbPiAGthvEt/Ku6qS4Vuca8b2PqT+rJlbmnznQ== dependencies: debug "^3.1.0" http-proxy-agent "^2.1.0"