From bd10abda0228d0e9ca4060b616d2f8d8626f1df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:34:07 +0000 Subject: [PATCH] Bump twilio from 3.84.1 to 4.18.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.84.1 to 4.18.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.18.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..68f08f5 --- 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.18.0" }, "devDependencies": { "jest": "^19.0.2",