From 4aacaba057c37df768583f3c26e097e60399e87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 04:08:40 +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 b98dfbb..dc77f8f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "Mezcel", "license": "ISC - THe dont just copy and turn this into your teacher license.", "dependencies": { - "electron": "^3.0.13", + "electron": "^9.1.0", "express": "^4.16.4", "jquery": "^1.11.1", "popper.js": "^1.14.4",