From 758cb82213392294405d7639729bccb062540352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 18:59:09 +0000 Subject: [PATCH] Bump twilio from 3.61.0 to 3.65.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.61.0 to 3.65.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.61.0...3.65.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..0268fcc 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.65.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.65.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.65.0.tgz", + "integrity": "sha512-NCktK8H5JqFvIOJjKmxheNHsGFBQh0dhVJYCASpVLPw1/XvurwhpCFIyvufr+jmHPdMwu2UMpq6ERDC7Ya6qVg==", "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.65.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.65.0.tgz", + "integrity": "sha512-NCktK8H5JqFvIOJjKmxheNHsGFBQh0dhVJYCASpVLPw1/XvurwhpCFIyvufr+jmHPdMwu2UMpq6ERDC7Ya6qVg==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index 2c92dd7..660c607 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.65.0" }, "devDependencies": { "eslint": "^7.29.0",