diff --git a/.yarnrc b/.yarnrc index 7f3fa82972f..288e7393abd 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://atom.io/download/electron" -target "6.1.4" +target "6.1.5" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 3d6e8a21080..bc3086c3100 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "a5b474e8248803f54efc2c2c724c3322590c4fda" + "commitHash": "6f62f91822a80192cb711c604f1a8f1a176f328d" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "6.1.4" + "version": "6.1.5" }, { "component": { diff --git a/src/typings/electron.d.ts b/src/typings/electron.d.ts index e4c3221c6eb..369817dcd12 100644 --- a/src/typings/electron.d.ts +++ b/src/typings/electron.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Electron 6.1.4 +// Type definitions for Electron 6.1.5 // Project: http://electronjs.org/ // Definitions by: The Electron Team // Definitions: https://github.com/electron/electron-typescript-definitions