From 9b3bedea73a5881e8a63394f62edba558ca1c7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:30:49 +0000 Subject: [PATCH] Bump twilio from 3.17.6 to 4.14.1 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.17.6 to 4.14.1. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md) - [Upgrade guide](https://github.com/twilio/twilio-node/blob/main/UPGRADE.md) - [Commits](https://github.com/twilio/twilio-node/compare/3.17.6...4.14.1) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb42322..fde04b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.15.2", "dotenv": "^5.0.1", "express": "^4.14.0", - "twilio": "~3.17.1" + "twilio": "~4.14.1" }, "devDependencies": { "chai": "^3.5.0",