From ce135c8796deb618b29ed90367f6421d30b7e0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:52:14 +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 cdb9706..77eb1ca 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "grunt-contrib-connect": "^1.0.2", "grunt-contrib-requirejs": "^1.0.0", "grunt-mkdir": "^1.0.0", - "electron": "^1.4.1", + "electron": "^9.1.0", "electron-builder": "^7.3.0" }, "scripts": {