diff --git a/package-lock.json b/package-lock.json index 2ddad4e..95bb639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2457,9 +2457,9 @@ } }, "dayjs": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.4.tgz", - "integrity": "sha512-ABSF3alrldf7nM9sQ2U+Ln67NRwmzlLOqG7kK03kck0mw3wlSSEKv/XhKGGxUjQcS57QeiCyNdrFgtj9nWlrng==" + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.5.tgz", + "integrity": "sha512-WULIw7UpW/E0y6VywewpbXAMH3d5cZijEhoHLwM+OMVbk/NtchKS/W+57H/0P1rqU7gHrAArjiRLHCUhgMQl6w==" }, "debug": { "version": "3.1.0", @@ -10398,9 +10398,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.50.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.50.0.tgz", - "integrity": "sha512-h/eWbi8YxdSBE6YgNfBHSDAYEhGUqGBrfqpaz4SF87MJQvygwSlfRvNA7WMajblQFP7Y68JqR20FFOjcYV3KJg==", + "version": "3.51.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.51.0.tgz", + "integrity": "sha512-6TjXI7U1FWlKhqqdM2tKSZoq7MlRxv+K5IgKhKSrgcoYTm6/qZ51UwwY2rfVHUMicr6y6j4NgaBDrPiOtiu9Xg==", "requires": { "@types/express": "^4.17.7", "@types/qs": "6.9.4", diff --git a/package.json b/package.json index d3fa6a4..96086f9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "puppeteer-extra-plugin-block-resources": "^2.2.7", "puppeteer-extra-plugin-stealth": "^2.6.5", "pushover-notifications": "^1.2.2", - "twilio": "^3.50.0", + "twilio": "^3.51.0", "twitch": "^4.2.7", "twitch-auth": "^4.2.7", "twitch-chat-client": "^4.2.7",