Bumped trending module (#1235)
This commit is contained in:
parent
82aeaac734
commit
06662568bf
|
@ -18377,9 +18377,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"yt-trending-scraper": {
|
"yt-trending-scraper": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/yt-trending-scraper/-/yt-trending-scraper-1.1.3.tgz",
|
||||||
"integrity": "sha512-kRR/bBhNBq/GAvHDSdKE9MxJcwg+CxWb/JZtr2J3xZZ5UF3txdUc3zCLxqf+RRVcdJuObxEv0MgReCwspoFoAg==",
|
"integrity": "sha512-J+gOTTaGxZF0F0M/MzyMjN4SlMYhFQvwFo2hdwpnsukC2lTR5N8YOSEfLlSqkRAtcJ7RXIs++YAuz1W4J2C08Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "^0.21.1"
|
"axios": "^0.21.1"
|
||||||
},
|
},
|
||||||
|
@ -18393,9 +18393,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"follow-redirects": {
|
"follow-redirects": {
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz",
|
||||||
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
|
"integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"yt-channel-info": "^2.1.0",
|
"yt-channel-info": "^2.1.0",
|
||||||
"yt-comment-scraper": "^4.0.1",
|
"yt-comment-scraper": "^4.0.1",
|
||||||
"yt-dash-manifest-generator": "1.1.0",
|
"yt-dash-manifest-generator": "1.1.0",
|
||||||
"yt-trending-scraper": "^1.1.1",
|
"yt-trending-scraper": "^1.1.3",
|
||||||
"ytdl-core": "^4.5.0",
|
"ytdl-core": "^4.5.0",
|
||||||
"ytpl": "^2.0.5",
|
"ytpl": "^2.0.5",
|
||||||
"ytsr": "^3.3.1"
|
"ytsr": "^3.3.1"
|
||||||
|
|
Loading…
Reference in New Issue