build(deps-dev): bump electron from 36.3.2 to 36.8.1 in /app (#4800)

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

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 36.8.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-09 22:17:48 +00:00
committed by GitHub
parent be44e7c98a
commit c13d8f9398
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@@ -23,7 +23,7 @@
"asar": "^3.2.0",
"concurrently": "^9.1.2",
"dotenv": "^16.5.0",
"electron": "^36.3.2",
"electron": "^36.8.1",
"electron-builder": "^26.0.12",
"playwright": "^1.37.1",
"playwright-core": "^1.35.1",
@@ -2211,9 +2211,9 @@
}
},
"node_modules/electron": {
"version": "36.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.3.2.tgz",
"integrity": "sha512-v0/j7n22CL3OYv9BIhq6JJz2+e1HmY9H4bjTk8/WzVT9JwVX/T/21YNdR7xuQ6XDSEo9gP5JnqmjOamE+CUY8Q==",
"version": "36.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.8.1.tgz",
"integrity": "sha512-honaH58/cyCb9QAzIvD+WXWuNIZ0tW9zfBqMz5wZld/rXB+LCTEDb2B3TAv8+pDmlzPlkPio95RkUe86l6MNjg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@@ -127,7 +127,7 @@
"asar": "^3.2.0",
"concurrently": "^9.1.2",
"dotenv": "^16.5.0",
"electron": "^36.3.2",
"electron": "^36.8.1",
"electron-builder": "^26.0.12",
"playwright": "^1.37.1",
"playwright-core": "^1.35.1",