diff --git a/README.md b/README.md index 92b0fbe..cc3469b 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 130 +- 🌍 Based on Chromium 132 - 🔔 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 1af1aa5..b211f7c 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 130 +- 🌍 Based on Chromium 132 - 🔔 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 026ccb7..7210537 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": "33.3.1", + "electron": "34.0.0", "htm": "3.1.1", "markdown-it": "14.1.0", "nodehun": "3.0.2", @@ -4856,9 +4856,9 @@ } }, "node_modules/electron": { - "version": "33.3.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-33.3.1.tgz", - "integrity": "sha512-Z7l2bVgpdKxHQMI4i0CirBX2n+iCYKOx5mbzNM3BpOyFELwlobEXKmzCmEnwP+3EcNeIhUQyIEBFQxN06QgdIw==", + "version": "34.0.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.0.0.tgz", + "integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==", "hasInstallScript": true, "dependencies": { "@electron/get": "^2.0.0", @@ -14236,9 +14236,9 @@ } }, "electron": { - "version": "33.3.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-33.3.1.tgz", - "integrity": "sha512-Z7l2bVgpdKxHQMI4i0CirBX2n+iCYKOx5mbzNM3BpOyFELwlobEXKmzCmEnwP+3EcNeIhUQyIEBFQxN06QgdIw==", + "version": "34.0.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.0.0.tgz", + "integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==", "requires": { "@electron/get": "^2.0.0", "@types/node": "^20.9.0", diff --git a/package.json b/package.json index 00175ec..95791b4 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": "33.3.1", + "electron": "34.0.0", "htm": "3.1.1", "markdown-it": "14.1.0", "nodehun": "3.0.2",