From 0d0588fffd8dc268d6ae0bc4dedcea0baf1c957a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Apr 2021 14:37:32 +0000 Subject: [PATCH] fix(deps): update dependency string-width to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3426665..1b2e168 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "author": "Ben Coe ", "license": "ISC", "dependencies": { - "string-width": "^4.2.0", + "string-width": "^5.0.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" },