fix(torrent): fix search by magnet

This commit is contained in:
Alexey Kasyanchuk
2022-06-06 15:03:36 +03:00
parent 8ecbe329c7
commit bf6b88aaaa
3 changed files with 48 additions and 32 deletions

View File

@ -107,8 +107,8 @@
"dependencies": {
"@electron/remote": "^2.0.4",
"ansi-256-colors": "^1.1.0",
"bencode": "^2.0.2",
"bitfield": "^4.0.0",
"bencode": "2.0.1",
"bitfield": "3.0.0",
"cheerio": "^1.0.0-rc.10",
"compare-versions": "^4.1.3",
"create-torrent": "3.33.0",