From ff92ad573f4341eb2b01cb07d7c8cf0e4edfabeb Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Thu, 4 Aug 2022 14:53:10 +0900 Subject: [PATCH] chore: bump electron@19.0.11 --- .yarnrc | 2 +- cgmanifest.json | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.yarnrc b/.yarnrc index 7b6a179b254..818a30bbcd1 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "19.0.10" +target "19.0.11" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index 78d331b3612..2e877eb9912 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "7e1099a8e4b04709e3d5068403c77eb0feb7371f" + "commitHash": "a5cafd174d2027529d0b251e5b8e58da2b364e5b" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "19.0.10" + "version": "19.0.11" }, { "component": { diff --git a/package.json b/package.json index d98532339c0..2b35222fe71 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "19.0.10", + "electron": "19.0.11", "eslint": "8.7.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^39.3.2", diff --git a/yarn.lock b/yarn.lock index bee4429a8b3..8e979f354bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3578,10 +3578,10 @@ electron-to-chromium@^1.3.723: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5" integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg== -electron@19.0.10: - version "19.0.10" - resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.10.tgz#4d2f03f307fbb70a295ff419112130b75661eda9" - integrity sha512-EiWtPWdD7CzkRkp1cw7t0N9W2qhI5XZOudHX7daOh5wI076nsdV2dtlAf/XyTHhPNoKR5qhTWrSnYL9PY6D1vg== +electron@19.0.11: + version "19.0.11" + resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.11.tgz#0c0a52abc08694fd38916d9270baf45bb7752a27" + integrity sha512-GPM6C1Ze17/gR4koTE171MxrI5unYfFRgXQdkMdpWM2Cd55LMUrVa0QHCsfKpsaloufv9T65lsOn0uZuzCw5UA== dependencies: "@electron/get" "^1.14.1" "@types/node" "^16.11.26"