From ea9f1a860dec584d3383d94bce8c56da1753f2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:37:30 +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 e13e3b5..5ef08c8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "bluebird": "^3.5.0", "bower": "^1.8.0", "debug": "^2.6.3", - "electron": "^1.6.2", + "electron": "^9.1.0", "ip": "^1.1.5", "netmask": "^1.0.6", "node-cleanup": "^2.1.2",