From f45108557ee071bce30999d203be71a3256e6de4 Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Sat, 21 Oct 2023 06:57:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20electron=20to=2027.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Nuri --- README.md | 2 +- build-config/electronim.nuspec | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c0c21d4..3c4bdc92 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ electronim ## Features - ⚛ Multi-platform: ElectronIM is available for Linux 🐧, Mac 🍏 and Windows. -- 🌍 Based on Chromium 116 +- 🌍 Based on Chromium 118 - 🔔 Desktop notifications: ElectronIM will notify you using your native system notifications. - 🧐 Spellchecker: ElectronIM contains spellchecker dictionaries for many languages, if your language is not supported, just [file an issue](https://github.com/manusa/electronim/issues/new). diff --git a/build-config/electronim.nuspec b/build-config/electronim.nuspec index 4ff622a4..f6ffeb32 100644 --- a/build-config/electronim.nuspec +++ b/build-config/electronim.nuspec @@ -24,7 +24,7 @@ Improve your productivity by combining all your instant messaging applications ( ### Features - ⚛ Multi-platform: ElectronIM is available for Linux 🐧, Mac 🍏 and Windows. -- 🌍 Based on Chromium 116 +- 🌍 Based on Chromium 118 - 🔔 Desktop notifications: ElectronIM will notify you using your native system notifications. - 🧐 Spellchecker: ElectronIM contains spellchecker dictionaries for many languages, if your language is not supported, just [file an issue](https://github.com/manusa/electronim/issues/new). diff --git a/package-lock.json b/package-lock.json index c6d733ea..d21804c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dictionary-sv": "^3.0.1", "dictionary-tr": "^1.3.3", "dictionary-uk": "^2.1.1", - "electron": "26.4.0", + "electron": "27.0.2", "htm": "3.1.1", "markdown-it": "13.0.1", "nodehun": "3.0.2", @@ -3907,9 +3907,9 @@ } }, "node_modules/electron": { - "version": "26.4.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-26.4.0.tgz", - "integrity": "sha512-FUEFwmIlflLxImRtTmDp8CWpH4KqlyAwga6vauaz6+882SmyC3bJRhgqOIT5s6rMbW25WezNiaqfKqHDJjz3pw==", + "version": "27.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-27.0.2.tgz", + "integrity": "sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==", "hasInstallScript": true, "dependencies": { "@electron/get": "^2.0.0", @@ -12350,9 +12350,9 @@ } }, "electron": { - "version": "26.4.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-26.4.0.tgz", - "integrity": "sha512-FUEFwmIlflLxImRtTmDp8CWpH4KqlyAwga6vauaz6+882SmyC3bJRhgqOIT5s6rMbW25WezNiaqfKqHDJjz3pw==", + "version": "27.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-27.0.2.tgz", + "integrity": "sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==", "requires": { "@electron/get": "^2.0.0", "@types/node": "^18.11.18", diff --git a/package.json b/package.json index cbe97b8b..d311a1af 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "dictionary-sv": "^3.0.1", "dictionary-tr": "^1.3.3", "dictionary-uk": "^2.1.1", - "electron": "26.4.0", + "electron": "27.0.2", "htm": "3.1.1", "markdown-it": "13.0.1", "nodehun": "3.0.2",