diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json
index db7114a26..fb92208d3 100644
--- a/packages/react-dev-utils/package.json
+++ b/packages/react-dev-utils/package.json
@@ -37,7 +37,7 @@
   "dependencies": {
     "address": "1.0.3",
     "babel-code-frame": "6.26.0",
-    "chalk": "1.1.3",
+    "chalk": "2.0.0",
     "cross-spawn": "5.1.0",
     "detect-port-alt": "1.1.3",
     "escape-string-regexp": "1.0.5",
@@ -51,7 +51,7 @@
     "recursive-readdir": "2.2.1",
     "shell-quote": "1.6.1",
     "sockjs-client": "1.1.4",
-    "strip-ansi": "3.0.1",
+    "strip-ansi": "5.0.0",
     "text-table": "0.2.0"
   }
 }