|
28 | 28 | "type": "module", |
29 | 29 | "dependencies": { |
30 | 30 | "bencode": "^3.0.3", |
31 | | - "bittorrent-peerid": "^1.3.3", |
32 | | - "bn.js": "^5.2.0", |
| 31 | + "bittorrent-peerid": "^1.3.6", |
| 32 | + "bn.js": "^5.2.1", |
33 | 33 | "chrome-dgram": "^3.0.6", |
34 | | - "clone": "^2.0.0", |
| 34 | + "clone": "^2.1.2", |
35 | 35 | "compact2string": "^1.4.1", |
36 | | - "debug": "^4.1.1", |
37 | | - "ip": "^1.1.5", |
| 36 | + "debug": "^4.3.4", |
| 37 | + "ip": "^1.1.8", |
38 | 38 | "lru": "^3.1.0", |
39 | | - "minimist": "^1.2.5", |
| 39 | + "minimist": "^1.2.8", |
40 | 40 | "once": "^1.4.0", |
41 | 41 | "queue-microtask": "^1.2.3", |
42 | 42 | "random-iterate": "^1.0.1", |
43 | 43 | "randombytes": "^2.1.0", |
44 | 44 | "run-parallel": "^1.2.0", |
45 | 45 | "run-series": "^1.1.9", |
46 | | - "simple-get": "^4.0.0", |
47 | | - "simple-peer": "^9.11.0", |
| 46 | + "simple-get": "^4.0.1", |
| 47 | + "simple-peer": "^9.11.1", |
48 | 48 | "simple-websocket": "^9.1.0", |
49 | | - "socks": "^2.0.0", |
50 | | - "string2compact": "^2.0.0", |
| 49 | + "socks": "^2.7.1", |
| 50 | + "string2compact": "^2.0.1", |
51 | 51 | "unordered-array-remove": "^1.0.2", |
52 | | - "ws": "^8.0.0" |
| 52 | + "ws": "^8.13.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@mapbox/node-pre-gyp": "1.0.10", |
|
59 | 59 | "semantic-release": "20.1.3", |
60 | 60 | "standard": "*", |
61 | 61 | "tape": "5.6.3", |
62 | | - "utilitas": "^1992.4.5", |
| 62 | + "utilitas": "^1992.4.7", |
63 | 63 | "webtorrent-fixtures": "2.0.2", |
64 | 64 | "wrtc": "0.4.7" |
65 | 65 | }, |
|
82 | 82 | "license": "MIT", |
83 | 83 | "main": "index.js", |
84 | 84 | "optionalDependencies": { |
85 | | - "bufferutil": "^4.0.3", |
86 | | - "utf-8-validate": "^5.0.5" |
| 85 | + "bufferutil": "^4.0.7", |
| 86 | + "utf-8-validate": "^6.0.3" |
87 | 87 | }, |
88 | 88 | "repository": { |
89 | 89 | "type": "git", |
|
92 | 92 | "scripts": { |
93 | 93 | "preversion": "npm run update-authors", |
94 | 94 | "test": "standard && tape test/*.js", |
95 | | - "update-authors": "./tools/update-authors.sh" |
| 95 | + "update-authors": "./tools/update-authors.sh", |
| 96 | + "upstream": "git pull [email protected]:webtorrent/bittorrent-tracker.git", |
| 97 | + "updep": "npx npm-check-updates -u && npm install" |
96 | 98 | }, |
97 | 99 | "funding": [ |
98 | 100 | { |
|
0 commit comments