Skip to content

Commit fef2fb0

Browse files
Update dependency yargs to v17
1 parent db799c2 commit fef2fb0

File tree

2 files changed

+49
-78
lines changed

2 files changed

+49
-78
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/rimraf": "3.0.0",
5858
"@types/wrap-ansi": "3.0.0",
5959
"@types/xxhashjs": "0.2.2",
60-
"@types/yargs": "16.0.1",
60+
"@types/yargs": "17.0.22",
6161
"@typescript-eslint/eslint-plugin": "4.21.0",
6262
"@typescript-eslint/parser": "4.21.0",
6363
"babel-core": "7.0.0-bridge.0",
@@ -102,7 +102,7 @@
102102
"wrap-ansi": "^7.0.0",
103103
"xml-escape": "^1.1.0",
104104
"xxhashjs": "^0.2.2",
105-
"yargs": "^16.2.0"
105+
"yargs": "^17.0.0"
106106
},
107107
"engines": {
108108
"node": ">=10"

yarn.lock

Lines changed: 47 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,10 +1301,10 @@
13011301
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
13021302
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
13031303

1304-
"@types/yargs@16.0.1":
1305-
version "16.0.1"
1306-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.1.tgz#5fc5d41f69762e00fbecbc8d4bf9dea47d8726f4"
1307-
integrity sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==
1304+
"@types/yargs@17.0.22":
1305+
version "17.0.22"
1306+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.22.tgz#7dd37697691b5f17d020f3c63e7a45971ff71e9a"
1307+
integrity sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==
13081308
dependencies:
13091309
"@types/yargs-parser" "*"
13101310

@@ -1329,7 +1329,7 @@
13291329
semver "^7.3.2"
13301330
tsutils "^3.17.1"
13311331

1332-
"@typescript-eslint/[email protected]":
1332+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
13331333
version "4.21.0"
13341334
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6"
13351335
integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA==
@@ -1341,18 +1341,6 @@
13411341
eslint-scope "^5.0.0"
13421342
eslint-utils "^2.0.0"
13431343

1344-
"@typescript-eslint/experimental-utils@^4.0.1":
1345-
version "4.20.0"
1346-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b"
1347-
integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng==
1348-
dependencies:
1349-
"@types/json-schema" "^7.0.3"
1350-
"@typescript-eslint/scope-manager" "4.20.0"
1351-
"@typescript-eslint/types" "4.20.0"
1352-
"@typescript-eslint/typescript-estree" "4.20.0"
1353-
eslint-scope "^5.0.0"
1354-
eslint-utils "^2.0.0"
1355-
13561344
"@typescript-eslint/[email protected]":
13571345
version "4.21.0"
13581346
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1"
@@ -1363,14 +1351,6 @@
13631351
"@typescript-eslint/typescript-estree" "4.21.0"
13641352
debug "^4.1.1"
13651353

1366-
"@typescript-eslint/[email protected]":
1367-
version "4.20.0"
1368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca"
1369-
integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ==
1370-
dependencies:
1371-
"@typescript-eslint/types" "4.20.0"
1372-
"@typescript-eslint/visitor-keys" "4.20.0"
1373-
13741354
"@typescript-eslint/[email protected]":
13751355
version "4.21.0"
13761356
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d"
@@ -1379,29 +1359,11 @@
13791359
"@typescript-eslint/types" "4.21.0"
13801360
"@typescript-eslint/visitor-keys" "4.21.0"
13811361

1382-
"@typescript-eslint/[email protected]":
1383-
version "4.20.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225"
1385-
integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w==
1386-
13871362
"@typescript-eslint/[email protected]":
13881363
version "4.21.0"
13891364
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef"
13901365
integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w==
13911366

1392-
"@typescript-eslint/[email protected]":
1393-
version "4.20.0"
1394-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be"
1395-
integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA==
1396-
dependencies:
1397-
"@typescript-eslint/types" "4.20.0"
1398-
"@typescript-eslint/visitor-keys" "4.20.0"
1399-
debug "^4.1.1"
1400-
globby "^11.0.1"
1401-
is-glob "^4.0.1"
1402-
semver "^7.3.2"
1403-
tsutils "^3.17.1"
1404-
14051367
"@typescript-eslint/[email protected]":
14061368
version "4.21.0"
14071369
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a"
@@ -1415,14 +1377,6 @@
14151377
semver "^7.3.2"
14161378
tsutils "^3.17.1"
14171379

1418-
"@typescript-eslint/[email protected]":
1419-
version "4.20.0"
1420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62"
1421-
integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A==
1422-
dependencies:
1423-
"@typescript-eslint/types" "4.20.0"
1424-
eslint-visitor-keys "^2.0.0"
1425-
14261380
"@typescript-eslint/[email protected]":
14271381
version "4.21.0"
14281382
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d"
@@ -1493,17 +1447,7 @@ ajv@^7.0.2:
14931447
require-from-string "^2.0.2"
14941448
uri-js "^4.2.2"
14951449

1496-
ajv@^8.0.1:
1497-
version "8.0.1"
1498-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.1.tgz#dac101898a87f8ebb57fea69617e8096523c628c"
1499-
integrity sha512-46ZA4TalFcLLqX1dEU3dhdY38wAtDydJ4e7QQTVekLUTzXkb1LfqU6VOBXC/a9wiv4T094WURqJH6ZitF92Kqw==
1500-
dependencies:
1501-
fast-deep-equal "^3.1.1"
1502-
json-schema-traverse "^1.0.0"
1503-
require-from-string "^2.0.2"
1504-
uri-js "^4.2.2"
1505-
1506-
ajv@^8.0.5:
1450+
ajv@^8.0.1, ajv@^8.0.5:
15071451
version "8.0.5"
15081452
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.5.tgz#f07d6fdeffcdbb80485570ce3f1bc845fcc812b9"
15091453
integrity sha512-RkiLa/AeJx7+9OvniQ/qeWu0w74A8DiPPBclQ6ji3ZQkv5KamO+QGpqmi7O4JIw3rHGUXZ6CoP9tsAkn3gyazg==
@@ -1530,10 +1474,10 @@ ansi-escapes@^4.2.1:
15301474
dependencies:
15311475
type-fest "^0.11.0"
15321476

1533-
ansi-regex@^5.0.0:
1534-
version "5.0.0"
1535-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1536-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1477+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
1478+
version "5.0.1"
1479+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1480+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
15371481

15381482
ansi-styles@^3.2.1:
15391483
version "3.2.1"
@@ -1960,6 +1904,15 @@ cliui@^7.0.2:
19601904
strip-ansi "^6.0.0"
19611905
wrap-ansi "^7.0.0"
19621906

1907+
cliui@^8.0.1:
1908+
version "8.0.1"
1909+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1910+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1911+
dependencies:
1912+
string-width "^4.2.0"
1913+
strip-ansi "^6.0.1"
1914+
wrap-ansi "^7.0.0"
1915+
19631916
co@^4.6.0:
19641917
version "4.6.0"
19651918
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -5015,21 +4968,21 @@ string-length@^4.0.1:
50154968
char-regex "^1.0.2"
50164969
strip-ansi "^6.0.0"
50174970

5018-
string-width@^4.1.0, string-width@^4.2.0:
5019-
version "4.2.0"
5020-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
5021-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
4971+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4972+
version "4.2.3"
4973+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4974+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
50224975
dependencies:
50234976
emoji-regex "^8.0.0"
50244977
is-fullwidth-code-point "^3.0.0"
5025-
strip-ansi "^6.0.0"
4978+
strip-ansi "^6.0.1"
50264979

5027-
strip-ansi@^6.0.0:
5028-
version "6.0.0"
5029-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
5030-
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
4980+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4981+
version "6.0.1"
4982+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4983+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
50314984
dependencies:
5032-
ansi-regex "^5.0.0"
4985+
ansi-regex "^5.0.1"
50334986

50344987
strip-bom@^3.0.0:
50354988
version "3.0.0"
@@ -5566,6 +5519,11 @@ yargs-parser@^20.2.2:
55665519
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
55675520
integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
55685521

5522+
yargs-parser@^21.1.1:
5523+
version "21.1.1"
5524+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
5525+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
5526+
55695527
yargs@^15.4.1:
55705528
version "15.4.1"
55715529
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
@@ -5596,6 +5554,19 @@ yargs@^16.2.0:
55965554
y18n "^5.0.5"
55975555
yargs-parser "^20.2.2"
55985556

5557+
yargs@^17.0.0:
5558+
version "17.7.1"
5559+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
5560+
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
5561+
dependencies:
5562+
cliui "^8.0.1"
5563+
escalade "^3.1.1"
5564+
get-caller-file "^2.0.5"
5565+
require-directory "^2.1.1"
5566+
string-width "^4.2.3"
5567+
y18n "^5.0.5"
5568+
yargs-parser "^21.1.1"
5569+
55995570
56005571
version "3.1.1"
56015572
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)