From 8836a1c1c45626a5790ea94688ef619f40ba5ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 11:45:19 -0500 Subject: [PATCH] chore(deps): bump twilio from 3.54.0 to 3.54.1 (#1440) Bumps [twilio](https://github.com/twilio/twilio-node) from 3.54.0 to 3.54.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.54.0...3.54.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9d8450..93854f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10834,9 +10834,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.54.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.0.tgz", - "integrity": "sha512-jAM23itfMvpqgm033V55/iOq9vEXe3x5NwOSTFE9ekQWuula06D0iV4Fpj6JyflSbiHfvQqqn/+yPm4yitKHxQ==", + "version": "3.54.1", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.1.tgz", + "integrity": "sha512-rUlEGFNAmmnaxYsWvoTib77eycOCIfncveh6SvP3+RbbKpos2wuzhLy0p1gm8FQSAZvjAm2xNVWi5oJRRF8Ueg==", "requires": { "axios": "^0.19.2", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index b27a77a..8f36a83 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "puppeteer-extra-plugin-stealth": "^2.6.5", "pushover-notifications": "^1.2.2", "random-useragent": "^0.5.0", - "twilio": "^3.54.0", + "twilio": "^3.54.1", "twitch": "^4.3.6", "twitch-auth": "^4.3.6", "twitch-chat-client": "^4.3.6",