From 4fe0f50941778aca92c0fbdc861506ca4c170b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:43:53 -0500 Subject: [PATCH] chore(deps): bump twilio from 3.55.0 to 3.55.1 (#1824) Bumps [twilio](https://github.com/twilio/twilio-node) from 3.55.0 to 3.55.1. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-node/compare/3.55.0...3.55.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1e39deba7..a0aeeef1ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2056,9 +2056,9 @@ } }, "dayjs": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.3.tgz", - "integrity": "sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw==" + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz", + "integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==" }, "debug": { "version": "4.3.1", @@ -8638,9 +8638,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.55.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.55.0.tgz", - "integrity": "sha512-CQpe4Hv1Bd7miaLXMlWmN28eVO3NOzPDokBXIVTfPFOUhx+RPsmvxrn3MVEYgNLUFbKwps7LKib0DWm3i0sbVA==", + "version": "3.55.1", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.55.1.tgz", + "integrity": "sha512-7S8658CaMKArxRgYr+UvZQTxbp7n3WzurjuQdNX2GwVO34vZzmiuAuYvldaJrZ2mSBgsXUSNVcofQT6tGHGRSg==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index 2b11cdddcd..334d96f7e3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pushover-notifications": "^1.2.2", "redis": "^3.0.2", "top-user-agents": "^1.0.19", - "twilio": "^3.55.0", + "twilio": "^3.55.1", "twitch": "^4.4.5", "twitch-auth": "^4.4.5", "twitch-chat-client": "^4.4.5",