Sfoglia il codice sorgente

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.
j8
Saúl Ibarra Corretgé 4 anni fa
parent
commit
036d810d46
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 3
    3
      package-lock.json
  2. 1
    1
      package.json

+ 3
- 3
package-lock.json Vedi File

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

+ 1
- 1
package.json Vedi File

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

Loading…
Annulla
Salva