deps: bump electron from 43.4.0 to 43.4.1 in /electron (#11426)

Validated in a combined dependabot worktree off release/v3.8.51 tip alongside #11440 and #11428 — a fresh npm install of all three combined (2437 packages, 0 vulnerabilities) plus full-suite validation:
- typecheck:core, file-size, changelog-integrity, complexity, cognitive-complexity, check:cycles — all OK
- npm run lint — 0 errors (after also draining an unrelated stale-suppressions cascade, see #11596)
- npm run test:vitest — 451/452 pass; the 1 failure (auto/glm materialization) is a pre-existing timing-flaky test, reproduced 11/11 pass ×3 in isolation, unrelated to this bump

Electron patch bump, upstream release notes list only crash fixes and stability backports.
This commit is contained in:
dependabot[bot]
2026-08-26 00:38:16 -03:00
committed by GitHub
parent f69cd9f3bd
commit a9dd1dd0fe
2 changed files with 7 additions and 7 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "omniroute-desktop",
"version": "3.8.50",
"version": "3.8.51",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute-desktop",
"version": "3.8.50",
"version": "3.8.51",
"license": "MIT",
"dependencies": {
"electron-updater": "^6.8.9"
},
"devDependencies": {
"electron": "^43.4.0",
"electron": "^43.4.1",
"electron-builder": "^26.15.3"
},
"engines": {
@@ -1367,9 +1367,9 @@
}
},
"node_modules/electron": {
"version": "43.4.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-43.4.0.tgz",
"integrity": "sha512-3qxGF0CeQbiox5oWV1JlbWGQ1VerbmDhTFqW4sJ8h7uqTHniFYPObXJcDna0DMh32et0fFyKzz0YY8lJv3t5jg==",
"version": "43.4.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-43.4.1.tgz",
"integrity": "sha512-5b+EuiwkgG5iRcsEL34rimgRpkYp15SsfZOa0pC5kXs0Tb82TH4n95rpQzTZa7yRCbA7tm0WoEbuBL6NaAhAcA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -28,7 +28,7 @@
"electron-updater": "^6.8.9"
},
"devDependencies": {
"electron": "^43.4.0",
"electron": "^43.4.1",
"electron-builder": "^26.15.3"
},
"overrides": {