From 3803a4e4b85c71c354ef979ec1dbf8b42df38e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:22:02 +0000 Subject: [PATCH] chore(deps): bump string-width in the dependencies group Bumps the dependencies group with 1 update: [string-width](https://github.com/sindresorhus/string-width). Updates `string-width` from 7.2.0 to 8.0.0 - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: string-width dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/sec-literal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/sec-literal/package.json b/workspaces/sec-literal/package.json index 0538ac5..c2608a3 100644 --- a/workspaces/sec-literal/package.json +++ b/workspaces/sec-literal/package.json @@ -35,7 +35,7 @@ "frequency-set": "^1.0.2", "is-base64": "^1.1.0", "is-svg": "^6.0.0", - "string-width": "^7.0.0" + "string-width": "^8.0.0" }, "devDependencies": { "@types/is-base64": "^1.1.3"