diff --git a/package-lock.json b/package-lock.json index eb6dd8ecea..df4459882e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1924,9 +1924,9 @@ } }, "dayjs": { - "version": "1.10.6", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz", - "integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==" + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", + "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" }, "debug": { "version": "4.3.2", @@ -8259,11 +8259,11 @@ } }, "twilio": { - "version": "3.66.1", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.66.1.tgz", - "integrity": "sha512-BmIgfx2VuS7tj4IscBhyEj7CdmtfIaaJ1IuNeGoJFYBx5xikpuwkR0Ceo5CNtK5jnN3SCKmxHxToec/MYEXl0A==", + "version": "3.71.1", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.71.1.tgz", + "integrity": "sha512-P/KFvm33UW15EnpHJKgdTxUa1u6MlR/u+sCVnL4ie2TDRv6t7kX+ieIGQMpH7bP/z7FXkTjEt0lz4M+XJ/XWOg==", "requires": { - "axios": "^0.21.1", + "axios": "^0.21.4", "dayjs": "^1.8.29", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^8.5.1", @@ -8272,10 +8272,18 @@ "qs": "^6.9.4", "rootpath": "^0.1.2", "scmp": "^2.1.0", - "url-parse": "^1.5.0", + "url-parse": "^1.5.3", "xmlbuilder": "^13.0.2" }, "dependencies": { + "axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "requires": { + "follow-redirects": "^1.14.0" + } + }, "qs": { "version": "6.10.1", "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz", diff --git a/package.json b/package.json index d6ff87213b..3e59e28695 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pushover-notifications": "^1.2.2", "redis": "^3.1.2", "top-user-agents": "^1.0.37", - "twilio": "^3.66.1", + "twilio": "^3.71.1", "twitch": "^4.6.5", "twitch-auth": "^4.6.5", "twitch-chat-client": "^4.6.5",