From a5954172461c9d82f75b8b418dce706c3d054e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:17:41 +0000 Subject: [PATCH] Bump twilio from 3.64.0 to 3.67.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.64.0 to 3.67.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/3.64.0...3.67.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9f4a65..192f1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "body-parser": "^1.19.0", "dotenv": "^10.0.0", "express": "^4.17.1", - "twilio": "~3.64.0" + "twilio": "~3.67.0" }, "devDependencies": { "eslint": "^7.29.0", @@ -5774,9 +5774,9 @@ } }, "node_modules/twilio": { - "version": "3.64.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.64.0.tgz", - "integrity": "sha512-pTTjj0HH3EiN0+nF1VeGIgw85tm6u+WA7yHBaBRxXN7QaBWNMyA+ozA0H9+YVgE1oin7ZdJz8WDshnQ6aYYfGg==", + "version": "3.67.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.67.0.tgz", + "integrity": "sha512-MY0qsb895IDS3GEeBVVkNThr/ONy6a+jstkxeRVLdva52PMkIsrub68PWIXX2ubpiCMJWcX3ZroxRbRmfumFBQ==", "dependencies": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -10703,9 +10703,9 @@ } }, "twilio": { - "version": "3.64.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.64.0.tgz", - "integrity": "sha512-pTTjj0HH3EiN0+nF1VeGIgw85tm6u+WA7yHBaBRxXN7QaBWNMyA+ozA0H9+YVgE1oin7ZdJz8WDshnQ6aYYfGg==", + "version": "3.67.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.67.0.tgz", + "integrity": "sha512-MY0qsb895IDS3GEeBVVkNThr/ONy6a+jstkxeRVLdva52PMkIsrub68PWIXX2ubpiCMJWcX3ZroxRbRmfumFBQ==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index 2c92dd7..3fd2ea4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "body-parser": "^1.19.0", "dotenv": "^10.0.0", "express": "^4.17.1", - "twilio": "~3.64.0" + "twilio": "~3.67.0" }, "devDependencies": { "eslint": "^7.29.0",