From fb654c1b6165b89590fee9748c8b4c5e52a1cb21 Mon Sep 17 00:00:00 2001 From: Robo Date: Wed, 6 Nov 2019 23:09:13 -0800 Subject: [PATCH] chore: Bump electron@6.1.4 (#84089) --- .yarnrc | 2 +- cgmanifest.json | 4 ++-- src/typings/electron.d.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.yarnrc b/.yarnrc index 4c8b70bf6f6..7f3fa82972f 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://atom.io/download/electron" -target "6.1.2" +target "6.1.4" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 53dab5356a2..fb801c0b7cb 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "dabaa7557a165cc107f89fd7c3e3c3210f9b5758" + "commitHash": "a5b474e8248803f54efc2c2c724c3322590c4fda" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "6.1.2" + "version": "6.1.4" }, { "component": { diff --git a/src/typings/electron.d.ts b/src/typings/electron.d.ts index 6d90d8c0b1a..e4c3221c6eb 100644 --- a/src/typings/electron.d.ts +++ b/src/typings/electron.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Electron 6.1.2 +// Type definitions for Electron 6.1.4 // Project: http://electronjs.org/ // Definitions by: The Electron Team // Definitions: https://github.com/electron/electron-typescript-definitions