diff --git a/package-lock.json b/package-lock.json index af67f4b..53957ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11348,21 +11348,31 @@ } }, "twitch-auth": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.6.tgz", - "integrity": "sha512-UhevBf2zUo3yrP6x0IUSxFYb9XDcuN+qwVTTiTXWLvnazL8biGxVYjKMGcI/3XLZqDv5+SV4jB3GaxWIgP3Klg==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.8.tgz", + "integrity": "sha512-TJKjhDaTFa8luojeltmM7D+s47VkuKkBSuJklKjPra3uhjfNkVwiwdyO219tatSvAcrZ77ajOCTu7cO0BcuS0Q==", "requires": { "@d-fischer/deprecate": "^2.0.2", "@d-fischer/logger": "^2.1.1", "@d-fischer/shared-utils": "^2.4.1", "tslib": "^2.0.3", - "twitch-api-call": "^4.3.6" + "twitch-api-call": "^4.3.8" }, "dependencies": { "tslib": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + }, + "twitch-api-call": { + "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", + "tslib": "^2.0.3" + } } } }, diff --git a/package.json b/package.json index 331f94f..6d39008 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "top-user-agents": "^1.0.19", "twilio": "^3.54.1", "twitch": "^4.3.6", - "twitch-auth": "^4.3.6", + "twitch-auth": "^4.3.8", "twitch-chat-client": "^4.3.6", "twitter": "^1.7.1", "winston": "^3.3.3"