chore(deps): bump twilio from 3.49.3 to 3.49.4 (#375)

Bumps [twilio](https://github.com/twilio/twilio-node) from 3.49.3 to 3.49.4.
- [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.49.3...3.49.4)

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]
2020-09-30 14:26:49 -04:00
committed by GitHub
parent 4db4f1f9d7
commit 5a5d03b259
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1958,9 +1958,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.8.36", "version": "1.9.1",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz",
"integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==" "integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg=="
}, },
"debug": { "debug": {
"version": "3.1.0", "version": "3.1.0",
@@ -7521,9 +7521,9 @@
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
}, },
"twilio": { "twilio": {
"version": "3.49.3", "version": "3.49.4",
"resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.3.tgz", "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.4.tgz",
"integrity": "sha512-jdstMeMx+mlm8EggoPOxIE3vVPe4doaM2dKB64ib+wJgYtYGKmFztFb0jTVIx4/980/eI3KVGjkzKiZ9c6CJhQ==", "integrity": "sha512-sC18gso9tgnIe8P99mv6KzHxrkUUCoxfNGbQfOmtakLLwuoehUMz4WTKbA3ubcCtqtjPSTGqV9GRCDJ4gloKQQ==",
"requires": { "requires": {
"@types/express": "^4.17.7", "@types/express": "^4.17.7",
"@types/qs": "6.9.4", "@types/qs": "6.9.4",
+1 -1
View File
@@ -40,7 +40,7 @@
"puppeteer-extra-plugin-stealth": "^2.6.1", "puppeteer-extra-plugin-stealth": "^2.6.1",
"pushbullet": "^2.4.0", "pushbullet": "^2.4.0",
"pushover-notifications": "^1.2.2", "pushover-notifications": "^1.2.2",
"twilio": "^3.49.3", "twilio": "^3.49.4",
"twitter": "^1.7.1", "twitter": "^1.7.1",
"winston": "^3.3.3" "winston": "^3.3.3"
}, },