Bumped yt-comment-scraper (#1389)

This commit is contained in:
Luca Hohmann 2021-06-03 20:09:14 +02:00 committed by GitHub
parent c09ed62734
commit 7cca8e3745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19463,9 +19463,9 @@
}
},
"yt-comment-scraper": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-4.0.3.tgz",
"integrity": "sha512-dmZ2ZhRAaX+WVI2gLloRLWkp9vjPcnXJDPxlgHT5N/s/dhRDUuRikvWXdGhalJ7LOeECC+dFbYyFyQyv8kIiig==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-4.0.4.tgz",
"integrity": "sha512-6siEScAU7aqV8fzUexHlUd4w13JPZMQ0y2d+yDbFEoKU43jkFbVtAZ3IxTRCBpfDV7rKkaoAy8umD9y5goaV2Q==",
"requires": {
"axios": "^0.21.1",
"node-html-parser": "^2.0.2"

View File

@ -48,7 +48,7 @@
"youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git",
"youtube-suggest": "^1.1.2",
"yt-channel-info": "^2.2.0",
"yt-comment-scraper": "^4.0.3",
"yt-comment-scraper": "^4.0.4",
"yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^2.0.0",
"ytdl-core": "^4.8.2",