chore(deps): update @jitsi/electron-sdk for electron 17+ (#707)

This commit is contained in:
Christoph Settgast 2022-02-09 07:35:34 +01:00 committed by GitHub
parent 9601ef83f3
commit e309bb69db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@jitsi/electron-sdk": "^3.0.3",
"@jitsi/electron-sdk": "^3.0.5",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},
@ -4093,9 +4093,9 @@
"dev": true
},
"node_modules/@jitsi/electron-sdk": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@jitsi/electron-sdk/-/electron-sdk-3.0.3.tgz",
"integrity": "sha512-6J8xvWZLIn6B6SErtGH8okPsLovlBbu4zCG943PTnR0Jfz5P/uuMjl9YriS4F5B+IYiKcLoXUlo5Zx2olRqm8A==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@jitsi/electron-sdk/-/electron-sdk-3.0.5.tgz",
"integrity": "sha512-uJqdgxZ+PjGGcF+am4hSlycQlaZS2tFl4oAX3TETJsTIoC8dHwf+Q9QopHGNEpFVhPs6PJtrGL6hA0m1FHJbfg==",
"hasInstallScript": true,
"dependencies": {
"@jitsi/logger": "^2.0.0",
@ -22785,9 +22785,9 @@
"dev": true
},
"@jitsi/electron-sdk": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@jitsi/electron-sdk/-/electron-sdk-3.0.3.tgz",
"integrity": "sha512-6J8xvWZLIn6B6SErtGH8okPsLovlBbu4zCG943PTnR0Jfz5P/uuMjl9YriS4F5B+IYiKcLoXUlo5Zx2olRqm8A==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@jitsi/electron-sdk/-/electron-sdk-3.0.5.tgz",
"integrity": "sha512-uJqdgxZ+PjGGcF+am4hSlycQlaZS2tFl4oAX3TETJsTIoC8dHwf+Q9QopHGNEpFVhPs6PJtrGL6hA0m1FHJbfg==",
"requires": {
"@jitsi/logger": "^2.0.0",
"@jitsi/robotjs": "^0.6.8",

View File

@ -129,7 +129,7 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
"@jitsi/electron-sdk": "^3.0.3",
"@jitsi/electron-sdk": "^3.0.5",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},