From a1306b064ad7e4c67bdb57779be05ec3f635ba84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 20:28:54 +0000 Subject: [PATCH] [Security] Bump electron from 1.8.8 to 9.0.1 Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.0.1. **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.1) 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..f0dd2aa 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.1", "fso": "^2.5.12", "isparta": "^4.0.0", "json-loader": "^0.5.7",