diff --git a/package.json b/package.json index 30964590c4..1b1b6ef8f9 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "asar": "0.14.0", "bower": "1.8.2", "chai": "4.1.2", - "electron": "3.0.9", + "electron": "3.0.14", "electron-builder": "20.13.5", "electron-icon-maker": "0.0.3", "eslint": "4.14.0", diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 7ae751999d..174a3e976e 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -3165,7 +3165,7 @@ "rule": "jQuery-append(", "path": "node_modules/electron/electron.d.ts", "line": " append(menuItem: MenuItem): void;", - "lineNumber": 3243, + "lineNumber": 3232, "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, diff --git a/yarn.lock b/yarn.lock index b2aa13b962..6a1a7bed3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2517,10 +2517,10 @@ electron-updater@2.21.10: semver "^5.5.0" source-map-support "^0.5.5" -electron@3.0.9: - version "3.0.9" - resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.9.tgz#79bd25dfd5496918a00d579e702fb83082f1a036" - integrity sha512-OoSoeUWo9PzbArgrwS1yTfTRSlpXmIgrFGWUuUZCjKAk4DGR70elHDNeRnnBJ9NTwXXZVifChcfx73Ah3GnlVQ== +electron@3.0.14: + version "3.0.14" + resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.14.tgz#d54c51de3651c0fe48a6a6e9aef1ca98e5ea5796" + integrity sha512-1fG9bE0LzL5QXeEq2MC0dHdVO0pbZOnNlVAIyOyJaCFAu/TjLhxQfWj38bFUEojzuVlaR87tZz0iy2qlVZj3sw== dependencies: "@types/node" "^8.0.24" electron-download "^4.1.0"