fix(deps): update dependency parse-torrent to v9.1.5

This commit is contained in:
Renovate Bot
2022-03-26 17:55:57 +00:00
committed by renovate[bot]
parent b24cc29523
commit 601d01fe85
2 changed files with 13 additions and 10 deletions

21
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"material-ui": "0.20.2", "material-ui": "0.20.2",
"music-metadata": "7.12.2", "music-metadata": "7.12.2",
"network-address": "1.1.2", "network-address": "1.1.2",
"parse-torrent": "9.1.4", "parse-torrent": "9.1.5",
"prettier-bytes": "1.0.4", "prettier-bytes": "1.0.4",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"react": "17.0.2", "react": "17.0.2",
@@ -10031,9 +10031,9 @@
} }
}, },
"node_modules/parse-torrent": { "node_modules/parse-torrent": {
"version": "9.1.4", "version": "9.1.5",
"resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.4.tgz", "resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.5.tgz",
"integrity": "sha512-NSlG8ewolqfcEWevUUsrpvxzVWYGaKWwPHMcXTAV2qYYo6pPugVOacQXt8uDlEYh23Ituz+A9pAZK5YaXTV8Pg==", "integrity": "sha512-K8FXRwTOaZMI0/xuv0dpng1MVHZRtMJ0jRWBJ3qZWVNTrC1MzWUxm9QwaXDz/2qPhV2XC4UIHI92IGHwseAwaA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -10054,7 +10054,7 @@
"get-stdin": "^8.0.0", "get-stdin": "^8.0.0",
"magnet-uri": "^6.2.0", "magnet-uri": "^6.2.0",
"queue-microtask": "^1.2.3", "queue-microtask": "^1.2.3",
"simple-get": "^4.0.0", "simple-get": "^4.0.1",
"simple-sha1": "^3.1.0" "simple-sha1": "^3.1.0"
}, },
"bin": { "bin": {
@@ -10067,6 +10067,9 @@
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/path-exists": { "node_modules/path-exists": {
@@ -22499,16 +22502,16 @@
} }
}, },
"parse-torrent": { "parse-torrent": {
"version": "9.1.4", "version": "9.1.5",
"resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.4.tgz", "resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-9.1.5.tgz",
"integrity": "sha512-NSlG8ewolqfcEWevUUsrpvxzVWYGaKWwPHMcXTAV2qYYo6pPugVOacQXt8uDlEYh23Ituz+A9pAZK5YaXTV8Pg==", "integrity": "sha512-K8FXRwTOaZMI0/xuv0dpng1MVHZRtMJ0jRWBJ3qZWVNTrC1MzWUxm9QwaXDz/2qPhV2XC4UIHI92IGHwseAwaA==",
"requires": { "requires": {
"bencode": "^2.0.2", "bencode": "^2.0.2",
"blob-to-buffer": "^1.2.9", "blob-to-buffer": "^1.2.9",
"get-stdin": "^8.0.0", "get-stdin": "^8.0.0",
"magnet-uri": "^6.2.0", "magnet-uri": "^6.2.0",
"queue-microtask": "^1.2.3", "queue-microtask": "^1.2.3",
"simple-get": "^4.0.0", "simple-get": "^4.0.1",
"simple-sha1": "^3.1.0" "simple-sha1": "^3.1.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -42,7 +42,7 @@
"material-ui": "0.20.2", "material-ui": "0.20.2",
"music-metadata": "7.12.2", "music-metadata": "7.12.2",
"network-address": "1.1.2", "network-address": "1.1.2",
"parse-torrent": "9.1.4", "parse-torrent": "9.1.5",
"prettier-bytes": "1.0.4", "prettier-bytes": "1.0.4",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"react": "17.0.2", "react": "17.0.2",