chore(deps) lib-jitsi-meet@latest
* fix(layer-suspension) Do not ignore maxHeight=0 sender constraint. This fixes https://github.com/jitsi/lib-jitsi-meet/issues/1759.
012c38769d...7275ee1286
This commit is contained in:
parent
3f7c6a3801
commit
4f58b5fab9
|
@ -59,7 +59,7 @@
|
|||
"jquery-i18next": "1.2.1",
|
||||
"js-md5": "0.6.1",
|
||||
"jwt-decode": "2.2.0",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#012c38769d216a97fcfc36d057103f44984a172c",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#7275ee1286515e46774651c264da0b2f9cfd3509",
|
||||
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.1",
|
||||
|
@ -10758,12 +10758,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fsevents/node_modules/mkdirp": {
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.5",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"minimist": "0.0.8"
|
||||
"minimist": "^1.2.5"
|
||||
},
|
||||
"bin": {
|
||||
"mkdirp": "bin/cmd.js"
|
||||
|
@ -10940,7 +10940,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fsevents/node_modules/rc/node_modules/minimist": {
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.5",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
|
@ -13010,8 +13010,8 @@
|
|||
},
|
||||
"node_modules/lib-jitsi-meet": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#012c38769d216a97fcfc36d057103f44984a172c",
|
||||
"integrity": "sha512-4DUEju/Ru7+FqdYsE/adQTcKLeBQ1lwYyuce7GEUd4xmX49AR1y0HQPTbvKu5XMoflqHKmHGf9xHLEZsH2Ywlw==",
|
||||
"resolved": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#7275ee1286515e46774651c264da0b2f9cfd3509",
|
||||
"integrity": "sha512-+Upr5Dmq+1hHbV19r7bb3C3Bwf62fQJG2fANlFXvN2rfMNuK5OuEeZn4hk4Uunfu8+22m748617NartyePMrgQ==",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -30520,11 +30520,11 @@
|
|||
}
|
||||
},
|
||||
"mkdirp": {
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.5",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"minimist": "0.0.8"
|
||||
"minimist": "^1.2.5"
|
||||
}
|
||||
},
|
||||
"ms": {
|
||||
|
@ -30652,7 +30652,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"minimist": {
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.5",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
}
|
||||
|
@ -32277,9 +32277,9 @@
|
|||
}
|
||||
},
|
||||
"lib-jitsi-meet": {
|
||||
"version": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#012c38769d216a97fcfc36d057103f44984a172c",
|
||||
"integrity": "sha512-4DUEju/Ru7+FqdYsE/adQTcKLeBQ1lwYyuce7GEUd4xmX49AR1y0HQPTbvKu5XMoflqHKmHGf9xHLEZsH2Ywlw==",
|
||||
"from": "lib-jitsi-meet@github:jitsi/lib-jitsi-meet#012c38769d216a97fcfc36d057103f44984a172c",
|
||||
"version": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#7275ee1286515e46774651c264da0b2f9cfd3509",
|
||||
"integrity": "sha512-+Upr5Dmq+1hHbV19r7bb3C3Bwf62fQJG2fANlFXvN2rfMNuK5OuEeZn4hk4Uunfu8+22m748617NartyePMrgQ==",
|
||||
"from": "lib-jitsi-meet@github:jitsi/lib-jitsi-meet#7275ee1286515e46774651c264da0b2f9cfd3509",
|
||||
"requires": {
|
||||
"@jitsi/js-utils": "2.0.0",
|
||||
"@jitsi/sdp-interop": "github:jitsi/sdp-interop#4669790bb9020cc8f10c1d1f3823c26b08497547",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"jquery-i18next": "1.2.1",
|
||||
"js-md5": "0.6.1",
|
||||
"jwt-decode": "2.2.0",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#012c38769d216a97fcfc36d057103f44984a172c",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#7275ee1286515e46774651c264da0b2f9cfd3509",
|
||||
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.1",
|
||||
|
|
Loading…
Reference in New Issue