From 1d2fcf85250ee4858e99c2c68b24b63d21382c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:10:09 +0000 Subject: [PATCH] Bump twilio from 3.84.1 to 4.11.2 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.84.1 to 4.11.2. - [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.11.2) --- 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..856bc33 --- 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.11.2" }, "devDependencies": { "jest": "^19.0.2",