Bumped trending module (#1235)

This commit is contained in:
Luca Hohmann 2021-04-28 19:53:40 +02:00 committed by GitHub
parent 82aeaac734
commit 06662568bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -18377,9 +18377,9 @@
}
},
"yt-trending-scraper": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.1.2.tgz",
"integrity": "sha512-kRR/bBhNBq/GAvHDSdKE9MxJcwg+CxWb/JZtr2J3xZZ5UF3txdUc3zCLxqf+RRVcdJuObxEv0MgReCwspoFoAg==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.1.3.tgz",
"integrity": "sha512-J+gOTTaGxZF0F0M/MzyMjN4SlMYhFQvwFo2hdwpnsukC2lTR5N8YOSEfLlSqkRAtcJ7RXIs++YAuz1W4J2C08Q==",
"requires": {
"axios": "^0.21.1"
},
@ -18393,9 +18393,9 @@
}
},
"follow-redirects": {
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz",
"integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg=="
}
}
},

View File

@ -50,7 +50,7 @@
"yt-channel-info": "^2.1.0",
"yt-comment-scraper": "^4.0.1",
"yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^1.1.1",
"yt-trending-scraper": "^1.1.3",
"ytdl-core": "^4.5.0",
"ytpl": "^2.0.5",
"ytsr": "^3.3.1"