From bfba404ce1a902a2865f7e151bc706d6ac151e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:58:03 +0000 Subject: [PATCH] Bump electron from 3.0.2 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 3.0.2 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.2...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 9d75922dd..2143f290a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "bootstrap": "3.3.7", - "electron": "3.0.2", + "electron": "9.1.0", "electron-edge-js": "8.3.8", "electron-localshortcut": "3.1.0", "gpii-handlebars": "2.1.0",