Browse Source

chore(deps) make sure no SSH URLs get generated in package-lock.json

They create installation problems on systems without an SSH key.

Ref: https://github.com/npm/cli/issues/2610#issuecomment-914610832
dev1
Saúl Ibarra Corretgé 3 years ago
parent
commit
21337c75ae
2 changed files with 3013 additions and 3163 deletions
  1. 3011
    3161
      package-lock.json
  2. 2
    2
      package.json

+ 3011
- 3161
package-lock.json
File diff suppressed because it is too large
View File


+ 2
- 2
package.json View File

@@ -18,7 +18,7 @@
18 18
   "dependencies": {
19 19
     "@jitsi/js-utils": "2.0.0",
20 20
     "@jitsi/logger": "2.0.0",
21
-    "@jitsi/sdp-interop": "github:jitsi/sdp-interop#3707993863eb6c5b6d66c4a025e9dba193775bfb",
21
+    "@jitsi/sdp-interop": "https://git@github.com/jitsi/sdp-interop#3707993863eb6c5b6d66c4a025e9dba193775bfb",
22 22
     "@jitsi/sdp-simulcast": "0.4.0",
23 23
     "async": "0.9.0",
24 24
     "base64-js": "1.3.1",
@@ -30,7 +30,7 @@
30 30
     "sdp-transform": "2.3.0",
31 31
     "strophe.js": "1.3.4",
32 32
     "strophejs-plugin-disco": "0.0.2",
33
-    "strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
33
+    "strophejs-plugin-stream-management": "https://git@github.com/jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
34 34
     "uuid": "8.1.0",
35 35
     "webrtc-adapter": "8.0.0"
36 36
   },

Loading…
Cancel
Save