Skip to content

Commit 89ea544

Browse files
Update dependency yargs to v18.1.0
1 parent e0648b4 commit 89ea544

2 files changed

Lines changed: 27 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scriptex-socials": "1.10.1",
4141
"styled-components": "6.4.4",
4242
"universal-github-client": "1.0.3",
43-
"yargs": "18.0.0"
43+
"yargs": "18.1.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "8.0.1",

yarn.lock

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ accepts@^2.0.0:
18221822
mime-types "^3.0.0"
18231823
negotiator "^1.0.0"
18241824

1825-
ansi-regex@^6.0.1:
1825+
ansi-regex@^6.0.1, ansi-regex@^6.2.2:
18261826
version "6.2.2"
18271827
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
18281828
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
@@ -2580,6 +2580,11 @@ get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.0:
25802580
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz#9bc4caa131702b4b61729cb7e42735bc550c9ee6"
25812581
integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
25822582

2583+
get-east-asian-width@^1.5.0:
2584+
version "1.6.0"
2585+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz#216900f91df11a8b2c198c3e1d93d6c035a776b9"
2586+
integrity sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==
2587+
25832588
get-intrinsic@^1.2.5, get-intrinsic@^1.3.0:
25842589
version "1.3.0"
25852590
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
@@ -3575,13 +3580,28 @@ string-width@^8.1.0:
35753580
get-east-asian-width "^1.3.0"
35763581
strip-ansi "^7.1.0"
35773582

3583+
string-width@^8.2.1:
3584+
version "8.2.2"
3585+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.2.tgz#7310516493df575742fe98af6fae87d85d5ed0ac"
3586+
integrity sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==
3587+
dependencies:
3588+
get-east-asian-width "^1.5.0"
3589+
strip-ansi "^7.1.2"
3590+
35783591
strip-ansi@^7.1.0:
35793592
version "7.1.2"
35803593
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
35813594
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
35823595
dependencies:
35833596
ansi-regex "^6.0.1"
35843597

3598+
strip-ansi@^7.1.2:
3599+
version "7.2.0"
3600+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.2.0.tgz#d22a269522836a627af8d04b5c3fd2c7fa3e32e3"
3601+
integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==
3602+
dependencies:
3603+
ansi-regex "^6.2.2"
3604+
35853605
styled-components@6.4.4:
35863606
version "6.4.4"
35873607
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.4.4.tgz#403eb7046b9f59a170d13967d9e7d21d82e677bd"
@@ -3814,15 +3834,15 @@ yargs-parser@^22.0.0:
38143834
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
38153835
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
38163836

3817-
yargs@18.0.0:
3818-
version "18.0.0"
3819-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
3820-
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
3837+
yargs@18.1.0:
3838+
version "18.1.0"
3839+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.1.0.tgz#cd7e98c703ef51695bbbf062ed58f28e94291b56"
3840+
integrity sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==
38213841
dependencies:
38223842
cliui "^9.0.1"
38233843
escalade "^3.1.1"
38243844
get-caller-file "^2.0.5"
3825-
string-width "^7.2.0"
3845+
string-width "^8.2.1"
38263846
y18n "^5.0.5"
38273847
yargs-parser "^22.0.0"
38283848

0 commit comments

Comments
 (0)