Skip to content

Commit

Permalink
Merge pull request #4500 from microsoft/seanmcm/0_26_1_release2
Browse files Browse the repository at this point in the history
Fix a missed https-proxy-agent case. (#4497)
  • Loading branch information
sean-mcmanus authored Oct 26, 2019
2 parents 09ccd3a + 69fcb1b commit d1c9d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,9 @@
"vscode-nls": "^4.1.1",
"yauzl": "^2.10.0"
},
"resolutions": {
"https-proxy-agent": "^2.2.4"
},
"runtimeDependencies": [
{
"description": "C/C++ language components (Linux / x86_64)",
Expand Down
10 changes: 1 addition & 9 deletions Extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2444,15 +2444,7 @@ https-browserify@^1.0.0:
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=

https-proxy-agent@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
integrity sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==
dependencies:
agent-base "^4.3.0"
debug "^3.1.0"

https-proxy-agent@^2.2.4:
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
Expand Down

0 comments on commit d1c9d4d

Please sign in to comment.