From e2e6a8d62f74e2788dccdbbf89053fab33926bd0 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 5 Feb 2020 20:31:52 +0000 Subject: [PATCH] Release 4.4.5 --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0057990c..cf231bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@twilio/cli-core", - "version": "4.4.4", + "version": "4.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1095,9 +1095,9 @@ } }, "dayjs": { - "version": "1.8.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.19.tgz", - "integrity": "sha512-7kqOoj3oQSmqbvtvGFLU5iYqies+SqUiEGNT0UtUPPxcPYgY1BrkXR0Cq2R9HYSimBXN+xHkEN4Hi399W+Ovlg==" + "version": "1.8.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.20.tgz", + "integrity": "sha512-mH0MCDxw6UCGJYxVN78h8ugWycZAO8thkj3bW6vApL5tS0hQplIDdAQcmbvl7n35H0AKdCJQaArTrIQw2xt4Qg==" }, "debug": { "version": "4.1.1", @@ -3938,12 +3938,12 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.39.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.39.3.tgz", - "integrity": "sha512-RxVuanhKyjvi6OqbvlKSuvwBIRAhlf5W3A9FkZsDBatVslvLGxxuB5y5SYkEqSZVBREFEt7/HqJpTuK1YUwMwQ==", + "version": "3.39.4", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.39.4.tgz", + "integrity": "sha512-TTbXrSdIU7VMhBTzpMPstthoGUQhLjuMF6Dg+ma/hnftHU+WhIxRXOeFtxCqwd9kSYCUZdNCG1mOmm3g5ZKJhQ==", "requires": { "@types/express": "^4.17.2", - "dayjs": "^1.8.19", + "dayjs": "^1.8.20", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "q": "2.0.x", diff --git a/package.json b/package.json index 0857ec59..9780644d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@twilio/cli-core", "description": "Core functionality for the twilio-cli", - "version": "4.4.4", + "version": "4.4.5", "author": "Twilio @twilio", "bugs": "https://github.com/twilio/twilio-cli/issues", "dependencies": { @@ -18,7 +18,7 @@ "semver": "^6.3.0", "shelljs": "^0.8.3", "tsv": "^0.2.0", - "twilio": "^3.39.3" + "twilio": "^3.39.4" }, "optionalDependencies": { "keytar": "^4.13.0"