Skip to content

Commit d88ba03

Browse files
committed
feat: update webrtc implementation
1 parent b487809 commit d88ba03

File tree

4 files changed

+5874
-19
lines changed

4 files changed

+5874
-19
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,37 @@
3232
"bencode": "^3.0.3",
3333
"bittorrent-peerid": "^1.3.3",
3434
"chrome-dgram": "^3.0.6",
35-
"clone": "^2.0.0",
35+
"clone": "^2.1.2",
3636
"compact2string": "^1.4.1",
37-
"debug": "^4.1.1",
38-
"ip": "^1.1.5",
37+
"cross-fetch-ponyfill": "^1.0.3",
38+
"debug": "^4.3.4",
39+
"ip": "^2.0.1",
3940
"lru": "^3.1.0",
40-
"minimist": "^1.2.5",
41+
"minimist": "^1.2.8",
4142
"once": "^1.4.0",
4243
"queue-microtask": "^1.2.3",
4344
"random-iterate": "^1.0.1",
4445
"run-parallel": "^1.2.0",
4546
"run-series": "^1.1.9",
46-
"simple-get": "^4.0.0",
47-
"socks": "^2.0.0",
48-
"string2compact": "^2.0.0",
49-
"uint8-util": "^2.1.9",
47+
"socks": "^2.8.3",
48+
"string2compact": "^2.0.1",
49+
"uint8-util": "^2.2.5",
5050
"unordered-array-remove": "^1.0.2",
51-
"ws": "^8.0.0"
51+
"ws": "^8.17.0"
5252
},
5353
"devDependencies": {
5454
"@mapbox/node-pre-gyp": "1.0.11",
5555
"@webtorrent/semantic-release-config": "1.0.10",
5656
"magnet-uri": "7.0.5",
57-
"semantic-release": "21.0.7",
58-
"standard": "*",
59-
"tape": "5.6.6",
60-
"webtorrent-fixtures": "2.0.2",
61-
"wrtc": "0.4.7"
57+
"semantic-release": "23.1.1",
58+
"standard": "^17.1.0",
59+
"tape": "5.7.5",
60+
"undici": "^6.16.1",
61+
"webrtc-polyfill": "^1.1.3",
62+
"webtorrent-fixtures": "2.0.2"
6263
},
6364
"engines": {
64-
"node": ">=12.20.0"
65+
"node": ">=16.0.0"
6566
},
6667
"exports": {
6768
"import": "./index.js"
@@ -79,8 +80,8 @@
7980
"license": "MIT",
8081
"main": "index.js",
8182
"optionalDependencies": {
82-
"bufferutil": "^4.0.3",
83-
"utf-8-validate": "^5.0.5"
83+
"bufferutil": "^4.0.8",
84+
"utf-8-validate": "^6.0.4"
8485
},
8586
"repository": {
8687
"type": "git",

0 commit comments

Comments
 (0)