Skip to content

Commit 9e527f4

Browse files
authored
Merge pull request #185 from chantouchsek/dependabot/npm_and_yarn/yargs-17.6.2
chore(deps-dev): bump yargs from 10.1.2 to 17.6.2
2 parents 5c8669d + 8fe7bbe commit 9e527f4

File tree

2 files changed

+43
-34
lines changed

2 files changed

+43
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"vue-template-compiler": "^2.6.11",
8181
"webpack": "^3.10.0",
8282
"webpack-dev-server": "^3.1.11",
83-
"yargs": "^10.0.3"
83+
"yargs": "^17.6.2"
8484
},
8585
"eslintConfig": {
8686
"root": true,

yarn.lock

Lines changed: 42 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ ansi-regex@^5.0.0:
321321
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
322322
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
323323

324+
ansi-regex@^5.0.1:
325+
version "5.0.1"
326+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
327+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
328+
324329
ansi-styles@^2.2.1:
325330
version "2.2.1"
326331
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1822,6 +1827,15 @@ cliui@^7.0.2:
18221827
strip-ansi "^6.0.0"
18231828
wrap-ansi "^7.0.0"
18241829

1830+
cliui@^8.0.1:
1831+
version "8.0.1"
1832+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1833+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1834+
dependencies:
1835+
string-width "^4.2.0"
1836+
strip-ansi "^6.0.1"
1837+
wrap-ansi "^7.0.0"
1838+
18251839
clone@^1.0.2:
18261840
version "1.0.4"
18271841
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -7488,14 +7502,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
74887502
is-fullwidth-code-point "^2.0.0"
74897503
strip-ansi "^4.0.0"
74907504

7491-
string-width@^4.1.0, string-width@^4.2.0:
7492-
version "4.2.2"
7493-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
7494-
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
7505+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7506+
version "4.2.3"
7507+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7508+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
74957509
dependencies:
74967510
emoji-regex "^8.0.0"
74977511
is-fullwidth-code-point "^3.0.0"
7498-
strip-ansi "^6.0.0"
7512+
strip-ansi "^6.0.1"
74997513

75007514
string.prototype.trimleft@^2.1.1:
75017515
version "2.1.1"
@@ -7553,6 +7567,13 @@ strip-ansi@^6.0.0:
75537567
dependencies:
75547568
ansi-regex "^5.0.0"
75557569

7570+
strip-ansi@^6.0.1:
7571+
version "6.0.1"
7572+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7573+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7574+
dependencies:
7575+
ansi-regex "^5.0.1"
7576+
75567577
strip-bom@^3.0.0:
75577578
version "3.0.0"
75587579
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -8406,30 +8427,23 @@ yargs-parser@^10.1.0:
84068427
dependencies:
84078428
camelcase "^4.1.0"
84088429

8409-
yargs-parser@^20.2.2:
8410-
version "20.2.7"
8411-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
8412-
integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
8413-
8414-
yargs-parser@^20.2.3:
8430+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
84158431
version "20.2.9"
84168432
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
84178433
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
84188434

8435+
yargs-parser@^21.1.1:
8436+
version "21.1.1"
8437+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
8438+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
8439+
84198440
yargs-parser@^7.0.0:
84208441
version "7.0.0"
84218442
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
84228443
integrity sha1-jQrELxbqVd69MyyvTEA4s+P139k=
84238444
dependencies:
84248445
camelcase "^4.1.0"
84258446

8426-
yargs-parser@^8.1.0:
8427-
version "8.1.0"
8428-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
8429-
integrity sha512-yP+6QqN8BmrgW2ggLtTbdrOyBNSI7zBa4IykmiV5R1wl1JWNxQvWhMfMdmzIYtKU7oP3OOInY/tl2ov3BDjnJQ==
8430-
dependencies:
8431-
camelcase "^4.1.0"
8432-
84338447
yargs-unparser@2.0.0:
84348448
version "2.0.0"
84358449
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -8471,23 +8485,18 @@ yargs@16.2.0, yargs@^16.0.0, yargs@^16.2.0:
84718485
y18n "^5.0.5"
84728486
yargs-parser "^20.2.2"
84738487

8474-
yargs@^10.0.3:
8475-
version "10.1.2"
8476-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5"
8477-
integrity sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==
8488+
yargs@^17.6.2:
8489+
version "17.6.2"
8490+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
8491+
integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
84788492
dependencies:
8479-
cliui "^4.0.0"
8480-
decamelize "^1.1.1"
8481-
find-up "^2.1.0"
8482-
get-caller-file "^1.0.1"
8483-
os-locale "^2.0.0"
8493+
cliui "^8.0.1"
8494+
escalade "^3.1.1"
8495+
get-caller-file "^2.0.5"
84848496
require-directory "^2.1.1"
8485-
require-main-filename "^1.0.1"
8486-
set-blocking "^2.0.0"
8487-
string-width "^2.0.0"
8488-
which-module "^2.0.0"
8489-
y18n "^3.2.1"
8490-
yargs-parser "^8.1.0"
8497+
string-width "^4.2.3"
8498+
y18n "^5.0.5"
8499+
yargs-parser "^21.1.1"
84918500

84928501
yargs@^8.0.2:
84938502
version "8.0.2"

0 commit comments

Comments
 (0)