From 952b9075949ebca483f3e753b54376fc062212cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 08:20:30 +0000 Subject: [PATCH] [Security] Bump electron from 8.5.5 to 11.2.3 Bumps [electron](https://github.com/electron/electron) from 8.5.5 to 11.2.3. **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/v8.5.5...v11.2.3) 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 c4f58032..11efcf84 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "chai": "^4.2.0", "coveralls": "^3.0.9", "dotenv-webpack": "^1.7.0", - "electron": "^8.0.3", + "electron": "^11.2.3", "electron-builder": "^22.3.2", "electron-webpack": "^2.7.4", "electron-webpack-ts": "^4.0.0",