Skip to content

Commit 0e09945

Browse files
committed
bump electron - fixes #10633, fixes #10609, fixes #10666
1 parent 79129e6 commit 0e09945

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cross-env": "7.0.3",
4141
"css-loader": "^6.7.3",
4242
"deep-equal": "2.0.5",
43-
"electron": "^36.4",
43+
"electron": "^37.3",
4444
"electron-builder": "^26.0",
4545
"electron-download": "^4.1.1",
4646
"electron-installer-snap": "^5.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,10 +3179,10 @@ electron-to-chromium@^1.4.284:
31793179
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.286.tgz#0e039de59135f44ab9a8ec9025e53a9135eba11f"
31803180
integrity sha512-Vp3CVhmYpgf4iXNKAucoQUDcCrBQX3XLBtwgFqP9BUXuucgvAV9zWp1kYU7LL9j4++s9O+12cb3wMtN4SJy6UQ==
31813181

3182-
electron@^36.4:
3183-
version "36.7.1"
3184-
resolved "https://registry.yarnpkg.com/electron/-/electron-36.7.1.tgz#73bbb460c60f529e00b9d3eff78fd135c42172ea"
3185-
integrity sha512-vkih7vbmWT6O8+VWFt3a9FMLUZn0O4piR20nTX0IL/d9tz9RjpzoMvHqpI2CE1Rxew9bCzrg7FpgtcTdY6dlyw==
3182+
electron@^37.3:
3183+
version "37.3.1"
3184+
resolved "https://registry.yarnpkg.com/electron/-/electron-37.3.1.tgz#92d0299593c4302dcdf3305af917c60dad69719f"
3185+
integrity sha512-7DhktRLqhe6OJh/Bo75bTI0puUYEmIwSzMinocgO63mx3MVjtIn2tYMzLmAleNIlud2htkjpsMG2zT4PiTCloA==
31863186
dependencies:
31873187
"@electron/get" "^2.0.0"
31883188
"@types/node" "^22.7.7"

0 commit comments

Comments
 (0)