From 2b65697d3d2c70222b92dc4b851f050e08b5bc6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:47:40 +0000 Subject: [PATCH] fix(deps): update dependency string-width to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8b3343..f799b813 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "author": "Ben Coe ", "license": "ISC", "dependencies": { - "string-width": "^7.2.0", + "string-width": "^8.0.0", "strip-ansi": "^7.1.0", "wrap-ansi": "^9.0.0" },