From f21a5e255abd8df0e789dd392e32afb573e32825 Mon Sep 17 00:00:00 2001 From: Patrick Hooper Date: Thu, 29 Jun 2017 12:47:48 -0400 Subject: [PATCH] Downgrade `strip-ansi` package to 3.0.1 --- packages/react-dev-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index 4b01b465db0..9fbbd76402c 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -49,7 +49,7 @@ "recursive-readdir": "2.2.1", "shell-quote": "1.6.1", "sockjs-client": "1.1.4", - "strip-ansi": "4.0.0", + "strip-ansi": "3.0.1", "text-table": "0.2.0" } }