From bb981113b60b78f32172aa27e92b107f93e7cede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 09:13:30 +0000 Subject: [PATCH] Bump electron from 6.1.12 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 6.1.12 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/v6.1.12...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 aa9330d..a95eae3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", - "electron": "^6.1.4", + "electron": "^9.1.0", "babel-preset-es2015": "^6.24.1" } }