From 458504928b43835d2571e37a301aaf9a1d585a55 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 29 Sep 2018 19:26:56 +0000 Subject: [PATCH] fix(package): update strip-ansi to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beffe24..03f4723 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "normalize-path": "^2.0.1", "progress": "^2.0.0", "source-map-support": "^0.5.0", - "strip-ansi": "^4.0.0", + "strip-ansi": "^5.0.0", "toposort": "^1.0.0", "yargs": "^11.0.0" },