|
1595 | 1595 | integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
1596 | 1596 |
|
1597 | 1597 | concurrently@^7.0.0:
|
1598 |
| - version "7.1.0" |
1599 |
| - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942" |
1600 |
| - integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw== |
| 1598 | + version "7.2.0" |
| 1599 | + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.2.0.tgz#4d9b4d1e527b8a8cb101bc2aee317e09496fad43" |
| 1600 | + integrity sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw== |
1601 | 1601 | dependencies:
|
1602 | 1602 | chalk "^4.1.0"
|
1603 | 1603 | date-fns "^2.16.1"
|
1604 | 1604 | lodash "^4.17.21"
|
1605 | 1605 | rxjs "^6.6.3"
|
| 1606 | + shell-quote "^1.7.3" |
1606 | 1607 | spawn-command "^0.0.2-1"
|
1607 | 1608 | supports-color "^8.1.0"
|
1608 | 1609 | tree-kill "^1.2.2"
|
1609 |
| - yargs "^16.2.0" |
| 1610 | + yargs "^17.3.1" |
1610 | 1611 |
|
1611 | 1612 | convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
|
1612 | 1613 | version "1.8.0"
|
@@ -3363,6 +3364,11 @@ shebang-regex@^3.0.0:
|
3363 | 3364 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
3364 | 3365 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
3365 | 3366 |
|
| 3367 | +shell-quote@^1.7.3: |
| 3368 | + version "1.7.3" |
| 3369 | + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" |
| 3370 | + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== |
| 3371 | + |
3366 | 3372 | signal-exit@^3.0.2, signal-exit@^3.0.3:
|
3367 | 3373 | version "3.0.4"
|
3368 | 3374 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.4.tgz#366a4684d175b9cab2081e3681fda3747b6c51d7"
|
@@ -3471,7 +3477,7 @@ string-width@^3.0.0, string-width@^3.1.0:
|
3471 | 3477 | is-fullwidth-code-point "^2.0.0"
|
3472 | 3478 | strip-ansi "^5.1.0"
|
3473 | 3479 |
|
3474 |
| -string-width@^4.1.0, string-width@^4.2.0: |
| 3480 | +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
3475 | 3481 | version "4.2.3"
|
3476 | 3482 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
3477 | 3483 | integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -3941,6 +3947,11 @@ yargs-parser@^18.1.2:
|
3941 | 3947 | camelcase "^5.0.0"
|
3942 | 3948 | decamelize "^1.2.0"
|
3943 | 3949 |
|
| 3950 | +yargs-parser@^21.0.0: |
| 3951 | + version "21.0.1" |
| 3952 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" |
| 3953 | + integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== |
| 3954 | + |
3944 | 3955 | yargs@^13.3.0:
|
3945 | 3956 | version "13.3.2"
|
3946 | 3957 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
@@ -3987,6 +3998,19 @@ yargs@^16.2.0:
|
3987 | 3998 | y18n "^5.0.5"
|
3988 | 3999 | yargs-parser "^20.2.2"
|
3989 | 4000 |
|
| 4001 | +yargs@^17.3.1: |
| 4002 | + version "17.5.1" |
| 4003 | + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e" |
| 4004 | + integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== |
| 4005 | + dependencies: |
| 4006 | + cliui "^7.0.2" |
| 4007 | + escalade "^3.1.1" |
| 4008 | + get-caller-file "^2.0.5" |
| 4009 | + require-directory "^2.1.1" |
| 4010 | + string-width "^4.2.3" |
| 4011 | + y18n "^5.0.5" |
| 4012 | + yargs-parser "^21.0.0" |
| 4013 | + |
3990 | 4014 |
|
3991 | 4015 | version "3.1.1"
|
3992 | 4016 | resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
|
|
0 commit comments