mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 12:11:36 +00:00
update all deps
This commit is contained in:
parent
5d119fdcf1
commit
cf41ced590
46
package.json
46
package.json
@ -24,33 +24,33 @@
|
||||
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"bencode": "^2.0.0",
|
||||
"bittorrent-peerid": "^1.0.2",
|
||||
"bn.js": "^5.0.0",
|
||||
"chrome-dgram": "^3.0.2",
|
||||
"compact2string": "^1.2.0",
|
||||
"debug": "^4.0.1",
|
||||
"ip": "^1.0.1",
|
||||
"lru": "^3.0.0",
|
||||
"minimist": "^1.1.1",
|
||||
"once": "^1.3.0",
|
||||
"bencode": "^2.0.1",
|
||||
"bittorrent-peerid": "^1.3.2",
|
||||
"bn.js": "^5.1.1",
|
||||
"chrome-dgram": "^3.0.4",
|
||||
"compact2string": "^1.4.1",
|
||||
"debug": "^4.1.1",
|
||||
"ip": "^1.1.5",
|
||||
"lru": "^3.1.0",
|
||||
"minimist": "^1.2.5",
|
||||
"once": "^1.4.0",
|
||||
"random-iterate": "^1.0.1",
|
||||
"randombytes": "^2.0.3",
|
||||
"run-parallel": "^1.1.2",
|
||||
"run-series": "^1.0.2",
|
||||
"simple-get": "^3.0.0",
|
||||
"simple-peer": "^9.0.0",
|
||||
"simple-websocket": "^8.0.0",
|
||||
"string2compact": "^1.1.1",
|
||||
"randombytes": "^2.1.0",
|
||||
"run-parallel": "^1.1.9",
|
||||
"run-series": "^1.1.8",
|
||||
"simple-get": "^3.1.0",
|
||||
"simple-peer": "^9.7.1",
|
||||
"simple-websocket": "^8.1.1",
|
||||
"string2compact": "^1.3.0",
|
||||
"unordered-array-remove": "^1.0.2",
|
||||
"ws": "^7.0.0"
|
||||
"ws": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"magnet-uri": "^5.1.3",
|
||||
"magnet-uri": "^5.2.4",
|
||||
"standard": "*",
|
||||
"tape": "^5.0.0",
|
||||
"webtorrent-fixtures": "^1.3.0",
|
||||
"wrtc": "^0.4.1"
|
||||
"webtorrent-fixtures": "^1.7.3",
|
||||
"wrtc": "^0.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
@ -68,8 +68,8 @@
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.0",
|
||||
"utf-8-validate": "^5.0.1"
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user