diff --git a/package-lock.json b/package-lock.json index 15262e2457..868244112a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2854,9 +2854,9 @@ } }, "dayjs": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.2.tgz", - "integrity": "sha512-h/YtykNNTR8Qgtd1Fxl5J1/SFP1b7SOk/M1P+Re+bCdFMV0IMkuKNgHPN7rlvvuhfw24w0LX78iYKt4YmePJNQ==" + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.3.tgz", + "integrity": "sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw==" }, "decamelize": { "version": "1.2.0", @@ -11357,9 +11357,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.54.2", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.54.2.tgz", - "integrity": "sha512-Hr3mb8/2yLaVIbcSLWtymPzt42atExlBU5eydI6oKAhAZiTuER4LyDsqKcJ4PBFeZDFzG7Qu0yLZ8bYp8ydV4w==", + "version": "3.55.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.55.0.tgz", + "integrity": "sha512-CQpe4Hv1Bd7miaLXMlWmN28eVO3NOzPDokBXIVTfPFOUhx+RPsmvxrn3MVEYgNLUFbKwps7LKib0DWm3i0sbVA==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -11373,23 +11373,10 @@ "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", - "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==" + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" } } }, diff --git a/package.json b/package.json index 49599bb808..863b276c38 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.2", + "twilio": "^3.55.0", "twitch": "^4.4.0", "twitch-auth": "^4.4.0", "twitch-chat-client": "^4.4.0",