chore(deps): bump twilio from 3.54.1 to 3.54.2 (#1622)

Bumps [twilio](https://github.com/twilio/twilio-node) from 3.54.1 to 3.54.2.
- [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.1...3.54.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-07 10:42:24 -05:00
committed by GitHub
parent 53cb59aada
commit 1ed8eca6f9
2 changed files with 21 additions and 8 deletions
+20 -7
View File
@@ -2843,9 +2843,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.9.7", "version": "1.10.2",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.2.tgz",
"integrity": "sha512-IC877KBdMhBrCfBfJXHQlo0G8keZ0Opy7YIIq5QKtUbCuHMzim8S4PyiVK4YmihI3iOF9lhfUBW4AQWHTR5WHA==" "integrity": "sha512-h/YtykNNTR8Qgtd1Fxl5J1/SFP1b7SOk/M1P+Re+bCdFMV0IMkuKNgHPN7rlvvuhfw24w0LX78iYKt4YmePJNQ=="
}, },
"debug": { "debug": {
"version": "3.1.0", "version": "3.1.0",
@@ -11302,11 +11302,11 @@
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
}, },
"twilio": { "twilio": {
"version": "3.54.1", "version": "3.54.2",
"resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.1.tgz", "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.2.tgz",
"integrity": "sha512-rUlEGFNAmmnaxYsWvoTib77eycOCIfncveh6SvP3+RbbKpos2wuzhLy0p1gm8FQSAZvjAm2xNVWi5oJRRF8Ueg==", "integrity": "sha512-Hr3mb8/2yLaVIbcSLWtymPzt42atExlBU5eydI6oKAhAZiTuER4LyDsqKcJ4PBFeZDFzG7Qu0yLZ8bYp8ydV4w==",
"requires": { "requires": {
"axios": "^0.19.2", "axios": "^0.21.1",
"dayjs": "^1.8.29", "dayjs": "^1.8.29",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",
@@ -11318,6 +11318,19 @@
"xmlbuilder": "^13.0.2" "xmlbuilder": "^13.0.2"
}, },
"dependencies": { "dependencies": {
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "^1.10.0"
}
},
"follow-redirects": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
},
"qs": { "qs": {
"version": "6.9.4", "version": "6.9.4",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz",
+1 -1
View File
@@ -51,7 +51,7 @@
"pushover-notifications": "^1.2.2", "pushover-notifications": "^1.2.2",
"redis": "^3.0.2", "redis": "^3.0.2",
"top-user-agents": "^1.0.19", "top-user-agents": "^1.0.19",
"twilio": "^3.54.1", "twilio": "^3.54.2",
"twitch": "^4.3.8", "twitch": "^4.3.8",
"twitch-auth": "^4.3.8", "twitch-auth": "^4.3.8",
"twitch-chat-client": "^4.3.8", "twitch-chat-client": "^4.3.8",