Merge pull request #2923 from Bilb/chore/update-electron

chore: update electron to v25.8.1
This commit is contained in:
Audric Ackermann 2023-09-14 16:13:59 +10:00 committed by GitHub
commit 3f4c5a85e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.11.2",
"version": "1.11.3",
"license": "GPL-3.0",
"author": {
"name": "Oxen Labs",
@ -175,7 +175,7 @@
"cross-env": "^6.0.3",
"css-loader": "^6.7.2",
"dmg-builder": "23.6.0",
"electron": "25.3.0",
"electron": "^25.8.1",
"electron-builder": "23.0.8",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",

View File

@ -2990,10 +2990,10 @@ electron@*:
"@types/node" "^18.11.18"
extract-zip "^2.0.1"
electron@25.3.0:
version "25.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-25.3.0.tgz#e818ab3ebd3e7a45f8fca0f47e607c9af2dc92c7"
integrity sha512-cyqotxN+AroP5h2IxUsJsmehYwP5LrFAOO7O7k9tILME3Sa1/POAg3shrhx4XEnaAMyMqMLxzGvkzCVxzEErnA==
electron@^25.8.1:
version "25.8.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-25.8.1.tgz#092fab5a833db4d9240d4d6f36218cf7ca954f86"
integrity sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"