From ba4cf983480589c6e29624d8ff0e7886964eaceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 05:59:39 +0000 Subject: [PATCH] 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 552d651..ef28ba6 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "babel-loader": "^8.0.6", "css-loader": "^2.1.1", "d3": "^5.9.2", - "electron": "^5.0.10", + "electron": "^9.1.0", "enzyme": "^3.9.0", "eslint": "^5.16.0", "eslint-plugin-react": "^7.13.0",