feat(electronSecurity): update electron

This commit is contained in:
Johannes Millan 2023-12-14 12:28:13 +01:00
parent 7200fcbd70
commit 7fe4d63ea4
3 changed files with 458 additions and 297 deletions

749
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -176,8 +176,8 @@
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"detect-it": "^4.0.1",
"electron": "^25.9.0",
"electron-builder": "24.6.4",
"electron": "^28.0.0",
"electron-builder": "24.9.1",
"electron-builder-notarize": "^1.5.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",

View file

@ -21,7 +21,7 @@ export class GlobalErrorHandler implements ErrorHandler {
@Inject(Injector) private injector: Injector,
) {
if (IS_ELECTRON) {
this._electronLogger = this._electronService.remote.require('electron-log');
// this._electronLogger = this._electronService.remote.require('electron-log');
}
}