From 70651aa447f674634851f9f1659e195d08573777 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 20:35:14 +0000 Subject: [PATCH] [Security] Bump electron from 1.8.8 to 9.0.0 Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.0.0. **This update includes a security fix.** - [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/v1.8.8...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dee2b4..d04a628 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "babel-preset-es2015": "^6.24.1", "babel-preset-power-assert": "^1.0.0", "bower": "^1.7.9", - "electron": "^1.7.6", + "electron": "^9.0.0", "fso": "^2.5.12", "isparta": "^4.0.0", "json-loader": "^0.5.7",