diff --git a/.yarnrc b/.yarnrc index aeca950aa35..5b9f311ce87 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "18.1.0" +target "18.3.0" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index e77fa67e6d9..7c0c1941f93 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "chromium", "repositoryUrl": "https://chromium.googlesource.com/chromium/src", - "commitHash": "868b46452cfe324558c39dbf9182f86a609296db" + "commitHash": "59f4a82f7cf9fd0397aa7bf0273bf5b62433c5da" } }, "licenseDetail": [ @@ -40,7 +40,7 @@ "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ], "isOnlyProductionDependency": true, - "version": "100.0.4896.127" + "version": "100.0.4896.160" }, { "component": { @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "feea88600a3e19c1a395147c278275574408ad51" + "commitHash": "c33bfffeec7ee8757c577df1b7fec5d4120039f2" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "18.1.0" + "version": "18.3.0" }, { "component": { diff --git a/package.json b/package.json index 4cf391b2ae4..0c242b51a8f 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "18.1.0", + "electron": "18.3.0", "eslint": "8.7.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^19.1.0", diff --git a/yarn.lock b/yarn.lock index 300b2a5e2fe..b2f4d463efe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4287,10 +4287,10 @@ electron-to-chromium@^1.4.17: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598" integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg== -electron@18.1.0: - version "18.1.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-18.1.0.tgz#d92b76f301af1a8728adff8d6eeb42382e218fe8" - integrity sha512-P55wdHNTRMo7a/agC84ZEZDYEK/pTBcQdlp8lFbHcx3mO4Kr+Im/J5p2uQgiuXtown31HqNh2paL3V0p+E6rpQ== +electron@18.3.0: + version "18.3.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.0.tgz#43de95979341e63f1b209c569a0ad148d98ae5b7" + integrity sha512-2+pAUIViVvFOGE5mJKKi8F6ruyvQrcqdfsm/AUfz+6P05vbvR5ZsR6WBkr90mlyojHW5w/nAVX9ZSOtz3aHs4A== dependencies: "@electron/get" "^1.13.0" "@types/node" "^16.11.26"