diff --git a/package.json b/package.json index f73254c..42177ae 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-styled-components": "^1.11.1", "css-loader": "^3.5.1", - "electron": "^8.2.1", + "electron": "^11.5.0", "electron-builder": "^22.4.1", "electron-devtools-installer": "^3.1.1", "enzyme": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index 6b1f2ec..324caf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4430,10 +4430,10 @@ electron-to-chromium@^1.3.585: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.591.tgz#a18892bf1acb93f7b6e4da402705d564bc235017" integrity sha512-ol/0WzjL4NS4Kqy9VD6xXQON91xIihDT36sYCew/G/bnd1v0/4D+kahp26JauQhgFUjrdva3kRSo7URcUmQ+qw== -electron@^8.2.1: - version "8.5.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.5.3.tgz#f7abb8f5350fa54ac14df6ca24e9b6aec2ef1498" - integrity sha512-cDozmnx6GUNpe9E/pkxeNZq78szgyM2LixlJ+Sov+SzYjXwzTdBfiWuELLkw047ucWvaDFCv5QuYGMmyjJPk7g== +electron@^11.5.0: + version "11.5.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-11.5.0.tgz#f1650543b9d8f2047d3807755bdb120153ed210f" + integrity sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"