|
27 | 27 | },
|
28 | 28 | "type": "module",
|
29 | 29 | "dependencies": {
|
30 |
| - "@thaunknown/simple-peer": "^9.12.1", |
31 |
| - "@thaunknown/simple-websocket": "^9.1.0", |
| 30 | + "@thaunknown/simple-peer": "^10.0.6", |
| 31 | + "@thaunknown/simple-websocket": "^9.1.1", |
32 | 32 | "bencode": "^4.0.0",
|
33 |
| - "bittorrent-peerid": "^1.3.3", |
| 33 | + "bittorrent-peerid": "^1.3.6", |
34 | 34 | "chrome-dgram": "^3.0.6",
|
35 |
| - "clone": "^2.0.0", |
| 35 | + "clone": "^2.1.2", |
36 | 36 | "compact2string": "^1.4.1",
|
37 |
| - "cross-fetch-ponyfill": "^1.0.1", |
38 |
| - "debug": "^4.1.1", |
39 |
| - "ip": "^1.1.5", |
| 37 | + "cross-fetch-ponyfill": "^1.0.3", |
| 38 | + "debug": "^4.3.4", |
| 39 | + "ip": "^2.0.1", |
40 | 40 | "lru": "^3.1.0",
|
41 |
| - "minimist": "^1.2.5", |
| 41 | + "minimist": "^1.2.8", |
42 | 42 | "once": "^1.4.0",
|
43 | 43 | "queue-microtask": "^1.2.3",
|
44 | 44 | "random-iterate": "^1.0.1",
|
45 | 45 | "run-parallel": "^1.2.0",
|
46 | 46 | "run-series": "^1.1.9",
|
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", |
50 | 50 | "unordered-array-remove": "^1.0.2",
|
51 |
| - "ws": "^8.0.0" |
| 51 | + "ws": "^8.17.0" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@mapbox/node-pre-gyp": "1.0.11",
|
55 | 55 | "@webtorrent/semantic-release-config": "1.0.10",
|
56 | 56 | "magnet-uri": "7.0.5",
|
57 |
| - "semantic-release": "21.1.2", |
58 | 57 | "standard": "*",
|
59 | 58 | "tape": "5.7.5",
|
60 |
| - "undici": "^5.27.0", |
61 |
| - "webtorrent-fixtures": "2.0.2", |
62 |
| - "wrtc": "0.4.7" |
| 59 | + "undici": "^6.16.1", |
| 60 | + "webrtc-polyfill": "^1.1.5", |
| 61 | + "webtorrent-fixtures": "2.0.2" |
63 | 62 | },
|
64 | 63 | "engines": {
|
65 |
| - "node": ">=12.20.0" |
| 64 | + "node": ">=16.0.0" |
66 | 65 | },
|
67 | 66 | "exports": {
|
68 | 67 | "import": "./index.js"
|
|
80 | 79 | "license": "MIT",
|
81 | 80 | "main": "index.js",
|
82 | 81 | "optionalDependencies": {
|
83 |
| - "bufferutil": "^4.0.3", |
84 |
| - "utf-8-validate": "^5.0.5" |
| 82 | + "bufferutil": "^4.0.8", |
| 83 | + "utf-8-validate": "^6.0.4" |
85 | 84 | },
|
86 | 85 | "repository": {
|
87 | 86 | "type": "git",
|
|
0 commit comments