Skip to content

Commit c327c4f

Browse files
deepak1556Benjamin Pasero
authored andcommitted
chore: Bump electron@4.2.9 (microsoft#78836)
1 parent 5099e36 commit c327c4f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "4.2.7"
2+
target "4.2.9"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "36ea114ac0616e469e75ae94e6d53af48925e036"
63+
"commitHash": "3d4d6454007f14fa9a5f0e1fa49206fb91b676cc"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "4.2.7"
68+
"version": "4.2.9"
6969
},
7070
{
7171
"component": {

src/typings/electron.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 4.2.7
1+
// Type definitions for Electron 4.2.9
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions

test/smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/webdriverio": "4.6.1",
2323
"concurrently": "^3.5.1",
2424
"cpx": "^1.5.0",
25-
"electron": "4.2.7",
25+
"electron": "4.2.9",
2626
"htmlparser2": "^3.9.2",
2727
"mkdirp": "^0.5.1",
2828
"mocha": "^5.2.0",

test/smoke/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,10 @@ electron-download@^4.1.0:
676676
semver "^5.4.1"
677677
sumchecker "^2.0.2"
678678

679-
electron@4.2.7:
680-
version "4.2.7"
681-
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.7.tgz#bdd2dbf489a4a4255405bd8330cc8509831d29ba"
682-
integrity sha512-Azpkw0OPzKVipSsN9/0DrBQhXOpG48Q1gTG7Akchtv37s8TijMe403TUgHxGGhw2ti117ek51kYf7NXLhjXqoA==
679+
electron@4.2.9:
680+
version "4.2.9"
681+
resolved "https://registry.yarnpkg.com/electron/-/electron-4.2.9.tgz#81226aa1ba58e1b05388474faf5a815010a11ea2"
682+
integrity sha512-zC7K3GOiZKmxqllVG/qq/Gx+qQvyolKj5xKKwXMqIGekfokEW2hvoIO5Yh7KCoAh5dqBtpzOJjS4fj1se+YBcg==
683683
dependencies:
684684
"@types/node" "^10.12.18"
685685
electron-download "^4.1.0"

0 commit comments

Comments
 (0)