Upstream fix for trending page

This commit is contained in:
Luca 2021-01-17 12:39:40 +01:00
parent 213a42c516
commit 1d6e9e979a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19242,9 +19242,9 @@
} }
}, },
"yt-trending-scraper": { "yt-trending-scraper": {
"version": "1.0.7", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.0.7.tgz", "resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.1.0.tgz",
"integrity": "sha512-X8Ur9glylaOIOxf7o/IrKo+OKTPNW7e1q2x+Kpq3QxvtQHeI3IaavI7LZ3RwWjruJzUkdLcvR+FwDjFs0PITzw==", "integrity": "sha512-9QCSbzKFMTHyvj9y8oRnRZcLH9aVK/8GcPWSAiayfOfswXDnLZYONqavy/04kz/nXZfZQeuIGMsxCW2RxokWlQ==",
"requires": { "requires": {
"axios": "^0.21.1" "axios": "^0.21.1"
}, },

View File

@ -49,7 +49,7 @@
"yt-channel-info": "^1.2.0", "yt-channel-info": "^1.2.0",
"yt-comment-scraper": "^1.3.11", "yt-comment-scraper": "^1.3.11",
"yt-dash-manifest-generator": "^1.1.0", "yt-dash-manifest-generator": "^1.1.0",
"yt-trending-scraper": "1.0.7", "yt-trending-scraper": "1.1.0",
"yt-xml2vtt": "^1.2.0", "yt-xml2vtt": "^1.2.0",
"ytdl-core": "^4.4.3", "ytdl-core": "^4.4.3",
"ytpl": "^2.0.4", "ytpl": "^2.0.4",