From 57abb8300f7b2237ce738019ace560e65a7615cb Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 14 Jan 2019 15:24:44 -0800 Subject: [PATCH] Upgrade Electron to 3.0.14 --- package.json | 2 +- ts/util/lint/exceptions.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 30964590c..1b1b6ef8f 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 7ae751999..174a3e976 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 b2aa13b96..6a1a7bed3 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"