From 257b5adeee7ab6fbb8bccbfefe287ec25c136304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:12:11 +0000 Subject: [PATCH] deps: bump string-width from 4.2.3 to 7.1.0 Bumps [string-width](https://github.com/sindresorhus/string-width) from 4.2.3 to 7.1.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v4.2.3...v7.1.0) --- updated-dependencies: - dependency-name: string-width dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57ac126..cc2a45a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "console-control-strings": "^1.1.0", "has-unicode": "^2.0.1", "signal-exit": "^4.0.1", - "string-width": "^4.2.3", + "string-width": "^7.1.0", "strip-ansi": "^6.0.1", "wide-align": "^1.1.5" },