From 4c9f84e390139d4cd120f0cbe6ae3dfaa408a93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 01:42:40 +0000 Subject: [PATCH] Bump electron from 1.6.11 to 9.1.0 in /AhMyth-Server Bumps [electron](https://github.com/electron/electron) from 1.6.11 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.6.11...v9.1.0) Signed-off-by: dependabot[bot] --- AhMyth-Server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/package.json b/AhMyth-Server/package.json index 76415297..7b400989 100644 --- a/AhMyth-Server/package.json +++ b/AhMyth-Server/package.json @@ -1,7 +1,7 @@ { "main": "./app/main.js", "devDependencies": { - "electron": "1.6.11" + "electron": "9.1.0" }, "license": "GNU GPLv3", "build": {