From 1adcf3b6199ad9369bc2f6caaf4514c5e0741aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:15:11 +0000 Subject: [PATCH] Bump electron from 8.1.0 to 10.1.3 Bumps [electron](https://github.com/electron/electron) from 8.1.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/v8.1.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 3433b53..44e6ccf 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "copy-webpack-plugin": "5.0.3", "cross-env": "^5.0.2", "css-loader": "^2.1.1", - "electron": "8.1.0", + "electron": "10.1.3", "electron-builder": "22.4.0", "electron-publisher-s3": "^20.17.2", "electron-rebuild": "^1.10.0",