Bump electron from 35.2.0 to 35.2.1

Bumps [electron](https://github.com/electron/electron) from 35.2.0 to 35.2.1.
- [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.2.0...v35.2.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 35.2.1
  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-04-24 13:25:18 +00:00 committed by GitHub
parent 65d5f1300e
commit 7d1f997d55
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.31.0",
"@typescript-eslint/parser": "^8.31.0",
"electron": "^35.2.0",
"electron": "^35.2.1",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.2.0.tgz",
"integrity": "sha512-GHda7oCkN0pA23qzah735DEbRa06IPwlzP3uvjAmf9af8gxdj5i93JEHeQVGVmSVpd7sSb1pfecs9nz7B1q5ag==",
"version": "35.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.2.1.tgz",
"integrity": "sha512-LO4xXLpzkPPUVLvAbdHMlW7N9Z+Qqz+7QsmSWXluTIQMeJk+v7o36nUTZghyA2I1s//tlMvuaCtle6Qo2W0Ktg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"electron": "^35.2.0",
"electron": "^35.2.1",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
},