From 3e19f71e9c410fc1d8e9c82eebb5b5e11e83bfd8 Mon Sep 17 00:00:00 2001
From: Patrick Hooper <patrick.d.hooper@gmail.com>
Date: Thu, 29 Jun 2017 13:07:04 -0400
Subject: [PATCH] Downgrade `strip-ansi` package to 3.0.1 (#2692)

---
 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"
   }
 }