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