Skip to content

Commit 613b337

Browse files
Bump cliui from 8.0.1 to 9.0.1
Bumps [cliui](https://github.com/yargs/cliui) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/yargs/cliui/releases) - [Changelog](https://github.com/yargs/cliui/blob/master/CHANGELOG.md) - [Commits](yargs/cliui@v8.0.1...v9.0.1) --- updated-dependencies: - dependency-name: cliui dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 615ab38 commit 613b337

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"devDependencies": {
8787
"chalk": "^5.4.1",
88-
"cliui": "8.0.1",
88+
"cliui": "9.0.1",
8989
"cross-spawn": "7.0.6",
9090
"decompress": "4.2.1",
9191
"del": "8.0.0",

yarn.lock

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
860860
dependencies:
861861
color-convert "^2.0.1"
862862

863-
ansi-styles@^6.1.0:
863+
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
864864
version "6.2.1"
865865
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
866866
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -1546,14 +1546,14 @@ clipboard@2.0.11:
15461546
select "^1.1.2"
15471547
tiny-emitter "^2.0.0"
15481548

1549-
cliui@8.0.1:
1550-
version "8.0.1"
1551-
resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz"
1552-
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1549+
cliui@9.0.1:
1550+
version "9.0.1"
1551+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
1552+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
15531553
dependencies:
1554-
string-width "^4.2.0"
1555-
strip-ansi "^6.0.1"
1556-
wrap-ansi "^7.0.0"
1554+
string-width "^7.2.0"
1555+
strip-ansi "^7.1.0"
1556+
wrap-ansi "^9.0.0"
15571557

15581558
cliui@^7.0.2:
15591559
version "7.0.4"
@@ -2124,6 +2124,11 @@ ejs@^3.0.1, ejs@^3.1.10, ejs@^3.1.8:
21242124
dependencies:
21252125
jake "^10.8.5"
21262126

2127+
emoji-regex@^10.3.0:
2128+
version "10.4.0"
2129+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
2130+
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
2131+
21272132
emoji-regex@^8.0.0:
21282133
version "8.0.0"
21292134
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
@@ -2727,6 +2732,11 @@ get-caller-file@^2.0.5:
27272732
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
27282733
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
27292734

2735+
get-east-asian-width@^1.0.0:
2736+
version "1.3.0"
2737+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
2738+
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
2739+
27302740
get-intrinsic@^1.0.2:
27312741
version "1.1.1"
27322742
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
@@ -6586,6 +6596,15 @@ string-width@^5.0.1, string-width@^5.1.2:
65866596
emoji-regex "^9.2.2"
65876597
strip-ansi "^7.0.1"
65886598

6599+
string-width@^7.0.0, string-width@^7.2.0:
6600+
version "7.2.0"
6601+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
6602+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
6603+
dependencies:
6604+
emoji-regex "^10.3.0"
6605+
get-east-asian-width "^1.0.0"
6606+
strip-ansi "^7.1.0"
6607+
65896608
string.prototype.trimend@^1.0.0:
65906609
version "1.0.0"
65916610
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.0.tgz"
@@ -6662,7 +6681,7 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66626681
dependencies:
66636682
ansi-regex "^5.0.1"
66646683

6665-
strip-ansi@^7.0.1:
6684+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
66666685
version "7.1.0"
66676686
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
66686687
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -7413,6 +7432,15 @@ wrap-ansi@^8.1.0:
74137432
string-width "^5.0.1"
74147433
strip-ansi "^7.0.1"
74157434

7435+
wrap-ansi@^9.0.0:
7436+
version "9.0.0"
7437+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
7438+
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
7439+
dependencies:
7440+
ansi-styles "^6.2.1"
7441+
string-width "^7.0.0"
7442+
strip-ansi "^7.1.0"
7443+
74167444
wrappy@1:
74177445
version "1.0.2"
74187446
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"

0 commit comments

Comments
 (0)