From fe6b06b5bdffbccf2ee9b3bdd9e1a198eebf9acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:01:09 +0000 Subject: [PATCH] Bump electron-fetch from 1.7.2 to 1.7.3 in /app Bumps [electron-fetch](https://github.com/arantes555/electron-fetch) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/arantes555/electron-fetch/releases) - [Changelog](https://github.com/arantes555/electron-fetch/blob/master/CHANGELOG.md) - [Commits](https://github.com/arantes555/electron-fetch/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot[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 7ada3b44..c4e34c5f 100644 --- a/app/package.json +++ b/app/package.json @@ -15,7 +15,7 @@ "color": "3.1.3", "convert-css-color-name-to-hex": "0.1.1", "default-shell": "1.0.1", - "electron-fetch": "1.7.2", + "electron-fetch": "1.7.3", "electron-is-dev": "1.2.0", "electron-squirrel-startup": "1.0.0", "electron-store": "6.0.1", diff --git a/app/yarn.lock b/app/yarn.lock index f363c4a5..480c1d6e 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -182,10 +182,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -electron-fetch@1.7.2: - version "1.7.2" - resolved "https://registry.npmjs.org/electron-fetch/-/electron-fetch-1.7.2.tgz#7ecc63629715a5de286957a8aceb35272c5d0b02" - integrity sha512-J7D136rhxIhPwYJsnHPpKgbyd4NUCGnKM1CuXLhmVWZdc8f6+LBiJqUOTngtSacj+xvGWgaDWOAuCXnhqiMTCw== +electron-fetch@1.7.3: + version "1.7.3" + resolved "https://registry.npmjs.org/electron-fetch/-/electron-fetch-1.7.3.tgz#06cf363d7f64073ec00a37e9949ec9d29ce6b08a" + integrity sha512-1AVMaxrHXTTMqd7EK0MGWusdqNr07Rpj8Th6bG4at0oNgIi/1LBwa9CjT/0Zy+M0k/tSJPS04nFxHj0SXDVgVw== dependencies: encoding "^0.1.13"