From dba3597f3071d708a1cbaa1f4665c033f33c0be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 11:16:23 +0000 Subject: [PATCH] Bump electron from 7.1.13 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 7.1.13 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/v7.1.13...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 30d0b52..bf6a8e0 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "cross-spawn": "^7.0.1", "css-loader": "^3.4.2", "detect-port": "^1.3.0", - "electron": "7.1.13", + "electron": "9.1.0", "electron-build-env": "^0.2.0", "electron-builder": "^22.3.6", "electron-devtools-installer": "^2.2.4",