From 273b21da8af10e697a55bb15767fc0cf8ac1644f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:44:59 +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 8f4cbb4..f59ba97 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "request": "2.81.0" }, "devDependencies": { - "electron": "^1.6.2", + "electron": "^9.1.0", "electron-packager": "^8.7.1", "grunt": "^1.0.1", "grunt-electron-installer": "^2.1.0"