diff --git a/package-lock.json b/package-lock.json index 4438bba..6805de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2843,9 +2843,9 @@ } }, "dayjs": { - "version": "1.9.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.7.tgz", - "integrity": "sha512-IC877KBdMhBrCfBfJXHQlo0G8keZ0Opy7YIIq5QKtUbCuHMzim8S4PyiVK4YmihI3iOF9lhfUBW4AQWHTR5WHA==" + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.2.tgz", + "integrity": "sha512-h/YtykNNTR8Qgtd1Fxl5J1/SFP1b7SOk/M1P+Re+bCdFMV0IMkuKNgHPN7rlvvuhfw24w0LX78iYKt4YmePJNQ==" }, "debug": { "version": "3.1.0", @@ -11302,11 +11302,11 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.54.1", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.1.tgz", - "integrity": "sha512-rUlEGFNAmmnaxYsWvoTib77eycOCIfncveh6SvP3+RbbKpos2wuzhLy0p1gm8FQSAZvjAm2xNVWi5oJRRF8Ueg==", + "version": "3.54.2", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.2.tgz", + "integrity": "sha512-Hr3mb8/2yLaVIbcSLWtymPzt42atExlBU5eydI6oKAhAZiTuER4LyDsqKcJ4PBFeZDFzG7Qu0yLZ8bYp8ydV4w==", "requires": { - "axios": "^0.19.2", + "axios": "^0.21.1", "dayjs": "^1.8.29", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.19", @@ -11318,6 +11318,19 @@ "xmlbuilder": "^13.0.2" }, "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": { "version": "6.9.4", "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", diff --git a/package.json b/package.json index 1b060f7..9383a0a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "pushover-notifications": "^1.2.2", "redis": "^3.0.2", "top-user-agents": "^1.0.19", - "twilio": "^3.54.1", + "twilio": "^3.54.2", "twitch": "^4.3.8", "twitch-auth": "^4.3.8", "twitch-chat-client": "^4.3.8",