From 4a1224b3eb89d7aabec79732b5ee7117c10018eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 07:44:11 +0000 Subject: [PATCH] Update twilio requirement from ~3.0.0-rc.16 to ~3.33.4 Updates the requirements on [twilio](https://github.com/twilio/twilio-node) to permit the latest version. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/master/CHANGES.md) - [Commits](https://github.com/twilio/twilio-node/compare/3.0.0-rc16...3.33.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57fcf4..4a361a8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "morgan": "^1.5.1", "q": "^1.4.1", "sanitize-html": "^1.10.0", - "twilio": "~3.0.0-rc.16", + "twilio": "~3.33.4", "underscore": "^1.8.3" }, "devDependencies": {