Skip to content

Commit 3b1c7c3

Browse files
authored
chore: Update Electron version to 39.2.5 in package.json and yarn.lock (#3153)
- Upgraded Electron dependency from version 39.2.3 to 39.2.5 to incorporate the latest bug fixes and improvements. - Updated corresponding entries in yarn.lock to reflect the new Electron version.
1 parent 8ba4976 commit 3b1c7c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"chokidar": "~3.5.3",
114114
"conventional-changelog-cli": "~4.1.0",
115115
"convert-svg-to-png": "~0.6.4",
116-
"electron": "39.2.3",
116+
"electron": "39.2.5",
117117
"electron-builder": "26.0.3",
118118
"electron-devtools-installer": "^3.2.0",
119119
"electron-notarize": "^1.2.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8322,16 +8322,16 @@ __metadata:
83228322
languageName: node
83238323
linkType: hard
83248324

8325-
"electron@npm:39.2.3":
8326-
version: 39.2.3
8327-
resolution: "electron@npm:39.2.3"
8325+
"electron@npm:39.2.5":
8326+
version: 39.2.5
8327+
resolution: "electron@npm:39.2.5"
83288328
dependencies:
83298329
"@electron/get": "npm:^2.0.0"
83308330
"@types/node": "npm:^22.7.7"
83318331
extract-zip: "npm:^2.0.1"
83328332
bin:
83338333
electron: cli.js
8334-
checksum: 10/52e3af56a2a1796bbb681f532c6c2a62ccea3464550fd85caaa001abbc69a70d28e1e2760a17865a71e7840e91f3589694e01fe4420014d390c7424c69136189
8334+
checksum: 10/e73ca93a67f98546b7b5e182719bae63b7b4fdd9a4f0842ecf66c063243883eb69fd5cd4e4fabf245fcbbf7e1b95b1084a9aca5727117363f5bdcb937bf9a5a4
83358335
languageName: node
83368336
linkType: hard
83378337

@@ -14528,7 +14528,7 @@ __metadata:
1452814528
conventional-changelog-cli: "npm:~4.1.0"
1452914529
convert-svg-to-png: "npm:~0.6.4"
1453014530
detect-browsers: "npm:~6.1.0"
14531-
electron: "npm:39.2.3"
14531+
electron: "npm:39.2.5"
1453214532
electron-builder: "npm:26.0.3"
1453314533
electron-devtools-installer: "npm:^3.2.0"
1453414534
electron-dl: "npm:4.0.0"

0 commit comments

Comments
 (0)