From 3110573e2a7ea41802ea02ba55873b6bcc730f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:33:31 +0000 Subject: [PATCH] Bump twilio from 3.84.1 to 4.13.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.84.1 to 4.13.0. - [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.84.1...4.13.0) --- 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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c58df24..d3caa45 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "dotenv": "^4.0.0", "express": "^4.15.2", - "twilio": "^3.0.0" + "twilio": "^4.13.0" }, "devDependencies": { "jest": "^19.0.2",