|
24 | 24 | "url": "https://github.com/webtorrent/bittorrent-tracker/issues" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "bencode": "^2.0.0", |
28 | | - "bittorrent-peerid": "^1.0.2", |
29 | | - "bn.js": "^5.0.0", |
30 | | - "chrome-dgram": "^3.0.2", |
31 | | - "compact2string": "^1.2.0", |
32 | | - "debug": "^4.0.1", |
33 | | - "ip": "^1.0.1", |
34 | | - "lru": "^3.0.0", |
35 | | - "minimist": "^1.1.1", |
36 | | - "once": "^1.3.0", |
| 27 | + "bencode": "^2.0.1", |
| 28 | + "bittorrent-peerid": "^1.3.2", |
| 29 | + "bn.js": "^5.1.1", |
| 30 | + "chrome-dgram": "^3.0.4", |
| 31 | + "compact2string": "^1.4.1", |
| 32 | + "debug": "^4.1.1", |
| 33 | + "ip": "^1.1.5", |
| 34 | + "lru": "^3.1.0", |
| 35 | + "minimist": "^1.2.5", |
| 36 | + "once": "^1.4.0", |
37 | 37 | "random-iterate": "^1.0.1", |
38 | | - "randombytes": "^2.0.3", |
39 | | - "run-parallel": "^1.1.2", |
40 | | - "run-series": "^1.0.2", |
41 | | - "simple-get": "^3.0.0", |
42 | | - "simple-peer": "^9.0.0", |
43 | | - "simple-websocket": "^8.0.0", |
44 | | - "string2compact": "^1.1.1", |
| 38 | + "randombytes": "^2.1.0", |
| 39 | + "run-parallel": "^1.1.9", |
| 40 | + "run-series": "^1.1.8", |
| 41 | + "simple-get": "^3.1.0", |
| 42 | + "simple-peer": "^9.7.1", |
| 43 | + "simple-websocket": "^8.1.1", |
| 44 | + "string2compact": "^1.3.0", |
45 | 45 | "unordered-array-remove": "^1.0.2", |
46 | | - "ws": "^7.0.0" |
| 46 | + "ws": "^7.3.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "magnet-uri": "^5.1.3", |
| 49 | + "magnet-uri": "^5.2.4", |
50 | 50 | "standard": "*", |
51 | 51 | "tape": "^5.0.0", |
52 | | - "webtorrent-fixtures": "^1.3.0", |
53 | | - "wrtc": "^0.4.1" |
| 52 | + "webtorrent-fixtures": "^1.7.3", |
| 53 | + "wrtc": "^0.4.4" |
54 | 54 | }, |
55 | 55 | "engines": { |
56 | 56 | "node": ">=10" |
|
68 | 68 | "license": "MIT", |
69 | 69 | "main": "index.js", |
70 | 70 | "optionalDependencies": { |
71 | | - "bufferutil": "^4.0.0", |
72 | | - "utf-8-validate": "^5.0.1" |
| 71 | + "bufferutil": "^4.0.1", |
| 72 | + "utf-8-validate": "^5.0.2" |
73 | 73 | }, |
74 | 74 | "repository": { |
75 | 75 | "type": "git", |
|
0 commit comments