From 715721279849e07b70d71433226436cfeb5eae9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:21:25 +0000 Subject: [PATCH] fix(deps): bump string-width from 7.1.0 to 7.2.0 Bumps [string-width](https://github.com/sindresorhus/string-width) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: string-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12849d01..34e6b887 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cli-progress": "^3.12.0", "natural-orderby": "^3.0.2", "slice-ansi": "^7.1.0", - "string-width": "^7.1.0", + "string-width": "^7.2.0", "terminal-link": "^3.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bd44dcb7..169c10d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4741,10 +4741,10 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string-width@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a" - integrity sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw== +string-width@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc" + integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ== dependencies: emoji-regex "^10.3.0" get-east-asian-width "^1.0.0"