From a3d4df9f7663c8e399e348fa0f5df49ea0072b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 17:40:53 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06b3c0..9cd004b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", - "@twilio/cli-core": "^4.3.3", + "@twilio/cli-core": "^5.0.0", "create-twilio-function": "^2.3.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1",