From 2acd18f51c5d3e6197cbad12ed4cb4bc2d3374c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:07:54 +0000 Subject: [PATCH] feat: bump twilio from 4.19.3 to 4.20.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 4.19.3 to 4.20.0. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-node/compare/4.19.3...4.20.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94d8f13..4f50b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3709,9 +3709,9 @@ } }, "node_modules/twilio": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-4.19.3.tgz", - "integrity": "sha512-3X5Czl9Vg4QFl+2pnfMQ+H8YfEDQ4WeuAmqjUpbK65x0DfmxTCHuPEFWUKVZCJZew6iltJB/1whhVvIKETe54A==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-4.20.0.tgz", + "integrity": "sha512-Dl49awVTgv9LOLrmXi7elKa2mb69rtkwJHlKNbIR9HjXN7q66gEEaiZsE6gdr+Wfk/zInOvPDVBCdQM+SYXqkA==", "dependencies": { "axios": "^1.6.0", "dayjs": "^1.11.9",