Bump electron from 36.3.1 to 36.3.2

Bumps [electron](https://github.com/electron/electron) from 36.3.1 to 36.3.2.
- [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.3.1...v36.3.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 36.3.2
  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-05-29 13:53:35 +00:00 committed by GitHub
parent 14c9b8d1a4
commit 8ac9d1e7bc
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.33.0",
"@typescript-eslint/parser": "^8.33.0",
"electron": "^36.3.1",
"electron": "^36.3.2",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
}
@ -978,9 +978,9 @@
"optional": true
},
"node_modules/electron": {
"version": "36.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.3.1.tgz",
"integrity": "sha512-LeOZ+tVahmctHaAssLCGRRUa2SAO09GXua3pKdG+WzkbSDMh+3iOPONNVPTqGp8HlWnzGj4r6mhsIbM2RgH+eQ==",
"version": "36.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.3.2.tgz",
"integrity": "sha512-v0/j7n22CL3OYv9BIhq6JJz2+e1HmY9H4bjTk8/WzVT9JwVX/T/21YNdR7xuQ6XDSEo9gP5JnqmjOamE+CUY8Q==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"electron": "^36.3.1",
"electron": "^36.3.2",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},