From 27cd510ece06269c29afcb82fa4d3370741a90df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:13:24 +0000 Subject: [PATCH] Bump twilio from 3.64.0 to 3.68.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.64.0 to 3.68.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.68.0) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9f4a65..d56332a 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.68.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.68.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.68.0.tgz", + "integrity": "sha512-xVFx/TbibpQtYwkDzuqPS8fsBGg8ZZ2iUtGU68dC9Dv1cngmxePcvxmyFxgPEd6wpnexJHHrCyiSr+LBaBEcDg==", "dependencies": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -5787,7 +5787,7 @@ "qs": "^6.9.4", "rootpath": "^0.1.2", "scmp": "^2.1.0", - "url-parse": "^1.5.0", + "url-parse": "^1.5.3", "xmlbuilder": "^13.0.2" }, "engines": { @@ -5888,9 +5888,9 @@ } }, "node_modules/url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", - "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" @@ -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.68.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.68.0.tgz", + "integrity": "sha512-xVFx/TbibpQtYwkDzuqPS8fsBGg8ZZ2iUtGU68dC9Dv1cngmxePcvxmyFxgPEd6wpnexJHHrCyiSr+LBaBEcDg==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -10716,7 +10716,7 @@ "qs": "^6.9.4", "rootpath": "^0.1.2", "scmp": "^2.1.0", - "url-parse": "^1.5.0", + "url-parse": "^1.5.3", "xmlbuilder": "^13.0.2" }, "dependencies": { @@ -10795,9 +10795,9 @@ } }, "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", - "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "requires": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" diff --git a/package.json b/package.json index 2c92dd7..cf03680 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.68.0" }, "devDependencies": { "eslint": "^7.29.0",