From 5d638520cf0ac526fc8254a11e03f02a997b4206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 07:08:08 +0000 Subject: [PATCH] build(deps-dev): bump electron from 5.0.13 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 5.0.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/v5.0.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 c22e232..a19f796 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "concurrently": "^4.1.1", "copy-webpack-plugin": "^5.0.3", "css-loader": "^3.0.0", - "electron": "^5.0.6", + "electron": "^9.1.0", "electron-packager": "^14.0.1", "express": "^4.17.1", "express-history-api-fallback": "^2.2.1",