From f0d1685b7358eb5cf536903753d4a02c0383aafe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Oct 2021 17:10:09 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a06b3c0..8b72a21 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", - "@twilio/cli-core": "^4.3.3", - "create-twilio-function": "^2.3.0", + "@twilio/cli-core": "^5.31.0", + "create-twilio-function": "^3.3.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "twilio-run": "^2.8.0"