From 96abbae8605511a1e38777d8a9cb004ded342d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:03:23 +0000 Subject: [PATCH] Bump string-width from 8.1.1 to 8.2.0 Bumps [string-width](https://github.com/sindresorhus/string-width) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v8.1.1...v8.2.0) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50ef5400..fcadfbf2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "micromark-extension-gfm-table": "2.1.1", "micromark-extension-math": "3.1.0", "micromark-util-types": "2.0.2", - "string-width": "8.1.1" + "string-width": "8.2.0" }, "devDependencies": { "@eslint/js": "9.39.2",