From 106b43bb243f2dfe1cd1f417ce93a65d6a89785e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:24:10 +0000 Subject: [PATCH] chore(deps): bump string-width from 7.2.0 to 8.2.2 Bumps [string-width](https://github.com/sindresorhus/string-width) from 7.2.0 to 8.2.2. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v7.2.0...v8.2.2) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.2.2 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 3688248f4..12fde867d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "isomorphic-git": "^1.27.0", "picocolors": "^1.1.1", "semver": "^7.8.5", - "string-width": "^7", + "string-width": "^8", "yaml": "^2.9.0", "zod": "^4.4.3" },