Update electron to 41.2.1

Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-04-16 15:52:30 -05:00
committed by GitHub
parent 5a21077a94
commit cf0b8fd7aa
3 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -233,7 +233,7 @@
"debug": "4.4.3",
"direction": "2.0.1",
"dom-accessibility-api": "0.7.1",
"electron": "41.1.1",
"electron": "41.2.1",
"electron-builder": "26.0.14",
"electron-mocha": "13.1.0",
"emoji-regex": "10.6.0",
+33 -7
View File
@@ -422,8 +422,8 @@ importers:
specifier: 0.7.1
version: 0.7.1
electron:
specifier: 41.1.1
version: 41.1.1
specifier: 41.2.1
version: 41.2.1
electron-builder:
specifier: 26.0.14
version: 26.0.14(electron-builder-squirrel-windows@26.0.14)
@@ -6139,8 +6139,8 @@ packages:
engines: {node: '>= 12.20.55'}
hasBin: true
electron@41.1.1:
resolution: {integrity: sha512-8bgvDhBjli+3Z2YCKgzzoBPh6391pr7Xv2h/tTJG4ETgvPvUxZomObbZLs31mUzYb6VrlcDDd9cyWyNKtPm3tA==}
electron@41.2.1:
resolution: {integrity: sha512-teeRThiYGTPKf/2yOW7zZA1bhb91KEQ4yLBPOg7GxpmnkLFLugKgQaAKOrCgdzwsXh/5mFIfmkm+4+wACJKwaA==}
engines: {node: '>= 12.20.55'}
hasBin: true
@@ -6811,6 +6811,10 @@ packages:
resolution: {integrity: sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==}
engines: {node: '>=10.19.0'}
got@11.8.6:
resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==}
engines: {node: '>=10.19.0'}
got@14.6.6:
resolution: {integrity: sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==}
engines: {node: '>=20'}
@@ -8777,6 +8781,9 @@ packages:
pump@3.0.3:
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
pump@3.0.4:
resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
pumpify@2.0.1:
resolution: {integrity: sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==}
@@ -10801,7 +10808,7 @@ snapshots:
debug: 4.4.3(supports-color@8.1.1)
env-paths: 2.2.1
fs-extra: 8.1.0
got: 11.8.5
got: 11.8.6
progress: 2.0.3
semver: 6.3.1
sumchecker: 3.0.1
@@ -16372,7 +16379,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
electron@41.1.1:
electron@41.2.1:
dependencies:
'@electron/get': 2.0.3
'@types/node': 24.12.0
@@ -17034,7 +17041,7 @@ snapshots:
get-stream@5.2.0:
dependencies:
pump: 3.0.3
pump: 3.0.4
get-stream@6.0.1: {}
@@ -17173,6 +17180,20 @@ snapshots:
p-cancelable: 2.1.1
responselike: 2.0.1
got@11.8.6:
dependencies:
'@sindresorhus/is': 4.6.0
'@szmarczak/http-timer': 4.0.6
'@types/cacheable-request': 6.0.3
'@types/responselike': 1.0.3
cacheable-lookup: 5.0.4
cacheable-request: 7.0.4
decompress-response: 6.0.0
http2-wrapper: 1.0.3
lowercase-keys: 2.0.0
p-cancelable: 2.1.1
responselike: 2.0.1
got@14.6.6:
dependencies:
'@sindresorhus/is': 7.2.0
@@ -19329,6 +19350,11 @@ snapshots:
end-of-stream: 1.4.5
once: 1.4.0
pump@3.0.4:
dependencies:
end-of-stream: 1.4.5
once: 1.4.0
pumpify@2.0.1:
dependencies:
duplexify: 4.1.3
+1
View File
@@ -169,6 +169,7 @@ const ALLOWED_DLLS = new Set([
'userenv.dll',
'uxtheme.dll',
'version.dll',
'wevtapi.dll',
'winhttp.dll',
'winmm.dll',
'winspool.drv',