Skip to content

Commit 444d1fb

Browse files
Bump yargs from 17.7.2 to 18.0.0
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.7.2...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 918eab5 commit 444d1fb

2 files changed

Lines changed: 50 additions & 23 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"glob": "^8.0.3",
2020
"isexe": "^2.0.0",
2121
"which": "^5.0.0",
22-
"yargs": "^17.6.2"
22+
"yargs": "^18.0.0"
2323
},
2424
"devDependencies": {
2525
"chai": "^4.3.7",

yarn.lock

Lines changed: 49 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
284284
dependencies:
285285
color-convert "^2.0.1"
286286

287-
ansi-styles@^6.1.0:
287+
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
288288
version "6.2.1"
289289
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
290290
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -444,14 +444,14 @@ cliui@^7.0.2:
444444
strip-ansi "^6.0.0"
445445
wrap-ansi "^7.0.0"
446446

447-
cliui@^8.0.1:
448-
version "8.0.1"
449-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
450-
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
447+
cliui@^9.0.1:
448+
version "9.0.1"
449+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
450+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
451451
dependencies:
452-
string-width "^4.2.0"
453-
strip-ansi "^6.0.1"
454-
wrap-ansi "^7.0.0"
452+
string-width "^7.2.0"
453+
strip-ansi "^7.1.0"
454+
wrap-ansi "^9.0.0"
455455

456456
color-convert@^2.0.1:
457457
version "2.0.1"
@@ -619,6 +619,11 @@ eastasianwidth@^0.2.0:
619619
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
620620
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
621621

622+
emoji-regex@^10.3.0:
623+
version "10.4.0"
624+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
625+
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
626+
622627
emoji-regex@^8.0.0:
623628
version "8.0.0"
624629
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -955,6 +960,11 @@ get-caller-file@^2.0.5:
955960
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
956961
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
957962

963+
get-east-asian-width@^1.0.0:
964+
version "1.3.0"
965+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
966+
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
967+
958968
get-func-name@^2.0.1, get-func-name@^2.0.2:
959969
version "2.0.2"
960970
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
@@ -1868,7 +1878,7 @@ string-width@^2.1.1:
18681878
is-fullwidth-code-point "^2.0.0"
18691879
strip-ansi "^4.0.0"
18701880

1871-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1881+
string-width@^4.1.0, string-width@^4.2.0:
18721882
version "4.2.3"
18731883
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18741884
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1886,6 +1896,15 @@ string-width@^5.0.1, string-width@^5.1.2:
18861896
emoji-regex "^9.2.2"
18871897
strip-ansi "^7.0.1"
18881898

1899+
string-width@^7.0.0, string-width@^7.2.0:
1900+
version "7.2.0"
1901+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
1902+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
1903+
dependencies:
1904+
emoji-regex "^10.3.0"
1905+
get-east-asian-width "^1.0.0"
1906+
strip-ansi "^7.1.0"
1907+
18891908
string_decoder@^1.1.1:
18901909
version "1.3.0"
18911910
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -1921,7 +1940,7 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
19211940
dependencies:
19221941
ansi-regex "^5.0.1"
19231942

1924-
strip-ansi@^7.0.1:
1943+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
19251944
version "7.1.0"
19261945
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
19271946
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -2134,6 +2153,15 @@ wrap-ansi@^8.1.0:
21342153
string-width "^5.0.1"
21352154
strip-ansi "^7.0.1"
21362155

2156+
wrap-ansi@^9.0.0:
2157+
version "9.0.0"
2158+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
2159+
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
2160+
dependencies:
2161+
ansi-styles "^6.2.1"
2162+
string-width "^7.0.0"
2163+
strip-ansi "^7.1.0"
2164+
21372165
wrappy@1:
21382166
version "1.0.2"
21392167
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -2156,10 +2184,10 @@ yargs-parser@^20.2.2:
21562184
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
21572185
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
21582186

2159-
yargs-parser@^21.1.1:
2160-
version "21.1.1"
2161-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
2162-
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
2187+
yargs-parser@^22.0.0:
2188+
version "22.0.0"
2189+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
2190+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
21632191

21642192
yargs@^16.2.0:
21652193
version "16.2.0"
@@ -2174,18 +2202,17 @@ yargs@^16.2.0:
21742202
y18n "^5.0.5"
21752203
yargs-parser "^20.2.2"
21762204

2177-
yargs@^17.6.2:
2178-
version "17.7.2"
2179-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
2180-
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
2205+
yargs@^18.0.0:
2206+
version "18.0.0"
2207+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
2208+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
21812209
dependencies:
2182-
cliui "^8.0.1"
2210+
cliui "^9.0.1"
21832211
escalade "^3.1.1"
21842212
get-caller-file "^2.0.5"
2185-
require-directory "^2.1.1"
2186-
string-width "^4.2.3"
2213+
string-width "^7.2.0"
21872214
y18n "^5.0.5"
2188-
yargs-parser "^21.1.1"
2215+
yargs-parser "^22.0.0"
21892216

21902217
yocto-queue@^0.1.0:
21912218
version "0.1.0"

0 commit comments

Comments
 (0)