From a0c20d0f77dc31479920ebf1f79ec16dd3af7199 Mon Sep 17 00:00:00 2001 From: lwywoo Date: Thu, 15 Aug 2019 16:28:03 +0100 Subject: [PATCH] fix: downgrade wrap-ansi version as we support node6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc56b4f07bc..bdf45375640 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/agent-base": "^4.2.0", "abbrev": "^1.1.1", "ansi-escapes": "3.2.0", - "wrap-ansi": "6.0.0", + "wrap-ansi": "^5.1.0", "chalk": "^2.4.2", "configstore": "^3.1.2", "debug": "^3.1.0",