Bump electron from 36.1.0 to 36.2.0

Bumps [electron](https://github.com/electron/electron) from 36.1.0 to 36.2.0.
- [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/v36.1.0...v36.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-08 13:41:03 +00:00 committed by GitHub
parent d192fbf6e9
commit 63c0cfae8c
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.32.0",
"@typescript-eslint/parser": "^8.32.0",
"electron": "^36.1.0",
"electron": "^36.2.0",
"eslint": "^9.26.0",
"typescript": "^5.8.3"
}
@ -1114,9 +1114,9 @@
"license": "MIT"
},
"node_modules/electron": {
"version": "36.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.1.0.tgz",
"integrity": "sha512-gnp3BnbKdGsVc7cm1qlEaZc8pJsR08mIs8H/yTo8gHEtFkGGJbDTVZOYNAfbQlL0aXh+ozv+CnyiNeDNkT1Upg==",
"version": "36.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.2.0.tgz",
"integrity": "sha512-5yldoRjBKxPQfI0QMX+qq750o3Nl8N1SZnJqOPMq0gZ6rIJ+7y4ZLp808GrFwjfTm05TYgq3GSD8FGuKQZqwEw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"electron": "^36.1.0",
"electron": "^36.2.0",
"eslint": "^9.26.0",
"typescript": "^5.8.3"
},