From 03b2b50c8505d8f30c6aaa03e6a654c20f1de704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 01:31:47 +0000 Subject: [PATCH] Bump electron from 3.0.3 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 3.0.3 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/v3.0.3...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 9af11cf..1311192 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "6.0.46", "concurrently": "3.2.0", "typescript": "2.6.1", - "electron": "3.0.3" + "electron": "9.1.0" } }