From 7e07d4139343f7f7f22ae38cdbb52776e1082032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 21:53:52 +0000 Subject: [PATCH] Bump electron from 2.0.18 to 10.0.0 in /python/createElectronApp Bumps [electron](https://github.com/electron/electron) from 2.0.18 to 10.0.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/v2.0.18...v10.0.0) Signed-off-by: dependabot[bot] --- python/createElectronApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/createElectronApp/package.json b/python/createElectronApp/package.json index c53a02c..8a4a845 100644 --- a/python/createElectronApp/package.json +++ b/python/createElectronApp/package.json @@ -10,6 +10,6 @@ "author": "mdelmonaco", "license": "MIT", "dependencies": { - "electron": "^2.0.5" + "electron": "^10.0.0" } }