fix(rejoin) fix adding track parameters to rejoin URL

The URL polyfill we were using didn't support taking a URL object in the
constructor, the updated one does.
This commit is contained in:
Saúl Ibarra Corretgé 2020-10-14 17:46:16 +02:00 committed by Saúl Ibarra Corretgé
parent b5f9b575ca
commit 036d810d46
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4834,9 +4834,9 @@
}
},
"@webcomponents/url": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@webcomponents/url/-/url-0.7.1.tgz",
"integrity": "sha512-9oFDpuZ+tAogjPYQPhNEX86Npzb73A4kv9DOPsSO9aWoWgoevoP6eKx+TKMwO8BJxtTpSM9nKenHQTJ56SP2Cw=="
"version": "0.7.6",
"resolved": "https://registry.npmjs.org/@webcomponents/url/-/url-0.7.6.tgz",
"integrity": "sha512-u0713SyGVRdct1x+V+gRxDp2zMtHwPGaMjukhENqa6n+8H7Rgw4/lNhsk9DffPo3NoxEHv19iQJaI/Ab8Y+BKw=="
},
"@xtuc/ieee754": {
"version": "1.2.0",

View File

@ -40,7 +40,7 @@
"@svgr/webpack": "4.3.2",
"@tensorflow-models/body-pix": "2.0.4",
"@tensorflow/tfjs": "1.5.1",
"@webcomponents/url": "0.7.1",
"@webcomponents/url": "0.7.6",
"amplitude-js": "7.1.1",
"base64-js": "1.3.1",
"bc-css-flags": "3.0.0",