From 0995b8076961d64430c836e525a53d180a31808c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:04:24 +0000 Subject: [PATCH] Bump electron from 11.0.4 to 11.5.0 Bumps [electron](https://github.com/electron/electron) from 11.0.4 to 11.5.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v11.0.4...v11.5.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1624aeb..42d4897 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "babel-plugin-styled-components": "^1.12.0", "concurrently": "^5.3.0", "customize-cra": "^1.0.0", - "electron": "^11.0.4", + "electron": "^11.5.0", "electron-builder": "^22.9.1", "prettier": "^2.2.1", "react-app-rewired": "^2.1.6", diff --git a/yarn.lock b/yarn.lock index fab860d..c7a0b36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2566,12 +2566,7 @@ resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.0.23.tgz?cache=0&sync_timestamp=1608047873667&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806" integrity sha1-Z2+giDRQ7Z2guyQVYhNjYpCJKAY= -"@types/node@^12.0.12": - version "12.19.8" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.19.8.tgz?cache=0&sync_timestamp=1606763679953&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.19.8.tgz" - integrity sha1-79bRqQUlUZ/GCMnbFsinj3aTqXg= - -"@types/node@^12.19.9": +"@types/node@^12.0.12", "@types/node@^12.19.9": version "12.19.9" resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.19.9.tgz?cache=0&sync_timestamp=1608047873667&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.19.9.tgz#990ad687ad8b26ef6dcc34a4f69c33d40c95b679" integrity sha1-mQrWh62LJu9tzDSk9pwz1AyVtnk= @@ -6694,10 +6689,10 @@ electron-to-chromium@^1.3.621: resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.629.tgz?cache=0&sync_timestamp=1608230263113&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.629.tgz#a08d13b64d90e3c77ec5b9bffa3efbc5b4a00969" integrity sha1-oI0Ttk2Q48d+xbm/+j77xbSgCWk= -electron@^11.0.4: - version "11.0.4" - resolved "https://registry.npm.taobao.org/electron/download/electron-11.0.4.tgz?cache=0&sync_timestamp=1607656104173&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-11.0.4.tgz#78b54760294eb42a36f33308a7987bf0b3dd6125" - integrity sha1-eLVHYClOtCo28zMIp5h78LPdYSU= +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"