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"