Skip to content

Commit

Permalink
update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed May 10, 2020
1 parent 5d119fd commit cf41ced
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit cf41ced

Please sign in to comment.