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:
parent
d4b871af43
commit
6014b5abfe
3 changed files with 6 additions and 7 deletions
|
@ -53,7 +53,7 @@ export function updateDefaultSession(
|
|||
}
|
||||
);
|
||||
|
||||
frame.send('select-capture-sources', {
|
||||
frame?.send('select-capture-sources', {
|
||||
id,
|
||||
sources,
|
||||
} satisfies IpcResponseType);
|
||||
|
|
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -206,7 +206,7 @@
|
|||
"csv-parse": "5.5.2",
|
||||
"danger": "11.3.1",
|
||||
"debug": "4.3.3",
|
||||
"electron": "33.0.1",
|
||||
"electron": "33.1.0",
|
||||
"electron-builder": "24.13.3",
|
||||
"electron-mocha": "12.2.0",
|
||||
"endanger": "7.0.4",
|
||||
|
@ -18256,12 +18256,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "33.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.0.1.tgz",
|
||||
"integrity": "sha512-PipPnWH4gvf7o+P8jlKQZGgPfb5eHcLgTrnKkFzb98MXhyPjVJYCR7YWqcawZ8IfyJCut8vMxLuBFLT1Ag8TSQ==",
|
||||
"version": "33.1.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.1.0.tgz",
|
||||
"integrity": "sha512-7KiY6MtRo1fVFLPGyHS7Inh8yZfrbUTy43nNwUgMD2CBk729BgSwOC2WhmcptNJVlzHJpVxSWkiVi2hp9mH/bw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^20.9.0",
|
||||
|
|
|
@ -293,7 +293,7 @@
|
|||
"csv-parse": "5.5.2",
|
||||
"danger": "11.3.1",
|
||||
"debug": "4.3.3",
|
||||
"electron": "33.0.1",
|
||||
"electron": "33.1.0",
|
||||
"electron-builder": "24.13.3",
|
||||
"electron-mocha": "12.2.0",
|
||||
"endanger": "7.0.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue