From 19af1aaf08a785505ad68eb04ad805c026a8f085 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 20:33:59 +0000 Subject: [PATCH] [Security] Bump electron from 1.8.8 to 8.2.2 Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 8.2.2. **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...v8.2.2) 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..d5141cf 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": "^8.2.2", "fso": "^2.5.12", "isparta": "^4.0.0", "json-loader": "^0.5.7",