From e5cb8f5fbfb3d23306fef6ecbcc5e2b9093eeb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:06:08 +0000 Subject: [PATCH] deps(deps): update string-width requirement from ^8.2.0 to ^8.2.2 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.2) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.2.2 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..ab7e44d 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.2", "terminal-link": "^5.0.0", "yaml": "^2.8.3", "zod": "^4.3.6"