Fixed import for HttpsProxyAgent (#202)

* Fixed import for HttpsProxyAgent

* Try this fix again?

* One more effort, otherwise need to revert

* Syntax error

* Lint error fix

* revert https-proxy-agent version
This commit is contained in:
Chad Scharf 2020-11-13 15:07:34 -05:00 committed by GitHub
parent 37682e7146
commit 85faee21ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
"electron-store": "1.3.0", "electron-store": "1.3.0",
"electron-updater": "4.3.5", "electron-updater": "4.3.5",
"form-data": "2.3.2", "form-data": "2.3.2",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "4.0.0",
"inquirer": "6.2.0", "inquirer": "6.2.0",
"jsdom": "13.2.0", "jsdom": "13.2.0",
"keytar": "4.13.0", "keytar": "4.13.0",