update all deps

This commit is contained in:
Feross Aboukhadijeh 2020-05-10 11:38:35 -07:00
parent 5d119fdcf1
commit cf41ced590

View File

@ -24,33 +24,33 @@
"url": "https://github.com/webtorrent/bittorrent-tracker/issues" "url": "https://github.com/webtorrent/bittorrent-tracker/issues"
}, },
"dependencies": { "dependencies": {
"bencode": "^2.0.0", "bencode": "^2.0.1",
"bittorrent-peerid": "^1.0.2", "bittorrent-peerid": "^1.3.2",
"bn.js": "^5.0.0", "bn.js": "^5.1.1",
"chrome-dgram": "^3.0.2", "chrome-dgram": "^3.0.4",
"compact2string": "^1.2.0", "compact2string": "^1.4.1",
"debug": "^4.0.1", "debug": "^4.1.1",
"ip": "^1.0.1", "ip": "^1.1.5",
"lru": "^3.0.0", "lru": "^3.1.0",
"minimist": "^1.1.1", "minimist": "^1.2.5",
"once": "^1.3.0", "once": "^1.4.0",
"random-iterate": "^1.0.1", "random-iterate": "^1.0.1",
"randombytes": "^2.0.3", "randombytes": "^2.1.0",
"run-parallel": "^1.1.2", "run-parallel": "^1.1.9",
"run-series": "^1.0.2", "run-series": "^1.1.8",
"simple-get": "^3.0.0", "simple-get": "^3.1.0",
"simple-peer": "^9.0.0", "simple-peer": "^9.7.1",
"simple-websocket": "^8.0.0", "simple-websocket": "^8.1.1",
"string2compact": "^1.1.1", "string2compact": "^1.3.0",
"unordered-array-remove": "^1.0.2", "unordered-array-remove": "^1.0.2",
"ws": "^7.0.0" "ws": "^7.3.0"
}, },
"devDependencies": { "devDependencies": {
"magnet-uri": "^5.1.3", "magnet-uri": "^5.2.4",
"standard": "*", "standard": "*",
"tape": "^5.0.0", "tape": "^5.0.0",
"webtorrent-fixtures": "^1.3.0", "webtorrent-fixtures": "^1.7.3",
"wrtc": "^0.4.1" "wrtc": "^0.4.4"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=10"
@ -68,8 +68,8 @@
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.0", "bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.1" "utf-8-validate": "^5.0.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",