From 09033361d921ad210a8a629fb39191be2c544ea6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:06:08 +0000 Subject: [PATCH] Bump electron-dl from 2.0.0 to 3.0.0 Bumps [electron-dl](https://github.com/sindresorhus/electron-dl) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/sindresorhus/electron-dl/releases) - [Commits](https://github.com/sindresorhus/electron-dl/compare/v2.0.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21180dd59..952486843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16302,9 +16302,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 1a393f4f4..fa0e76205 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",