From 4d4c2240747eab8dc092137d32d23539093bcfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:59:14 +0000 Subject: [PATCH] Bump electron from 3.1.13 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 3.1.13 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/v3.1.13...v9.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9329d7b..f82453b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "zdy", "license": "CC-BY-NC-SA-4.0", "devDependencies": { - "electron": "^3.0.10" + "electron": "^9.1.0" }, "dependencies": { "body-parser": "^1.18.3",