Skip to content

Commit 0c7d75d

Browse files
committed
Bump electron version because of security vulnerability
1 parent d4283a4 commit 0c7d75d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.compilerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"env",
88
{
99
"targets": {
10-
"electron": "2.0.2"
10+
"electron": "2.0.8"
1111
}
1212
}
1313
],
@@ -26,7 +26,7 @@
2626
"env",
2727
{
2828
"targets": {
29-
"electron": "2.0.2"
29+
"electron": "2.0.8"
3030
}
3131
}
3232
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"dependencies": {
108108
"babel-preset-es2016": "^6.24.1",
109109
"chokidar": "^2.0.0",
110-
"electron": "2.0.2",
110+
"electron": "2.0.8",
111111
"electron-compile": "^6.4.2",
112112
"electron-log": "^2.2.14",
113113
"electron-squirrel-startup": "^1.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,9 +3414,9 @@ [email protected]:
34143414
electron-download "^3.0.1"
34153415
extract-zip "^1.0.3"
34163416

3417-
3418-
version "2.0.2"
3419-
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.2.tgz#b77e05f83419cc5ec921a2d21f35b55e4bfc3d68"
3417+
3418+
version "2.0.8"
3419+
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.8.tgz#6ec7113b356e09cc9899797e0d41ebff8163e962"
34203420
dependencies:
34213421
"@types/node" "^8.0.24"
34223422
electron-download "^3.0.1"

0 commit comments

Comments
 (0)