Bumped packages for comment like fix
This commit is contained in:
parent
1900578d2d
commit
e6611d2849
|
@ -19444,9 +19444,9 @@
|
|||
}
|
||||
},
|
||||
"yt-channel-info": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-2.1.1.tgz",
|
||||
"integrity": "sha512-oiTSuEGCMFMpgZYYDZhxskPoUnhkFY2DukkTy90wsQdHNfAIjPsqitHYBm75rXDkL2ubLX+nogzf3ZHa9U1e6A==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-2.2.0.tgz",
|
||||
"integrity": "sha512-P8WWBKQxIEZ23UmKzfHpCI4zgIBGpmthsT+oDPDfNYH0VweWHgHMsLphopMJe2y+FElz/b/N1yo5v4vwrteGRQ==",
|
||||
"requires": {
|
||||
"axios": "^0.21.1",
|
||||
"querystring": "^0.2.0"
|
||||
|
@ -19461,16 +19461,16 @@
|
|||
}
|
||||
},
|
||||
"follow-redirects": {
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz",
|
||||
"integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg=="
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
|
||||
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"yt-comment-scraper": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-4.0.1.tgz",
|
||||
"integrity": "sha512-5uReiiLnaBhTBBsTfxIYcoV62EATe8dXAkkUCkCG3pgLU+qty9iCjNQvSgY8tZhnCPNAPO+lJaxzbGJ3hJRm4g==",
|
||||
"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==",
|
||||
"requires": {
|
||||
"axios": "^0.21.1",
|
||||
"node-html-parser": "^2.0.2"
|
||||
|
@ -19485,9 +19485,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.1",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
|
||||
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
"xml2json": "^0.12.0",
|
||||
"youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git",
|
||||
"youtube-suggest": "^1.1.2",
|
||||
"yt-channel-info": "^2.1.1",
|
||||
"yt-comment-scraper": "^4.0.1",
|
||||
"yt-channel-info": "^2.2.0",
|
||||
"yt-comment-scraper": "^4.0.3",
|
||||
"yt-dash-manifest-generator": "1.1.0",
|
||||
"yt-trending-scraper": "^2.0.0",
|
||||
"ytdl-core": "^4.8.0",
|
||||
|
|
Loading…
Reference in New Issue