diff --git a/package-lock.json b/package-lock.json index fd89825..858432a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -318,9 +318,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.67", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.67.tgz", - "integrity": "sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg==" + "version": "12.19.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.1.tgz", + "integrity": "sha512-/xaVmBBjOGh55WCqumLAHXU9VhjGtmyTGqJzFBXRWZzByOXI5JAJNx9xPVGEsNizrNwcec92fQMj458MWfjN1A==" }, "tslib": { "version": "2.0.3", @@ -11886,9 +11886,9 @@ } }, "twitch": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.6.tgz", - "integrity": "sha512-zRDT9PtNrplPQ8IPIi476kfVpLMQKtZKZzlbRs39Bn4evAltC9KHgT6P1Orh0RiaSxn9sVZoBcyFpylOnE26VQ==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.7.tgz", + "integrity": "sha512-5k9mDM4Xk3DnnJxHrC0dm1dU7pcnSfIXICt96gKOR/SLtjCFrc/+H6vASc/FB2AK0pXVbyhM7yfbEMXVLrsrUw==", "requires": { "@d-fischer/cache-decorators": "^2.0.0", "@d-fischer/deprecate": "^2.0.1", @@ -11897,8 +11897,8 @@ "@d-fischer/shared-utils": "^2.3.2", "top-package": "^1.0.0", "tslib": "^2.0.0", - "twitch-api-call": "^4.2.6", - "twitch-auth": "^4.2.6" + "twitch-api-call": "^4.2.7", + "twitch-auth": "^4.2.7" }, "dependencies": { "tslib": { @@ -11909,9 +11909,9 @@ } }, "twitch-api-call": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.6.tgz", - "integrity": "sha512-2+dG8zIrxQrD9clEm3f7p57v1N9nLj9uoYxsLOOHU7/cqYLtFe4rOhIZVHWQCoWXZOtd3Liz3d5iu5AslHXKBQ==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.7.tgz", + "integrity": "sha512-nnDnPxDC4+mvE5ijb7T3XGm0tL/AEMgKajgn6Ick5IyyKWHg9GIu2PWhDE/ZyrJIIS5+hcTEnlUTbdN7fRBSjA==", "requires": { "@d-fischer/cross-fetch": "^4.0.1", "@d-fischer/qs": "^7.0.2", diff --git a/package.json b/package.json index 23489d9..7ad81f8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "puppeteer-extra-plugin-stealth": "^2.6.2", "pushover-notifications": "^1.2.2", "twilio": "^3.50.0", - "twitch": "^4.2.6", + "twitch": "^4.2.7", "twitch-auth": "^4.2.7", "twitch-chat-client": "^4.2.6", "twitter": "^1.7.1",