From f6f5c6bfe72bf52ddb0f0a09907b030dde6641bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 10:37:24 -0500 Subject: [PATCH] chore(deps): bump twitch-auth from 4.2.7 to 4.3.0 (#853) Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.2.7 to 4.3.0. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.3.0/packages/twitch-auth) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43f0965..aa9b9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -381,12 +381,12 @@ } }, "@d-fischer/shared-utils": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.0.tgz", - "integrity": "sha512-HqS4PAyzJXzs+CtomhsqcvAl34UmDHoiP8BqOkTdMZCkcqW+SMoGekBAxDyX23p7q8E39zRy0S3uyIHD/GPmuA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.1.tgz", + "integrity": "sha512-JFkiZ1s+Sx4uIoQ7mrMeOkxVxWBpnS4hCm6R7+UUciPmAR0qgKxNt7x079b3cUFTOSbbF0Inp6ReqNK4w/QgUQ==", "requires": { "@types/node": "^14.11.2", - "tslib": "^2.0.1" + "tslib": "^2.0.3" }, "dependencies": { "tslib": { @@ -10562,13 +10562,13 @@ } }, "twitch-api-call": { - "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==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.0.tgz", + "integrity": "sha512-fRciZkgidQ29UfVczSOUk2Va0vWsZWpyuSUF9aJ+SFq8+lbDf4tFdB8qZTkAKdvSWoo4y3jMkP2rW8bcO3AR6Q==", "requires": { - "@d-fischer/cross-fetch": "^4.0.1", + "@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/qs": "^7.0.2", - "tslib": "^2.0.0" + "tslib": "^2.0.3" }, "dependencies": { "tslib": { @@ -10579,14 +10579,14 @@ } }, "twitch-auth": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.7.tgz", - "integrity": "sha512-B/hAPZFnrdt+qB/tPRYPvdkMpNy5BVDUBf7nJMCodApXehHwbAYHmP5boS/B3+WYQ64vu3O2ArVpLjlXO5Ajxw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.0.tgz", + "integrity": "sha512-rT2CwAq5TxuFUUkmuBJ73IEbJHFQcBvt1kjRsaGZ1HqYLIQ4LnWO3qAXeQ0G8wbYvpPkWSrQiQiFTEIYntvM1g==", "requires": { - "@d-fischer/deprecate": "^2.0.1", - "@d-fischer/shared-utils": "^2.3.2", - "tslib": "^2.0.0", - "twitch-api-call": "^4.2.7" + "@d-fischer/deprecate": "^2.0.2", + "@d-fischer/shared-utils": "^2.4.1", + "tslib": "^2.0.3", + "twitch-api-call": "^4.3.0" }, "dependencies": { "tslib": { diff --git a/package.json b/package.json index 1d246e2..fb55b32 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "pushover-notifications": "^1.2.2", "twilio": "^3.51.0", "twitch": "^4.3.0", - "twitch-auth": "^4.2.7", + "twitch-auth": "^4.3.0", "twitch-chat-client": "^4.3.0", "twitter": "^1.7.1", "winston": "^3.3.3"