From 4a1f3bbd434f44678afcfa71ccb9848325b0fa18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 05:13:22 +0000 Subject: [PATCH] Bump electron from 4.2.12 to 9.1.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e4bbcc..c0664a6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "Nick Denry ", "license": "GPL-3.0", "devDependencies": { - "electron": "^4.2.12", + "electron": "^9.1.0", "electron-builder": "^20.44.4", "electron-packager": "^13.1.1", "electron-rebuild": "^1.10.1"