diff --git a/package-lock.json b/package-lock.json index 835ad510bf..d305a12316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7470,9 +7470,9 @@ } }, "puppeteer-extra-plugin-stealth": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.6.tgz", - "integrity": "sha512-v/vVRWlfOSPmi3sNGO0FJ9Qv0VAVNle+ZUMNimMvVIRjY+Wd8TpO3M7ZTRCEAvdFCE4nNGshyuas4UZryN5n9g==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin-stealth/-/puppeteer-extra-plugin-stealth-2.6.7.tgz", + "integrity": "sha512-mKHcCDXVzigiYY2qk3j2J5BTzjl+nNnVxRc/30OMdEYrF5Wfz0xrPKv5VR+xM7E0gb4vL/tanHl0bCrEjSDlWg==", "requires": { "debug": "^4.1.1", "puppeteer-extra-plugin": "^3.1.8" @@ -8717,29 +8717,53 @@ } }, "twitch-api-call": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.0.tgz", - "integrity": "sha512-1fMviCTbEjzUHdKssMpQAAcSuYec3UqI2c/VBt0zpXzgbZoywgxlzTJIUWGZGyTFdRSIWskWrlI/zEqdX87Srg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.5.tgz", + "integrity": "sha512-wZ/RYzdZJPRxOMewVCM4JQNv4bJLQesjJelz3y0X4hyD6VGOhD/akVnBMlyA5WyNaxPAi6ko0ZYN3h4LA4SQcA==", "requires": { "@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/qs": "^7.0.2", "@types/node-fetch": "^2.5.7", "node-fetch": "^2.6.1", "tslib": "^2.0.3", - "twitch-common": "^4.4.0" + "twitch-common": "^4.4.5" + }, + "dependencies": { + "twitch-common": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz", + "integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==", + "requires": { + "@d-fischer/logger": "^3.1.0", + "@d-fischer/shared-utils": "^3.0.1", + "tslib": "^2.0.3" + } + } } }, "twitch-auth": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.0.tgz", - "integrity": "sha512-dHOfSCNMx1unzFVrzIfSuy0TyxknGQV56mg1hJuUOBzQRLMuZ+TmoycFXQvkAS1kMfMR+lAVSP/aR+qny18KSQ==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.5.tgz", + "integrity": "sha512-lHVQ2amdUxHGOuKFGEewLlCbh0YzEvHTRXuC5q5SPOAmbK392OiFbX/wlEqLWHU7yk8xFeIu6P4bIWAV+2LiJw==", "requires": { "@d-fischer/deprecate": "^2.0.2", "@d-fischer/logger": "^3.1.0", "@d-fischer/shared-utils": "^3.0.1", "tslib": "^2.0.3", - "twitch-api-call": "^4.4.0", - "twitch-common": "^4.4.0" + "twitch-api-call": "^4.4.5", + "twitch-common": "^4.4.5" + }, + "dependencies": { + "twitch-common": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz", + "integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==", + "requires": { + "@d-fischer/logger": "^3.1.0", + "@d-fischer/shared-utils": "^3.0.1", + "tslib": "^2.0.3" + } + } } }, "twitch-chat-client": { diff --git a/package.json b/package.json index a66a93c0d6..7f396a37aa 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,13 @@ "puppeteer-extra": "^3.1.16", "puppeteer-extra-plugin-adblocker": "^2.11.10", "puppeteer-extra-plugin-block-resources": "^2.2.8", - "puppeteer-extra-plugin-stealth": "^2.6.6", + "puppeteer-extra-plugin-stealth": "^2.6.7", "pushover-notifications": "^1.2.2", "redis": "^3.0.2", "top-user-agents": "^1.0.19", "twilio": "^3.55.0", "twitch": "^4.4.5", - "twitch-auth": "^4.4.0", + "twitch-auth": "^4.4.5", "twitch-chat-client": "^4.4.0", "twitter": "^1.7.1", "winston": "^3.3.3"