Skip to content

Commit 6459ca0

Browse files
committed
Security release
Update to Electron 1.7.13 : Added Offscreen rendering improvements. #11730 [SECURITY] Fixed Integer overflow with PropertyArray issue. #12203 [SECURITY] Set appropriate defaults for webview options. #12294
1 parent 4999df4 commit 6459ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odrive",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Simple google drive client",
55
"main": "main.js",
66
"repository": "[email protected]:liberodark/ODrive.git",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"copy-webpack-plugin": "^4.1.0",
3535
"css-loader": "^0.28.7",
36-
"electron": "^1.7.11",
36+
"electron": "^1.7.13",
3737
"electron-builder": "^19.52.1",
3838
"electron-packager": "^10.1.0",
3939
"eslint": "^4.8.0",

0 commit comments

Comments
 (0)