Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit 5778831

Browse files
committed
TASK: Update dependency yargs to v17
1 parent d56db7a commit 5778831

File tree

2 files changed

+60
-23
lines changed

2 files changed

+60
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lodash.merge": "4.6.2",
5555
"micromatch": "4.0.4",
5656
"ora": "4.1.1",
57-
"yargs": "15.4.1"
57+
"yargs": "17.4.1"
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "7.14.5",

yarn.lock

Lines changed: 59 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,11 @@ ansi-regex@^5.0.0:
11181118
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
11191119
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
11201120

1121+
ansi-regex@^5.0.1:
1122+
version "5.0.1"
1123+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1124+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1125+
11211126
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
11221127
version "3.2.1"
11231128
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1891,6 +1896,15 @@ cliui@^6.0.0:
18911896
strip-ansi "^6.0.0"
18921897
wrap-ansi "^6.2.0"
18931898

1899+
cliui@^7.0.2:
1900+
version "7.0.4"
1901+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
1902+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
1903+
dependencies:
1904+
string-width "^4.2.0"
1905+
strip-ansi "^6.0.0"
1906+
wrap-ansi "^7.0.0"
1907+
18941908
18951909
version "1.0.2"
18961910
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -3421,7 +3435,7 @@ get-caller-file@^1.0.1:
34213435
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
34223436
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
34233437

3424-
get-caller-file@^2.0.1:
3438+
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
34253439
version "2.0.5"
34263440
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
34273441
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
@@ -7810,6 +7824,15 @@ string-width@^4.1.0, string-width@^4.2.0:
78107824
is-fullwidth-code-point "^3.0.0"
78117825
strip-ansi "^6.0.0"
78127826

7827+
string-width@^4.2.3:
7828+
version "4.2.3"
7829+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7830+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7831+
dependencies:
7832+
emoji-regex "^8.0.0"
7833+
is-fullwidth-code-point "^3.0.0"
7834+
strip-ansi "^6.0.1"
7835+
78137836
string.prototype.trimend@^1.0.1:
78147837
version "1.0.2"
78157838
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz#6ddd9a8796bc714b489a3ae22246a208f37bfa46"
@@ -7894,6 +7917,13 @@ strip-ansi@^6.0.0:
78947917
dependencies:
78957918
ansi-regex "^5.0.0"
78967919

7920+
strip-ansi@^6.0.1:
7921+
version "6.0.1"
7922+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7923+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7924+
dependencies:
7925+
ansi-regex "^5.0.1"
7926+
78977927
strip-bom@^3.0.0:
78987928
version "3.0.0"
78997929
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -8572,6 +8602,15 @@ wrap-ansi@^6.2.0:
85728602
string-width "^4.1.0"
85738603
strip-ansi "^6.0.0"
85748604

8605+
wrap-ansi@^7.0.0:
8606+
version "7.0.0"
8607+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8608+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8609+
dependencies:
8610+
ansi-styles "^4.0.0"
8611+
string-width "^4.1.0"
8612+
strip-ansi "^6.0.0"
8613+
85758614
wrappy@1:
85768615
version "1.0.2"
85778616
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -8634,6 +8673,11 @@ y18n@^3.2.1:
86348673
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
86358674
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
86368675

8676+
y18n@^5.0.5:
8677+
version "5.0.8"
8678+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
8679+
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
8680+
86378681
yallist@^2.1.2:
86388682
version "2.1.2"
86398683
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
@@ -8682,13 +8726,10 @@ yargs-parser@^16.1.0:
86828726
camelcase "^5.0.0"
86838727
decamelize "^1.2.0"
86848728

8685-
yargs-parser@^18.1.2:
8686-
version "18.1.3"
8687-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
8688-
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
8689-
dependencies:
8690-
camelcase "^5.0.0"
8691-
decamelize "^1.2.0"
8729+
yargs-parser@^21.0.0:
8730+
version "21.0.1"
8731+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
8732+
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
86928733

86938734
yargs-parser@^9.0.2:
86948735
version "9.0.2"
@@ -8697,22 +8738,18 @@ yargs-parser@^9.0.2:
86978738
dependencies:
86988739
camelcase "^4.1.0"
86998740

8700-
yargs@15.4.1:
8701-
version "15.4.1"
8702-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
8703-
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
8741+
yargs@17.4.1:
8742+
version "17.4.1"
8743+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284"
8744+
integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==
87048745
dependencies:
8705-
cliui "^6.0.0"
8706-
decamelize "^1.2.0"
8707-
find-up "^4.1.0"
8708-
get-caller-file "^2.0.1"
8746+
cliui "^7.0.2"
8747+
escalade "^3.1.1"
8748+
get-caller-file "^2.0.5"
87098749
require-directory "^2.1.1"
8710-
require-main-filename "^2.0.0"
8711-
set-blocking "^2.0.0"
8712-
string-width "^4.2.0"
8713-
which-module "^2.0.0"
8714-
y18n "^4.0.0"
8715-
yargs-parser "^18.1.2"
8750+
string-width "^4.2.3"
8751+
y18n "^5.0.5"
8752+
yargs-parser "^21.0.0"
87168753

87178754
yargs@^11.0.0:
87188755
version "11.1.1"

0 commit comments

Comments
 (0)