From 6a5c398ab97666959c9861b527a49fc9bfb99cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 21:54:08 +0000 Subject: [PATCH] Bump electron from 1.8.8 to 10.0.0 in /electron apps/old/python gui Bumps [electron](https://github.com/electron/electron) from 1.8.8 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/v1.8.8...v10.0.0) Signed-off-by: dependabot[bot] --- electron apps/old/python gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron apps/old/python gui/package.json b/electron apps/old/python gui/package.json index 9d41278..27e82af 100644 --- a/electron apps/old/python gui/package.json +++ b/electron apps/old/python gui/package.json @@ -13,6 +13,6 @@ "author": "Mike Delmonaco", "license": "MIT", "dependencies": { - "electron": "^1.7.9" + "electron": "^10.0.0" } }