From 58c143220555f5cb289a537adca71ef956213adb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 07:03:55 +0000 Subject: [PATCH] [Security] Bump electron from 8.5.5 to 13.0.1 Bumps [electron](https://github.com/electron/electron) from 8.5.5 to 13.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/v8.5.5...v13.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 c4f58032..3406e275 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": "^13.0.1", "electron-builder": "^22.3.2", "electron-webpack": "^2.7.4", "electron-webpack-ts": "^4.0.0",