From 8fce065c18212bfe0fcb95c6309035e598b9a6b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 06:27:54 +0000 Subject: [PATCH] Bump electron from 5.0.3 to 5.0.5 Bumps [electron](https://github.com/electron/electron) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v5.0.3...v5.0.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f7c1758a..cc75591d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "core-js": "^3.1.4", "cross-env": "5.2.0", "css-loader": "3.0.0", - "electron": "^5.0.3", + "electron": "^5.0.5", "electron-builder": "^20.44.4", "electron-installer-snap": "^4.0.0", "electron-rebuild": "^1.8.5", diff --git a/yarn.lock b/yarn.lock index 3bc9f6d8..b738243a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1997,10 +1997,10 @@ electron-rebuild@^1.8.5: spawn-rx "^3.0.0" yargs "^13.2.2" -electron@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.3.tgz#919818962caffbd909af15bc8a3034be972fa76e" - integrity sha512-kgnxPQoTNzu0lKC8ToAktt93mTimgqHZGFCVmTaFjs1G2Bk9VqKHljbQemH+REKAaw1aEgIRn2JCrTe0Dy7fVQ== +electron@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.5.tgz#2d04499064d3f6c89c4642e47cfe9ea151d794eb" + integrity sha512-GzVQhImBX3rSCFPyJ1u1KbxquoidAHzGeCH2FTs3lzAh1H8m4vd7xh6CNC111mT/I8pxFk5D8s3atJlJQLPAeg== dependencies: "@types/node" "^10.12.18" electron-download "^4.1.0"