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

Commit c371936

Browse files
chore(deps-dev): bump yargs from 14.2.2 to 15.1.0
Bumps [yargs](https://github.com/yargs/yargs) from 14.2.2 to 15.1.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/commits/v15.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ce9a12e commit c371936

File tree

2 files changed

+49
-19
lines changed

2 files changed

+49
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"sass-loader": "8.0.2",
8686
"vue-jest": "3.0.5",
8787
"vue-router": "3.1.4",
88-
"yargs": "14.2.2"
88+
"yargs": "15.1.0"
8989
},
9090
"repository": {
9191
"type": "git",

yarn.lock

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,6 +2933,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
29332933
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
29342934
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
29352935

2936+
ansi-regex@^5.0.0:
2937+
version "5.0.0"
2938+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
2939+
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
2940+
29362941
ansi-styles@^2.2.1:
29372942
version "2.2.1"
29382943
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -4082,6 +4087,15 @@ cliui@^5.0.0:
40824087
strip-ansi "^5.2.0"
40834088
wrap-ansi "^5.1.0"
40844089

4090+
cliui@^6.0.0:
4091+
version "6.0.0"
4092+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
4093+
integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
4094+
dependencies:
4095+
string-width "^4.2.0"
4096+
strip-ansi "^6.0.0"
4097+
wrap-ansi "^6.2.0"
4098+
40854099
clone-deep@^4.0.1:
40864100
version "4.0.1"
40874101
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -5908,7 +5922,7 @@ find-up@^3.0.0:
59085922
dependencies:
59095923
locate-path "^3.0.0"
59105924

5911-
find-up@^4.0.0:
5925+
find-up@^4.0.0, find-up@^4.1.0:
59125926
version "4.1.0"
59135927
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
59145928
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -12359,14 +12373,14 @@ string-width@^3.0.0, string-width@^3.1.0:
1235912373
is-fullwidth-code-point "^2.0.0"
1236012374
strip-ansi "^5.1.0"
1236112375

12362-
string-width@^4.0.0, string-width@^4.1.0:
12363-
version "4.1.0"
12364-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
12365-
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
12376+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
12377+
version "4.2.0"
12378+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
12379+
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
1236612380
dependencies:
1236712381
emoji-regex "^8.0.0"
1236812382
is-fullwidth-code-point "^3.0.0"
12369-
strip-ansi "^5.2.0"
12383+
strip-ansi "^6.0.0"
1237012384

1237112385
string.prototype.trimleft@^2.1.0:
1237212386
version "2.1.0"
@@ -12444,6 +12458,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1244412458
dependencies:
1244512459
ansi-regex "^4.1.0"
1244612460

12461+
strip-ansi@^6.0.0:
12462+
version "6.0.0"
12463+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
12464+
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
12465+
dependencies:
12466+
ansi-regex "^5.0.0"
12467+
1244712468
strip-bom@^2.0.0:
1244812469
version "2.0.0"
1244912470
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -13823,6 +13844,15 @@ wrap-ansi@^6.0.0:
1382313844
string-width "^4.1.0"
1382413845
strip-ansi "^5.0.0"
1382513846

13847+
wrap-ansi@^6.2.0:
13848+
version "6.2.0"
13849+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
13850+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
13851+
dependencies:
13852+
ansi-styles "^4.0.0"
13853+
string-width "^4.1.0"
13854+
strip-ansi "^6.0.0"
13855+
1382613856
wrapped@^1.0.1:
1382713857
version "1.0.1"
1382813858
resolved "https://registry.yarnpkg.com/wrapped/-/wrapped-1.0.1.tgz#c783d9d807b273e9b01e851680a938c87c907242"
@@ -13967,10 +13997,10 @@ yargs-parser@^13.1.1:
1396713997
camelcase "^5.0.0"
1396813998
decamelize "^1.2.0"
1396913999

13970-
yargs-parser@^15.0.0:
13971-
version "15.0.0"
13972-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
13973-
integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
14000+
yargs-parser@^16.1.0:
14001+
version "16.1.0"
14002+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"
14003+
integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==
1397414004
dependencies:
1397514005
camelcase "^5.0.0"
1397614006
decamelize "^1.2.0"
@@ -13982,22 +14012,22 @@ yargs-parser@^5.0.0:
1398214012
dependencies:
1398314013
camelcase "^3.0.0"
1398414014

13985-
yargs@14.2.2:
13986-
version "14.2.2"
13987-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.2.tgz#2769564379009ff8597cdd38fba09da9b493c4b5"
13988-
integrity sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA==
14015+
yargs@15.1.0:
14016+
version "15.1.0"
14017+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219"
14018+
integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==
1398914019
dependencies:
13990-
cliui "^5.0.0"
14020+
cliui "^6.0.0"
1399114021
decamelize "^1.2.0"
13992-
find-up "^3.0.0"
14022+
find-up "^4.1.0"
1399314023
get-caller-file "^2.0.1"
1399414024
require-directory "^2.1.1"
1399514025
require-main-filename "^2.0.0"
1399614026
set-blocking "^2.0.0"
13997-
string-width "^3.0.0"
14027+
string-width "^4.2.0"
1399814028
which-module "^2.0.0"
1399914029
y18n "^4.0.0"
14000-
yargs-parser "^15.0.0"
14030+
yargs-parser "^16.1.0"
1400114031

1400214032
yargs@^13.3.0:
1400314033
version "13.3.0"

0 commit comments

Comments
 (0)