From 915a4645f380a153bbecbfc0e9ef60c7a5e13c40 Mon Sep 17 00:00:00 2001 From: Leroy Chan <5236195+leroychan@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:25:41 +0800 Subject: [PATCH] hotfix: wrap-ansi --- serverless-functions/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/serverless-functions/package.json b/serverless-functions/package.json index 0a26fb9..2d33731 100644 --- a/serverless-functions/package.json +++ b/serverless-functions/package.json @@ -24,7 +24,8 @@ "jsonwebtoken": "^9.0.1", "node-fetch": "2.6.7", "twilio": "^3.56", - "uuid": "^9.0.0" + "uuid": "^9.0.0", + "wrap-ansi": "^9.0.0" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.2",