From 62470c6f049a9626acb1598e87afddc700ea350e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 03:03:30 +0000 Subject: [PATCH] fix(deps): bump twilio from 3.59.0 to 3.60.0 Bumps [twilio](https://github.com/twilio/twilio-node) from 3.59.0 to 3.60.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.59.0...3.60.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 095f804a6e..54c462a57c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24090,9 +24090,9 @@ "integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==" }, "twilio": { - "version": "3.59.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.59.0.tgz", - "integrity": "sha512-2pRNZXBYm+8e2TrljE3xkUs8YSamX9RGhO9TLN+OjbxYNOXybviM+SQ+FZyHVJdoYlbu68/iF2fUkg6DLCQGeA==", + "version": "3.60.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.60.0.tgz", + "integrity": "sha512-f8Ts9rfrkycjgnlmu1TzLigoAbrAsIoEnfPoZl+kf94FbBI3QXTUVWhvYj+NrCwLjOewDxrV8qIea1IcyVbG2Q==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", diff --git a/package.json b/package.json index 4376bf685b..70f64e7c83 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.59.0", + "twilio": "^3.60.0", "ui-select": "^0.19.8", "uid-generator": "^2.0.0", "uuid": "^8.3.2",