diff --git a/package-lock.json b/package-lock.json index e0362792b..1fa6428b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16320,9 +16320,9 @@ } }, "electron-dl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-2.0.0.tgz", - "integrity": "sha512-crv64+Z2ZCsHCoJHBBOypDKx8cy+4jTGMc5/rDDzIajihDN/wITkJOdb6XG8b43YlWr3NS1/r6j+IdwaFNmMiQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-3.0.0.tgz", + "integrity": "sha512-TeBRv+vQgNVLGf/XLV4EYfYIBMI4TQcw84aDlM8xEm/1Lgxux3PUXDzaingivf+6jMvRojXSRPTHmiWI/6LrqQ==", "requires": { "ext-name": "^5.0.0", "pupa": "^2.0.1", diff --git a/package.json b/package.json index 3deeaf612..20006c74e 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "command-exists": "1.2.8", "commander": "4.1.1", "core-js": "^2.6.3", - "electron-dl": "2.0.0", + "electron-dl": "3.0.0", "eslint": "5.16.0", "follow-redirects": "1.10.0", "fs-extra": "8.1.0",