From c2677c5503764d5f05ec0fdf2ff5b1546d202afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:42:59 +0000 Subject: [PATCH] Bump electron in /electron-html-start-creator/template/index 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] --- electron-html-start-creator/template/index/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-html-start-creator/template/index/package.json b/electron-html-start-creator/template/index/package.json index 8c7e0c3..ca293a1 100644 --- a/electron-html-start-creator/template/index/package.json +++ b/electron-html-start-creator/template/index/package.json @@ -9,7 +9,7 @@ "author": "", "license": "", "devDependencies": { - "electron": "^1.8.3" + "electron": "^9.1.0" } } \ No newline at end of file