From 6cf893c0e54762ea73fe6c60248300de8f7958c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 17:29:41 +0000 Subject: [PATCH] fix(deps): bump twilio from 3.61.0 to 3.62.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.61.0 to 3.62.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.62.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32aeb00e2b..7fc5948c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24585,9 +24585,9 @@ "integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==" }, "twilio": { - "version": "3.61.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.61.0.tgz", - "integrity": "sha512-hSnPvxogJLC6RrAkE1p2COqO6L0TMElImYDaI4eJJAn6EpJhwpHIwulpNH1R11TsJp0f9lqT7VvwYHhVXSvrvw==", + "version": "3.62.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.62.0.tgz", + "integrity": "sha512-4UyTN/sWWKWRR3QAKnpJAeceoPoB69Vdb5gjWFZ4FonWJf0fY097IM+FewzE+iISmpMvBK62WeE1cQeCnozX7g==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index da2ea9cc81..4b5ec1511c 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "toastr": "^2.1.4", "triple-beam": "^1.3.0", "tweetnacl": "^1.0.1", - "twilio": "^3.61.0", + "twilio": "^3.62.0", "ui-select": "^0.19.8", "uid-generator": "^2.0.0", "uuid": "^8.3.2",