From c06337aaadc09e1a31cffcae33ffc85d26bfe948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 05:39:04 +0000 Subject: [PATCH] Bump electron from 4.0.0 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 4.0.0 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.0.0...v9.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99fcd4e..bca2ff2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "codelyzer": "4.5.0", "conventional-changelog-cli": "2.0.11", "core-js": "2.6.1", - "electron": "4.0.0", + "electron": "9.1.0", "electron-builder": "20.28.4", "electron-reload": "1.3.0", "jasmine-core": "3.3.0",