From 4eba141b36de8153856fbd9a005398ac2747b154 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 23 Sep 2021 23:34:47 +0700 Subject: [PATCH] Upgrade `ansi-regex` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65a6c95..1a41108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strip-ansi", - "version": "6.0.0", + "version": "6.0.1", "description": "Strip ANSI escape codes from a string", "license": "MIT", "repository": "chalk/strip-ansi", @@ -44,7 +44,7 @@ "text" ], "dependencies": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" }, "devDependencies": { "ava": "^2.4.0",