parse-torrent@9

This commit is contained in:
Feross Aboukhadijeh
2020-11-22 16:26:42 -10:00
parent 37d962fcf3
commit 4f68a8ad0b
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -7246,10 +7246,11 @@
}
},
"magnet-uri": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/magnet-uri/-/magnet-uri-5.3.0.tgz",
"integrity": "sha512-8GuTc9mXYfaKrXz687kzx2YTEhMR/X1Qgt6tkTNwPlb2fUy3QfU+O9zuoB5DKAa/IyVdLGxe9xSFUtaA+ZG5tQ==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/magnet-uri/-/magnet-uri-6.1.0.tgz",
"integrity": "sha512-731qLviHaqN/Ni96wm6gNKuvoip+QHWTznjHNz/4qDlsHh3/CWJoL8fZ18IIRhGJgnWoKJp8RVE5lZvQ60Khhw==",
"requires": {
"bep53-range": "^1.0.0",
"thirty-two": "^1.0.2"
}
},
@@ -8414,14 +8415,14 @@
}
},
"parse-torrent": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-8.0.0.tgz",
"integrity": "sha512-vS6qZtAQbVak2/cbDobmxBLfeBAyuMQEIW315Iq4tyfto8+8vtzMb7j3WG7x1FQkTqBh5hlhF7clINIVW6npJQ==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.0.tgz",
"integrity": "sha512-TVht2kv44bTHEd55KgmfEHyDh5djIBZMhaD6uFWnxLhJWUXy8lrIOsjPSs4Tfzs9PTGIgGM0k+UG6CFphHgOZQ==",
"requires": {
"bencode": "^2.0.1",
"blob-to-buffer": "^1.2.9",
"get-stdin": "^8.0.0",
"magnet-uri": "^5.3.0",
"magnet-uri": "^6.0.0",
"simple-get": "^4.0.0",
"simple-sha1": "^3.0.1"
},

View File

@@ -41,7 +41,7 @@
"material-ui": "^0.20.2",
"music-metadata": "^7.5.0",
"network-address": "^1.1.2",
"parse-torrent": "^8.0.0",
"parse-torrent": "^9.1.0",
"prettier-bytes": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^17.0.1",