diff --git a/package-lock.json b/package-lock.json index d93cee4..eae6858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -351,9 +351,9 @@ }, "dependencies": { "@types/node": { - "version": "12.19.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.9.tgz", - "integrity": "sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q==" + "version": "12.19.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.11.tgz", + "integrity": "sha512-bwVfNTFZOrGXyiQ6t4B9sZerMSShWNsGRw8tC5DY1qImUNczS9SjT4G6PnzjCnxsu5Ubj6xjL2lgwddkxtQl5w==" }, "tslib": { "version": "2.0.3", @@ -11326,9 +11326,9 @@ } }, "twitch": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.6.tgz", - "integrity": "sha512-rTqNo8h27e2lWhxZ3qvoZ/s6Ug6gNKNh9nf4+26YTsfOnhylHngvxir+0WPMOR5/6iSoqwDUzYmVheYt7GIdOA==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.8.tgz", + "integrity": "sha512-t3A6ZZiH7x/CuLmDo7tGBFc0WMFO76givU/LVNAk6L0GZkT8eo/gQxZolJMFK9cCtxRgqMzpoIg9vWwXIHu2Tg==", "requires": { "@d-fischer/cache-decorators": "^2.1.1", "@d-fischer/deprecate": "^2.0.2", @@ -11337,8 +11337,8 @@ "@d-fischer/shared-utils": "^2.4.1", "top-package": "^1.0.0", "tslib": "^2.0.3", - "twitch-api-call": "^4.3.6", - "twitch-auth": "^4.3.6" + "twitch-api-call": "^4.3.8", + "twitch-auth": "^4.3.8" }, "dependencies": { "tslib": { @@ -11349,9 +11349,9 @@ } }, "twitch-api-call": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.6.tgz", - "integrity": "sha512-7V4w0FS723IQE0QKuctM9eUZwFWST+9CASlJTEhls+eBm/xewEeq+ixHbGZ9JklTbmrRFc9/VEulePUcd97p7A==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.8.tgz", + "integrity": "sha512-qNFUuTaDPVmAbDUMJjkhNTomfRwPROoenx/lRhxRmb6EN4mps0tQYYLcbVBXqd27yhNZd3h3j5wgp0MfcOMx4A==", "requires": { "@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/qs": "^7.0.2", diff --git a/package.json b/package.json index 7246b69..e031517 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "redis": "^3.0.2", "top-user-agents": "^1.0.19", "twilio": "^3.54.1", - "twitch": "^4.3.6", + "twitch": "^4.3.8", "twitch-auth": "^4.3.8", "twitch-chat-client": "^4.3.8", "twitter": "^1.7.1",