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"