From 5b7dad155061b4d5ecd10552e097bfb40a97115b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 06:57:45 +0000 Subject: [PATCH] [Security] Bump electron from 8.5.5 to 13.1.3 Bumps [electron](https://github.com/electron/electron) from 8.5.5 to 13.1.3. **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.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..d7806119 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.3", "electron-builder": "^22.3.2", "electron-webpack": "^2.7.4", "electron-webpack-ts": "^4.0.0",