From 5a5d03b259977502b6fc6a82738f295b74decd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 14:26:49 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33837e3..4d33210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1958,9 +1958,9 @@ } }, "dayjs": { - "version": "1.8.36", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz", - "integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz", + "integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg==" }, "debug": { "version": "3.1.0", @@ -7521,9 +7521,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.49.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.3.tgz", - "integrity": "sha512-jdstMeMx+mlm8EggoPOxIE3vVPe4doaM2dKB64ib+wJgYtYGKmFztFb0jTVIx4/980/eI3KVGjkzKiZ9c6CJhQ==", + "version": "3.49.4", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.4.tgz", + "integrity": "sha512-sC18gso9tgnIe8P99mv6KzHxrkUUCoxfNGbQfOmtakLLwuoehUMz4WTKbA3ubcCtqtjPSTGqV9GRCDJ4gloKQQ==", "requires": { "@types/express": "^4.17.7", "@types/qs": "6.9.4", diff --git a/package.json b/package.json index 8a979e0..db1cff5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "puppeteer-extra-plugin-stealth": "^2.6.1", "pushbullet": "^2.4.0", "pushover-notifications": "^1.2.2", - "twilio": "^3.49.3", + "twilio": "^3.49.4", "twitter": "^1.7.1", "winston": "^3.3.3" },