From f0f2a412dc0521861f53fd5fd1bf952698befbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:40:18 +0000 Subject: [PATCH] Bump node-twitch from 0.4.5 to 0.5.0 Bumps [node-twitch](https://github.com/Plazide/node-twitch) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/Plazide/node-twitch/releases) - [Changelog](https://github.com/Plazide/node-twitch/blob/master/CHANGELOG.md) - [Commits](https://github.com/Plazide/node-twitch/commits) --- updated-dependencies: - dependency-name: node-twitch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc6a0c5..3d57d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "better-sqlite3": "^7.6.2", "discord.js": "^13.8.0", "glob": "^8.0.3", - "node-twitch": "^0.4.5", + "node-twitch": "^0.5.0", "quick.db": "^9.0.6", "rss-parser": "^3.12.0", "simple-youtube-api": "^5.2.1" @@ -608,11 +608,11 @@ } }, "node_modules/node-twitch": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.4.5.tgz", - "integrity": "sha512-aoNcCmPf+5SaLBnbGt0NdqhEwUhoKNMkeVdoMa6KEKZef0vCzFNtxBsJ9yBVuSz/cR6QF5rIcgoP5lB866BYFQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.5.0.tgz", + "integrity": "sha512-4sN4P8R5NeBuuBMZhqKHqLYB9fKcyR8sCU39eGKe/xU5TiFRA3M/2ou9FeyD5EU7EzAb7TgunKQOaY2wMdAFSQ==", "dependencies": { - "node-fetch": "^2.6.0" + "node-fetch": "2" } }, "node_modules/npmlog": { @@ -1450,11 +1450,11 @@ } }, "node-twitch": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.4.5.tgz", - "integrity": "sha512-aoNcCmPf+5SaLBnbGt0NdqhEwUhoKNMkeVdoMa6KEKZef0vCzFNtxBsJ9yBVuSz/cR6QF5rIcgoP5lB866BYFQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.5.0.tgz", + "integrity": "sha512-4sN4P8R5NeBuuBMZhqKHqLYB9fKcyR8sCU39eGKe/xU5TiFRA3M/2ou9FeyD5EU7EzAb7TgunKQOaY2wMdAFSQ==", "requires": { - "node-fetch": "^2.6.0" + "node-fetch": "2" } }, "npmlog": { diff --git a/package.json b/package.json index ca2b4aa..e872a95 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "better-sqlite3": "^7.6.2", "discord.js": "^13.8.0", "glob": "^8.0.3", - "node-twitch": "^0.4.5", + "node-twitch": "^0.5.0", "quick.db": "^9.0.6", "rss-parser": "^3.12.0", "simple-youtube-api": "^5.2.1"