Bump electron from 33.0.1 to 33.1.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
dependabot[bot] 2024-11-06 13:37:44 -08:00 committed by GitHub
parent d4b871af43
commit 6014b5abfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 7 deletions

View file

@ -53,7 +53,7 @@ export function updateDefaultSession(
}
);
frame.send('select-capture-sources', {
frame?.send('select-capture-sources', {
id,
sources,
} satisfies IpcResponseType);