From 92911811b391c7d30dc5227dd8be2674ff62454d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:15:32 +0000 Subject: [PATCH] Bump electron from 9.0.0 to 10.1.3 Bumps [electron](https://github.com/electron/electron) from 9.0.0 to 10.1.3. - [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/v9.0.0...v10.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee30391..98053ac 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "babel-plugin-react-require": "^3.1.3", "concurrently": "^5.2.0", "cross-env": "^7.0.2", - "electron": "9.0.0", + "electron": "10.1.3", "electron-squirrel-startup": "^1.0.0", "npm-run-all": "^4.1.5", "rollup": "^1.32.0",