From 22beb1fc6b84c65efc5234a696faad1b1346ebaf Mon Sep 17 00:00:00 2001 From: Luca Hohmann <34301369+GilgusMaximus@users.noreply.github.com> Date: Tue, 13 Apr 2021 00:16:10 +0200 Subject: [PATCH] Bumped yt-channel-info (#1196) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 057aacf3..12891c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18302,9 +18302,9 @@ } }, "yt-channel-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-2.0.0.tgz", - "integrity": "sha512-Qrd9ONv9NbVPGGwCWPDwuQds43iXcNQHMB4iE9VqBtDt9WuMKoZd6BvoZDT10QCKisknByO1XIkM1hxbKyZNnA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/yt-channel-info/-/yt-channel-info-2.1.0.tgz", + "integrity": "sha512-e7rDJUw+GoOMojQYLG/SlD4gwXiRChmRj+tMzfLyoHUuvELZKq3bayTkepFDNls/0dLwc/vU6Xr9uAIXRGLvBw==", "requires": { "axios": "^0.21.1", "querystring": "^0.2.0" diff --git a/package.json b/package.json index f4c86a62..1a6e7d73 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "xml2json": "^0.12.0", "youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git", "youtube-suggest": "^1.1.2", - "yt-channel-info": "^2.0.0", + "yt-channel-info": "^2.1.0", "yt-comment-scraper": "^4.0.1", "yt-dash-manifest-generator": "1.1.0", "yt-trending-scraper": "^1.1.1",