From 4eba5222663f190d7913cc093bcf0a1951dd697b Mon Sep 17 00:00:00 2001 From: h0x0er Date: Mon, 31 Jan 2022 13:29:20 +0530 Subject: [PATCH] added latest ansi-regex --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e95576..ee0ac31 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^1.7.1", "node-fetch": ">=3.2.0", - "uuid": "^8.3.2" + "uuid": "^8.3.2", + "ansi-regex": ">=5.0.1" }, "devDependencies": { "@types/jest": "^27.0.1",