From 786493d0f50a965d57e9b9c5bbb249c7175b7e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:51:51 +0000 Subject: [PATCH] Bump electron 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/ZKWeb.Toolkits/ZKWeb.Toolkits.ProjectCreator.Crossplatform.Gui/package.json b/ZKWeb.Toolkits/ZKWeb.Toolkits.ProjectCreator.Crossplatform.Gui/package.json index 93ab93a5..77263694 100644 --- a/ZKWeb.Toolkits/ZKWeb.Toolkits.ProjectCreator.Crossplatform.Gui/package.json +++ b/ZKWeb.Toolkits/ZKWeb.Toolkits.ProjectCreator.Crossplatform.Gui/package.json @@ -54,7 +54,7 @@ "@ngx-translate/http-loader": "^2.0.1", "bootstrap": "^4.0.0", "core-js": "^2.5.3", - "electron": "^1.8.1", + "electron": "^9.1.0", "electron-packager": "^11.1.0", "jquery": "^3.3.1", "mongodb": "^3.0.3",