Update to Electron 6.1.4
This commit is contained in:
parent
0876bf7ae7
commit
ed55006f20
3 changed files with 7 additions and 7 deletions
|
@ -150,7 +150,7 @@
|
||||||
"bower": "1.8.2",
|
"bower": "1.8.2",
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
"dashdash": "1.14.1",
|
"dashdash": "1.14.1",
|
||||||
"electron": "6.0.9",
|
"electron": "6.1.4",
|
||||||
"electron-builder": "21.2.0",
|
"electron-builder": "21.2.0",
|
||||||
"electron-icon-maker": "0.0.3",
|
"electron-icon-maker": "0.0.3",
|
||||||
"eslint": "4.14.0",
|
"eslint": "4.14.0",
|
||||||
|
|
|
@ -3405,7 +3405,7 @@
|
||||||
"rule": "eval",
|
"rule": "eval",
|
||||||
"path": "node_modules/electron/electron.d.ts",
|
"path": "node_modules/electron/electron.d.ts",
|
||||||
"line": " eval(code: string): void;",
|
"line": " eval(code: string): void;",
|
||||||
"lineNumber": 2134,
|
"lineNumber": 2136,
|
||||||
"reasonCategory": "falseMatch",
|
"reasonCategory": "falseMatch",
|
||||||
"updated": "2019-08-15T17:10:42.360Z"
|
"updated": "2019-08-15T17:10:42.360Z"
|
||||||
},
|
},
|
||||||
|
@ -3413,7 +3413,7 @@
|
||||||
"rule": "jQuery-append(",
|
"rule": "jQuery-append(",
|
||||||
"path": "node_modules/electron/electron.d.ts",
|
"path": "node_modules/electron/electron.d.ts",
|
||||||
"line": " append(menuItem: MenuItem): void;",
|
"line": " append(menuItem: MenuItem): void;",
|
||||||
"lineNumber": 3745,
|
"lineNumber": 3760,
|
||||||
"reasonCategory": "falseMatch",
|
"reasonCategory": "falseMatch",
|
||||||
"updated": "2019-08-15T17:10:42.360Z"
|
"updated": "2019-08-15T17:10:42.360Z"
|
||||||
},
|
},
|
||||||
|
|
|
@ -2913,10 +2913,10 @@ electron-window@^0.8.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-electron-renderer "^2.0.0"
|
is-electron-renderer "^2.0.0"
|
||||||
|
|
||||||
electron@6.0.9:
|
electron@6.1.4:
|
||||||
version "6.0.9"
|
version "6.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-6.0.9.tgz#fea15e9fec329248db500b33ba6544a26fe025a3"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-6.1.4.tgz#21cbcf5de74a0e284621dce1b8c0fe092c146c2d"
|
||||||
integrity sha512-lFpSmDNyjpvJFwEnK897Soone3DV7D3ASFUb315H2VTVZSbKib9Kbrsovxf4c+e1q5hTdaONsGIm3Lb4CXIW1g==
|
integrity sha512-QUN59E0dPmkAEYi+OU0jJG6tIAi8VDJpsHLRmdyL62oAuT3+CWJ/gefmNwAWQsIpNj/DieVTn5h+/t/Hke4T+Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "^10.12.18"
|
"@types/node" "^10.12.18"
|
||||||
electron-download "^4.1.0"
|
electron-download "^4.1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue