From 3292dbffc698f4648b55a0a84917fa09670cdbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:20:31 +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 431ddbef..f934d67c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "browserify": "^13.0.0", "chai": "^3.5.0", - "electron": "^1.4.5", + "electron": "^9.1.0", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-includer": "^0.1.0",