From c44e0cb20889ed9a62a2276c2b75f05684709910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 08:53:09 +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 3f4f2cf..8f880cd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "codelyzer": "5.1.0", "conventional-changelog-cli": "2.0.21", "core-js": "3.1.4", - "electron": "^6.0.2", + "electron": "^9.1.0", "electron-builder": "^21.2.0", "electron-reload": "1.5.0", "jasmine-core": "3.4.0",