From 6a4ce385da9f8bffac9601e4974afe0eb8373e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:21:58 +0000 Subject: [PATCH] deps(deps): update string-width requirement from ^8.2.0 to ^8.2.1 Updates the requirements on [string-width](https://github.com/sindresorhus/string-width) to permit the latest version. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v8.2.0...v8.2.1) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71cd691..9965e2d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "qrcode": "^1.5.4", "react": "^19.2.5", "sharp": "^0.35.3", - "string-width": "^8.2.0", + "string-width": "^8.2.1", "terminal-link": "^5.0.0", "yaml": "^2.8.3", "zod": "^4.3.6"