From fb1f14c7933141d274574f029dca50e9fd85424c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 08:23:05 +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 cd88257..7cadca8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "babel-eslint": "^10.0.1", "browser-sync": "^2.23.6", "chai": "^4.1.0", - "electron": "^3.0.0", + "electron": "^9.1.0", "electron-builder": "^20.0.7", "electron-devtools-installer": "^2.2.4", "electron-mocha": "^6.0.1",