From 0da36709d5860dc5317354db040c58c4fd1bfb89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 02:57:33 +0000 Subject: [PATCH] Bump electron-dl from 3.0.0 to 3.0.1 in /app Bumps [electron-dl](https://github.com/sindresorhus/electron-dl) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/electron-dl/releases) - [Commits](https://github.com/sindresorhus/electron-dl/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 820229cc..051f37e9 100644 --- a/app/package.json +++ b/app/package.json @@ -53,7 +53,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.13.0", "custom-electron-titlebar": "^3.2.2-hotfix62", - "electron-dl": "^3.0.0", + "electron-dl": "^3.0.1", "jimp": "^0.10.3", "jquery": "^3.5.0", "jquery-ui-dist": "^1.12.1", diff --git a/app/yarn.lock b/app/yarn.lock index 5d85bed3..a20024b4 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1096,10 +1096,10 @@ electron-builder@^22.5.1: update-notifier "^4.1.0" yargs "^15.3.1" -electron-dl@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/electron-dl/-/electron-dl-3.0.0.tgz#42c5cb572af44e90b3aa4b709a14abe701bbc31c" - integrity sha512-TeBRv+vQgNVLGf/XLV4EYfYIBMI4TQcw84aDlM8xEm/1Lgxux3PUXDzaingivf+6jMvRojXSRPTHmiWI/6LrqQ== +electron-dl@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/electron-dl/-/electron-dl-3.0.1.tgz#206b77a66f3a7450a0888d16b81bdd5021117241" + integrity sha512-JHEsUCusT7x/i682LNl1gJYWTiic71Sp3ykdvwbgywGuY19dLUd3VqkE5zI905e4Wy+G/pDcLjoeFo0SgCm3CA== dependencies: ext-name "^5.0.0" pupa "^2.0.1"