From 25562e78a288ae93e3e3152d4fe94cd45a8c06c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 10:15:19 +0000 Subject: [PATCH] Bump electron from 4.2.12 to 9.1.0 in /emulatorfront Bumps [electron](https://github.com/electron/electron) from 4.2.12 to 9.1.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/v4.2.12...v9.1.0) Signed-off-by: dependabot[bot] --- emulatorfront/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulatorfront/package.json b/emulatorfront/package.json index ee17b3c..656f4b1 100644 --- a/emulatorfront/package.json +++ b/emulatorfront/package.json @@ -81,7 +81,7 @@ "@rescripts/cli": "^0.0.10", "@rescripts/rescript-env": "^0.0.5", "concurrently": "^4.1.0", - "electron": "^4.0.6", + "electron": "^9.1.0", "electron-builder": "^20.38.5", "typescript": "^3.3.3333", "wait-on": "^3.2.0"