From e126fc4c6e548a91a9d3e9c2e0a042d6e25fa2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 01:24:27 +0000 Subject: [PATCH] Bump electron from 1.8.8 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 1.8.8 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/v1.8.8...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 b51fc70..8112022 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "main": "main.js", "dependencies": { - "electron": "^1.6.8", + "electron": "^9.1.0", "electron-config": "^1.0.0", "electron-devtools-installer": "^2.2.0", "moment": "^2.18.1",