Update channel module

This commit is contained in:
Preston 2021-02-15 10:39:36 -05:00
parent ef5aee3576
commit 8d4ff5150f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19211,9 +19211,9 @@
} }
}, },
"yt-channel-info": { "yt-channel-info": {
"version": "1.2.1", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-1.2.1.tgz", "resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-1.2.2.tgz",
"integrity": "sha512-/HpzPVvXhNiU2P1yfMGadIGoEy2U9Cxe9s8WFgh5ndIwFo1Nkt5r4pMcMZHED6Gi8vZlL8S9HXOWu6rExiyFHg==", "integrity": "sha512-nhexkiT1GYE8Oeo3vjSmUyT9Z1ymwc6XD9BAddUPIJJRhVpVytxefMhiysAmgo4QSie8It4aNZDaqpT43s+2wA==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"querystring": "^0.2.0" "querystring": "^0.2.0"

View File

@ -46,7 +46,7 @@
"xml2json": "^0.12.0", "xml2json": "^0.12.0",
"youtube-chat": "^1.1.0", "youtube-chat": "^1.1.0",
"youtube-suggest": "^1.1.0", "youtube-suggest": "^1.1.0",
"yt-channel-info": "^1.2.1", "yt-channel-info": "^1.2.2",
"yt-comment-scraper": "^3.0.0", "yt-comment-scraper": "^3.0.0",
"yt-dash-manifest-generator": "1.1.0", "yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "1.1.0", "yt-trending-scraper": "1.1.0",