From 7bfcc81fdcd788434d853f511d0697878b551e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 02:41:05 -0500 Subject: [PATCH] chore(deps): bump twilio from 3.53.0 to 3.54.0 (#1287) Bumps [twilio](https://github.com/twilio/twilio-node) from 3.53.0 to 3.54.0. - [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.53.0...3.54.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65a7c3e..84f884e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2598,9 +2598,9 @@ } }, "dayjs": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.6.tgz", - "integrity": "sha512-HngNLtPEBWRo8EFVmHFmSXAjtCX8rGNqeXQI0Gh7wCTSqwaKgPIDqu9m07wABVopNwzvOeCb+2711vQhDlcIXw==" + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz", + "integrity": "sha512-IC877KBdMhBrCfBfJXHQlo0G8keZ0Opy7YIIq5QKtUbCuHMzim8S4PyiVK4YmihI3iOF9lhfUBW4AQWHTR5WHA==" }, "debug": { "version": "3.1.0", @@ -5425,9 +5425,9 @@ }, "dependencies": { "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "semver": { "version": "5.7.1", @@ -10834,9 +10834,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.53.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.53.0.tgz", - "integrity": "sha512-X+ycPHLnTkPLnJJWizG7xEPs+UOI02p4vhpjgdM4VERCLmkhyaXvgNSZkhu5Zj1EdYjG8phXwObO5k5vvIiILA==", + "version": "3.54.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.0.tgz", + "integrity": "sha512-jAM23itfMvpqgm033V55/iOq9vEXe3x5NwOSTFE9ekQWuula06D0iV4Fpj6JyflSbiHfvQqqn/+yPm4yitKHxQ==", "requires": { "axios": "^0.19.2", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index 44c6456..ec3d5e9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "puppeteer-page-proxy": "^1.2.8", "pushover-notifications": "^1.2.2", "random-useragent": "^0.5.0", - "twilio": "^3.53.0", + "twilio": "^3.54.0", "twitch": "^4.3.5", "twitch-auth": "^4.3.5", "twitch-chat-client": "^4.3.6",