From d4ebf98cc4c68c7e50c2a73393cea38c7ebc3032 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 9 Dec 2021 15:24:39 -0330 Subject: [PATCH] Update `electron` from 11.4.12 to 11.5.0 (#13037) This should include no functional changes. We only use `electron` for `react-devtools`, which appears to still work after this update. This replaces PR #12338. --- ...bel+runtime+7.15.4.patch => @babel+runtime+7.16.3.patch} | 0 yarn.lock | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename patches/{@babel+runtime+7.15.4.patch => @babel+runtime+7.16.3.patch} (100%) diff --git a/patches/@babel+runtime+7.15.4.patch b/patches/@babel+runtime+7.16.3.patch similarity index 100% rename from patches/@babel+runtime+7.15.4.patch rename to patches/@babel+runtime+7.16.3.patch diff --git a/yarn.lock b/yarn.lock index 2c90b33e37..497d03bfc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10426,9 +10426,9 @@ electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.564, electron-to-chromiu integrity sha512-qcLvDUPf8DSIMWarHT2ptgcqrYg62n3vPA7vhrOF24d8UNzbUBaHu2CySiENR3nEDzYgaN60071t0F6KLYMQ7Q== electron@^11.1.0: - version "11.4.12" - resolved "https://registry.yarnpkg.com/electron/-/electron-11.4.12.tgz#3315ce63a37cea5033125f7abcfdcc2f76864a57" - integrity sha512-Kaf4uNaKcGWlBuZwFJ4OZcIN1cfVe9jlGgjm6pUIAJucUsUU7hCFOtaVdZ1sMJR2zbshIbwbiczq8+S61jLfUA== + 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"