From 8390d71919c1035b9749a7ecf80f2bfab30aa8a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:54:57 +0000 Subject: [PATCH] [Security] Bump electron from 8.5.5 to 13.1.7 Bumps [electron](https://github.com/electron/electron) from 8.5.5 to 13.1.7. **This update includes a security fix.** - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.5.5...v13.1.7) 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..843cf385 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.1.7", "electron-builder": "^22.3.2", "electron-webpack": "^2.7.4", "electron-webpack-ts": "^4.0.0",