chore(deps): update dependency string-width to v7.1.0 (#649)

This commit is contained in:
renovate[bot] 2024-02-15 03:41:22 +01:00 committed by GitHub
parent 2171debce3
commit 85c9fe94e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@
"node-fzf": {
".": "0.11.0",
"cli-color": "2.0.3",
"string-width": "7.0.0"
"string-width": "7.1.0"
}
},
"@yujinakayama/apple-music": {
@ -115,6 +115,6 @@
"public-ip/got": "13.0.0",
"yt-search/node-fzf": "0.11.0",
"yt-search/node-fzf/cli-color": "2.0.3",
"yt-search/node-fzf/string-width": "7.0.0"
"yt-search/node-fzf/string-width": "7.1.0"
}
}

View File

@ -2361,10 +2361,10 @@ statuses@2.0.1:
resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz"
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
string-width@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.0.0.tgz#14aa1b7aaa126d5b64fa79d3c894da8a9650ba06"
integrity sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==
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==
dependencies:
emoji-regex "^10.3.0"
get-east-asian-width "^1.0.0"