From 1c384690481e1c2b2619424be658123d999f6521 Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Sun, 9 Jan 2022 08:22:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20electron=20major=20version?= =?UTF-8?q?=20from=2015=20to=2016?= 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 | 12 ++++++------ package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index afc14d4d..07f8758c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ electronim ## Features - ⚛ Multi-platform: ElectronIM is available for Linux 🐧, Mac 🍏 and Windows. -- 🌍 Based on Chromium 95 +- 🌍 Based on Chromium 97 - 🔔 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 f8c0cee2..cd883fb6 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 95 +- 🌍 Based on Chromium 97 - 🔔 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 7057b649..c3318ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3049,9 +3049,9 @@ } }, "electron": { - "version": "15.3.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-15.3.2.tgz", - "integrity": "sha512-sEpOX10gjAyvq33HDxJrq2HhYZT3qndZjUrHkzG16QTLjykP7lMvGnJ/bt6wn+T75f4wwv59FUbQx2hW3Xz5TQ==", + "version": "16.0.6", + "resolved": "https://registry.npmjs.org/electron/-/electron-16.0.6.tgz", + "integrity": "sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==", "requires": { "@electron/get": "^1.13.0", "@types/node": "^14.6.2", @@ -3075,9 +3075,9 @@ } }, "@types/node": { - "version": "14.17.34", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz", - "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==" + "version": "14.18.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.5.tgz", + "integrity": "sha512-LMy+vDDcQR48EZdEx5wRX1q/sEl6NdGuHXPnfeL8ixkwCOSZ2qnIyIZmcCbdX0MeRqHhAcHmX+haCbrS8Run+A==" }, "global-agent": { "version": "3.0.0", diff --git a/package.json b/package.json index dda271b7..92f77135 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "dictionary-sv": "^3.0.1", "dictionary-tr": "^1.3.3", "dictionary-uk": "^2.1.1", - "electron": "^15.3.2", + "electron": "^16.0.6", "htm": "^3.1.0", "markdown-it": "^12.3.2", "nodehun": "^3.0.2",