From edb7dd02fca2583f0af9b927b07f3b4293dbf54d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 10 Oct 2021 14:44:09 +0000 Subject: [PATCH] chore: update strip-ansi to 6.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e126ac..d1b31a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tape": "~4.0.1" }, "dependencies": { - "strip-ansi": "~3.0.0", + "strip-ansi": "^6.0.1", "through2": "~2.0.0" } }