From 71a3a19425683ea5998c98f395ce3ae320b3d8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:30:17 +0000 Subject: [PATCH] Bump node-twitch from 0.4.5 to 0.4.7 Bumps [node-twitch](https://github.com/Plazide/node-twitch) from 0.4.5 to 0.4.7. - [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-patch ... 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..8e8491e 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.4.7", "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.4.7", + "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.4.7.tgz", + "integrity": "sha512-wzk6x58oRCTdxifuJKcS3XRYC3WnKuy3caR+PqvaZIT1MPGPBP6oqiz4hW0PO2LJsK/02VOIu1moBSItr6Ss5g==", "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.4.7", + "resolved": "https://registry.npmjs.org/node-twitch/-/node-twitch-0.4.7.tgz", + "integrity": "sha512-wzk6x58oRCTdxifuJKcS3XRYC3WnKuy3caR+PqvaZIT1MPGPBP6oqiz4hW0PO2LJsK/02VOIu1moBSItr6Ss5g==", "requires": { - "node-fetch": "^2.6.0" + "node-fetch": "2" } }, "npmlog": { diff --git a/package.json b/package.json index ca2b4aa..41dd111 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.4.7", "quick.db": "^9.0.6", "rss-parser": "^3.12.0", "simple-youtube-api": "^5.2.1"