From f3a1c9da066e639f6fdb332c7a7fd824974fd8bb Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 21 Sep 2020 08:38:19 -0400 Subject: [PATCH] Update comments scraper module --- 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 501bab6d..ccc3e1a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20439,9 +20439,9 @@ } }, "yt-comment-scraper": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.1.0.tgz", - "integrity": "sha512-WLEhIWvVy/5AjxNCOtZb5RuZYcwWhUU/b6eduVakUip3EONsGFQI8u4BcEknoxIZirb7yQYasq0Llhv0xqKkig==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/yt-comment-scraper/-/yt-comment-scraper-1.1.3.tgz", + "integrity": "sha512-OpLMXwd5vJ4vW4F8uYubmNcPAv0blxBEW5721qBaAGCtcQANHWGawUVlAgx8RPM3U9zmRv8VD9ertM1VW8FHzg==", "requires": { "axios": "^0.19.2", "html2json": "^1.0.2" diff --git a/package.json b/package.json index 2425dd80..7af3a042 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "youtube-comments-task": "^1.3.15", "youtube-suggest": "^1.1.0", "yt-channel-info": "^1.1.1", - "yt-comment-scraper": "^1.1.0", + "yt-comment-scraper": "^1.1.3", "yt-dash-manifest-generator": "^1.1.0", "yt-trending-scraper": "^1.0.3", "yt-xml2vtt": "^1.1.2",