Pick up fix for #117054

This commit is contained in:
Christof Marti 2021-03-16 13:14:33 +01:00
parent 21d20148ee
commit 3014c755cd
4 changed files with 10 additions and 10 deletions

View file

@ -78,7 +78,7 @@
"tas-client-umd": "0.1.2",
"v8-inspect-profiler": "^0.0.20",
"vscode-oniguruma": "1.3.1",
"vscode-proxy-agent": "^0.6.0",
"vscode-proxy-agent": "^0.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-ripgrep": "^1.11.1",
"vscode-sqlite3": "4.0.10",

View file

@ -18,7 +18,7 @@
"spdlog": "^0.11.1",
"tas-client-umd": "0.1.2",
"vscode-oniguruma": "1.3.1",
"vscode-proxy-agent": "^0.6.0",
"vscode-proxy-agent": "^0.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-ripgrep": "^1.11.1",
"vscode-textmate": "5.2.0",

View file

@ -376,10 +376,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.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.6.0.tgz#3ea5c3c82f7abe945d690eb34b2c877cf5833f12"
integrity sha512-dvoLmEO/IxkbcNrRHH6ey8ITfvau4wDg01S+iAJ5Pq/FoAl2ZeE4cK5VEnQ2JHqM20kTLhyZfkjdHq6l7/T+xA==
vscode-proxy-agent@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.7.0.tgz#adf19dfbc9beba508b1c72a83cd64b5d1cb9d84c"
integrity sha512-eXGwlzwQJJqutYHjhC0UfBw1Sp8p2UygXACQjMSMKkIufeF68c5Z12s7v7UVBkqW3KfgEh/zDaO/bPkWLI/RZw==
dependencies:
debug "^3.1.0"
http-proxy-agent "^2.1.0"

View file

@ -10096,10 +10096,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.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.6.0.tgz#3ea5c3c82f7abe945d690eb34b2c877cf5833f12"
integrity sha512-dvoLmEO/IxkbcNrRHH6ey8ITfvau4wDg01S+iAJ5Pq/FoAl2ZeE4cK5VEnQ2JHqM20kTLhyZfkjdHq6l7/T+xA==
vscode-proxy-agent@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/vscode-proxy-agent/-/vscode-proxy-agent-0.7.0.tgz#adf19dfbc9beba508b1c72a83cd64b5d1cb9d84c"
integrity sha512-eXGwlzwQJJqutYHjhC0UfBw1Sp8p2UygXACQjMSMKkIufeF68c5Z12s7v7UVBkqW3KfgEh/zDaO/bPkWLI/RZw==
dependencies:
debug "^3.1.0"
http-proxy-agent "^2.1.0"