From e7a2755c834246c59a4cc5de9471bef2d531a6b1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 24 Sep 2021 00:16:59 +0700 Subject: [PATCH] Upgrade `strip-ansi` dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9b20ca..28ba7b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-width", - "version": "4.2.2", + "version": "4.2.3", "description": "Get the visual width of a string - the number of columns required to display it", "license": "MIT", "repository": "sindresorhus/string-width", @@ -46,7 +46,7 @@ "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" + "strip-ansi": "^6.0.1" }, "devDependencies": { "ava": "^1.4.1",