Bump electron from 35.0.2 to 35.0.3

Bumps [electron](https://github.com/electron/electron) from 35.0.2 to 35.0.3.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v35.0.2...v35.0.3)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-21 07:24:07 +00:00 committed by GitHub
parent 546f2e4037
commit 3409fd3b46
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.27.0",
"electron": "^35.0.2",
"electron": "^35.0.3",
"eslint": "^9.22.0",
"typescript": "^5.8.2"
}
@ -1030,9 +1030,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.0.2.tgz",
"integrity": "sha512-jo8S4GfBpVIBDGitUrv+Vo/I/ZEEs6IvWprG2KJlxayYIKpufulbQaxDt78cC/79FwFo8MA0JOIwx/b9r5NRag==",
"version": "35.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.0.3.tgz",
"integrity": "sha512-kjQAYEWXSr2TyK19IZoF85dzFIBaYuX7Yp/C+34b5Y/jmI2z270CGie+RjmEGMMitsy0G8YJKftukhYMuWlK6g==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.27.0",
"electron": "^35.0.2",
"electron": "^35.0.3",
"eslint": "^9.22.0",
"typescript": "^5.8.2"
},