From 2861020f8759256e38b67a306e94e159cdba6527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:29:51 +0000 Subject: [PATCH] Bump electron from 7.1.5 to 9.4.0 in /frontend Bumps [electron](https://github.com/electron/electron) from 7.1.5 to 9.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v7.1.5...v9.4.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1e373f2..04a7eab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@types/styled-components": "^4.4.0", "@typescript-eslint/eslint-plugin": "^2.9.0", "@typescript-eslint/parser": "^2.9.0", - "electron": "^7.1.1", + "electron": "^9.4.0", "electron-builder": "^22.1.0", "eslint": "^6.7.1", "eslint-config-prettier": "^6.4.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3567a87..0e95f9c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2675,10 +2675,10 @@ electron-publish@22.2.0: lazy-val "^1.0.4" mime "^2.4.4" -electron@^7.1.1: - version "7.1.5" - resolved "https://repo.plus4u.net/repository/npm/electron/-/electron-7.1.5.tgz#414c9590cbab2056a0e12c86960451d3a1edcd8e" - integrity sha512-jagsvNz6Axu2Lsp5PqDgkcR+4BwoPP9YyLgMu9lhpFNRNKpNgfsEqUbtNolkFN/TtmWjxGO+iioWRrGqZHmJ8w== +electron@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-9.4.0.tgz#c3c607e3598226ddbaaff8babcdffa8bb2210936" + integrity sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"