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