|
32 | 32 | "bencode": "^3.0.3", |
33 | 33 | "bittorrent-peerid": "^1.3.3", |
34 | 34 | "chrome-dgram": "^3.0.6", |
35 | | - "clone": "^2.0.0", |
| 35 | + "clone": "^2.1.2", |
36 | 36 | "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", |
39 | 40 | "lru": "^3.1.0", |
40 | | - "minimist": "^1.2.5", |
| 41 | + "minimist": "^1.2.8", |
41 | 42 | "once": "^1.4.0", |
42 | 43 | "queue-microtask": "^1.2.3", |
43 | 44 | "random-iterate": "^1.0.1", |
44 | 45 | "run-parallel": "^1.2.0", |
45 | 46 | "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", |
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.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" |
62 | 63 | }, |
63 | 64 | "engines": { |
64 | | - "node": ">=12.20.0" |
| 65 | + "node": ">=16.0.0" |
65 | 66 | }, |
66 | 67 | "exports": { |
67 | 68 | "import": "./index.js" |
|
79 | 80 | "license": "MIT", |
80 | 81 | "main": "index.js", |
81 | 82 | "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" |
84 | 85 | }, |
85 | 86 | "repository": { |
86 | 87 | "type": "git", |
|
0 commit comments