Update comment module in local API

This commit is contained in:
Preston 2021-03-05 14:10:38 -05:00
parent d4370f25f9
commit ddacdb5649
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -18321,9 +18321,9 @@
}
},
"yt-comment-scraper": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-3.0.1.tgz",
"integrity": "sha512-tRWMve+V09Tw2FpZ9dg1Nkh23uVniQGeAKzAOLfKSHmAHZF/f+4bJ/LK/oYnAj26oH034gu9Lmyy+tapAYTjiQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-3.0.2.tgz",
"integrity": "sha512-vWg/2D0eCJ0DTRayBmxqjZdBXSjArDFp/UAlK/r9tOq+x89hyQwuvP5r5URzLeRXGyv0g0COXsNapZGQR5aaPA==",
"requires": {
"axios": "^0.21.1",
"node-html-parser": "^2.0.2"

View File

@ -48,7 +48,7 @@
"youtube-chat": "^1.1.0",
"youtube-suggest": "^1.1.0",
"yt-channel-info": "^1.3.0",
"yt-comment-scraper": "^3.0.1",
"yt-comment-scraper": "^3.0.2",
"yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^1.1.0",
"yt-xml2vtt": "^1.2.0",