From 1a89f5b06ed41b3cef1a51179d1baf78e90bc765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 11:41:47 -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..b88c660 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "create-twilio-function": "^2.3.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", - "twilio-run": "^2.8.0" + "twilio-run": "^3.3.0" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2",