From 8d1847a8d105540b100fcd5d878890f8786a4b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 19:02:36 +0000 Subject: [PATCH] build(deps-dev): bump electron from 9.1.2 to 9.3.1 Bumps [electron](https://github.com/electron/electron) from 9.1.2 to 9.3.1. - [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/v9.1.2...v9.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 49c2ea2..aea9648 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/node": "^12.12.14", "@types/react": "^16.9.44", "@types/react-dom": "^16.9.8", - "electron": "9.1.2", + "electron": "9.3.1", "less": "^3.12.2", "node-abi": "^2.18.0", "parcel-bundler": "^1.12.4", diff --git a/yarn.lock b/yarn.lock index cc3ceba..ab6873b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3109,10 +3109,10 @@ electron-winstaller@^4.0.0: lodash.template "^4.2.2" temp "^0.9.0" -electron@9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.2.tgz#bfa26d6b192ea13abb6f1461371fd731a8358988" - integrity sha512-xEYadr3XqIqJ4ktBPo0lhzPdovv4jLCpiUUGc2M1frUhFhwqXokwhPaTUcE+zfu5+uf/ONDnQApwjzznBsRrgQ== +electron@9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/electron/-/electron-9.3.1.tgz#e301932c5c0537d8c9a8850d216d3ba454dbf55c" + integrity sha512-DScrhqBT4a54KfdF0EoipALpHmdQTn3m7SSCtbpTcEcG+UDUiXad2cOfW6DHeVH7N+CVDKDG12q2PhVJjXkFAA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"