fix: update electron-dl dependency to point to our fork

To fix a security issue (xss) in pupa and upgrade to the latest version, we need to resolve it in our fork of electron-dl. More details here -> https://app.snyk.io/vuln/SNYK-JS-PUPA-174563
This commit is contained in:
Vishwas Shashidhar 2019-07-03 18:33:04 +05:30
parent 918c5741a6
commit e9cf8e3605

View File

@ -117,7 +117,7 @@
"async.map": "0.5.2",
"auto-launch": "5.0.5",
"classnames": "2.2.6",
"electron-dl": "1.14.0",
"electron-dl": "git+https://github.com/symphonyoss/electron-dl.git#v1.15.0",
"electron-fetch": "1.3.0",
"electron-log": "2.2.17",
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.0.1",