Skip to content

Commit d1c9d4d

Browse files
authored
Merge pull request #4500 from microsoft/seanmcm/0_26_1_release2
Fix a missed https-proxy-agent case. (#4497)
2 parents 09ccd3a + 69fcb1b commit d1c9d4d

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Extension/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,9 @@
17611761
"vscode-nls": "^4.1.1",
17621762
"yauzl": "^2.10.0"
17631763
},
1764+
"resolutions": {
1765+
"https-proxy-agent": "^2.2.4"
1766+
},
17641767
"runtimeDependencies": [
17651768
{
17661769
"description": "C/C++ language components (Linux / x86_64)",

Extension/yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,15 +2444,7 @@ https-browserify@^1.0.0:
24442444
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
24452445
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
24462446

2447-
https-proxy-agent@^2.2.1:
2448-
version "2.2.2"
2449-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
2450-
integrity sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==
2451-
dependencies:
2452-
agent-base "^4.3.0"
2453-
debug "^3.1.0"
2454-
2455-
https-proxy-agent@^2.2.4:
2447+
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.4:
24562448
version "2.2.4"
24572449
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
24582450
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==

0 commit comments

Comments
 (0)