Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c96bd9

Browse files
committedJan 29, 2020
Update dependency lint-staged to v10
1 parent 37cc52b commit 5c96bd9

File tree

2 files changed

+222
-118
lines changed

2 files changed

+222
-118
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-react": "7.18.0",
102102
"husky": "3.0.9",
103103
"jest": "24.9.0",
104-
"lint-staged": "8.2.1",
104+
"lint-staged": "10.0.4",
105105
"markdownlint-cli": "0.21.0",
106106
"opn": "5.5.0",
107107
"prettier": "1.18.2",

‎yarn.lock

Lines changed: 221 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
dependencies:
704704
regenerator-runtime "^0.12.0"
705705

706-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
706+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
707707
version "7.7.2"
708708
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
709709
integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
@@ -1029,6 +1029,11 @@
10291029
dependencies:
10301030
"@babel/types" "^7.3.0"
10311031

1032+
"@types/color-name@^1.1.1":
1033+
version "1.1.1"
1034+
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1035+
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1036+
10321037
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
10331038
version "2.0.1"
10341039
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -1454,6 +1459,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
14541459
dependencies:
14551460
color-convert "^1.9.0"
14561461

1462+
ansi-styles@^4.1.0:
1463+
version "4.2.1"
1464+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
1465+
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
1466+
dependencies:
1467+
"@types/color-name" "^1.1.1"
1468+
color-convert "^2.0.1"
1469+
14571470
any-observable@^0.3.0:
14581471
version "0.3.0"
14591472
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -1979,6 +1992,13 @@ braces@^2.3.1, braces@^2.3.2:
19791992
split-string "^3.0.2"
19801993
to-regex "^3.0.1"
19811994

1995+
braces@^3.0.1:
1996+
version "3.0.2"
1997+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
1998+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
1999+
dependencies:
2000+
fill-range "^7.0.1"
2001+
19822002
brorand@^1.0.1:
19832003
version "1.1.0"
19842004
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -2228,7 +2248,7 @@ caseless@~0.12.0:
22282248
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
22292249
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
22302250

2231-
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2251+
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
22322252
version "2.4.2"
22332253
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22342254
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2248,6 +2268,14 @@ chalk@^1.0.0, chalk@^1.1.3:
22482268
strip-ansi "^3.0.0"
22492269
supports-color "^2.0.0"
22502270

2271+
chalk@^3.0.0:
2272+
version "3.0.0"
2273+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2274+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2275+
dependencies:
2276+
ansi-styles "^4.1.0"
2277+
supports-color "^7.1.0"
2278+
22512279
character-entities-legacy@^1.0.0:
22522280
version "1.1.3"
22532281
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4"
@@ -2425,11 +2453,23 @@ color-convert@^1.9.0:
24252453
dependencies:
24262454
color-name "1.1.3"
24272455

2456+
color-convert@^2.0.1:
2457+
version "2.0.1"
2458+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2459+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
2460+
dependencies:
2461+
color-name "~1.1.4"
2462+
24282463
color-name@1.1.3:
24292464
version "1.1.3"
24302465
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
24312466
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
24322467

2468+
color-name@~1.1.4:
2469+
version "1.1.4"
2470+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2471+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2472+
24332473
colors@1.1.2:
24342474
version "1.1.2"
24352475
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
@@ -2449,11 +2489,16 @@ commander@2.9.0, commander@~2.9.0:
24492489
dependencies:
24502490
graceful-readlink ">= 1.0.0"
24512491

2452-
commander@^2.14.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.9.0, commander@~2.20.3:
2492+
commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@~2.20.3:
24532493
version "2.20.3"
24542494
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
24552495
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
24562496

2497+
commander@^4.0.1:
2498+
version "4.1.0"
2499+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.0.tgz#545983a0603fe425bc672d66c9e3c89c42121a83"
2500+
integrity sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==
2501+
24572502
commander@~2.17.1:
24582503
version "2.17.1"
24592504
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
@@ -2587,7 +2632,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
25872632
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
25882633
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
25892634

2590-
cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
2635+
cosmiconfig@^5.2.1:
25912636
version "5.2.1"
25922637
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
25932638
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -2702,6 +2747,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27022747
shebang-command "^1.2.0"
27032748
which "^1.2.9"
27042749

2750+
cross-spawn@^7.0.0:
2751+
version "7.0.1"
2752+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
2753+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
2754+
dependencies:
2755+
path-key "^3.1.0"
2756+
shebang-command "^2.0.0"
2757+
which "^2.0.1"
2758+
27052759
crypto-browserify@^3.11.0:
27062760
version "3.12.0"
27072761
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -2813,7 +2867,7 @@ debug@^3.1.0, debug@^3.2.6:
28132867
dependencies:
28142868
ms "^2.1.1"
28152869

2816-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
2870+
debug@^4.1.0, debug@^4.1.1:
28172871
version "4.1.1"
28182872
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
28192873
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -3383,7 +3437,7 @@ escape-html@~1.0.3:
33833437
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
33843438
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
33853439

3386-
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5:
3440+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
33873441
version "1.0.5"
33883442
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
33893443
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
@@ -3723,6 +3777,22 @@ execa@^1.0.0:
37233777
signal-exit "^3.0.0"
37243778
strip-eof "^1.0.0"
37253779

3780+
execa@^3.4.0:
3781+
version "3.4.0"
3782+
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
3783+
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
3784+
dependencies:
3785+
cross-spawn "^7.0.0"
3786+
get-stream "^5.0.0"
3787+
human-signals "^1.1.1"
3788+
is-stream "^2.0.0"
3789+
merge-stream "^2.0.0"
3790+
npm-run-path "^4.0.0"
3791+
onetime "^5.1.0"
3792+
p-finally "^2.0.0"
3793+
signal-exit "^3.0.2"
3794+
strip-final-newline "^2.0.0"
3795+
37263796
exit@^0.1.2:
37273797
version "0.1.2"
37283798
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -3945,6 +4015,13 @@ fill-range@^4.0.0:
39454015
repeat-string "^1.6.1"
39464016
to-regex-range "^2.1.0"
39474017

4018+
fill-range@^7.0.1:
4019+
version "7.0.1"
4020+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4021+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4022+
dependencies:
4023+
to-regex-range "^5.0.1"
4024+
39484025
finalhandler@~1.1.2:
39494026
version "1.1.2"
39504027
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4021,11 +4098,6 @@ flush-write-stream@^1.0.0:
40214098
inherits "^2.0.3"
40224099
readable-stream "^2.3.6"
40234100

4024-
fn-name@~2.0.1:
4025-
version "2.0.1"
4026-
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
4027-
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
4028-
40294101
for-in@^1.0.2:
40304102
version "1.0.2"
40314103
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -4139,15 +4211,6 @@ functions-have-names@^1.1.1, functions-have-names@^1.2.0:
41394211
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
41404212
integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ==
41414213

4142-
g-status@^2.0.2:
4143-
version "2.0.2"
4144-
resolved "https://registry.yarnpkg.com/g-status/-/g-status-2.0.2.tgz#270fd32119e8fc9496f066fe5fe88e0a6bc78b97"
4145-
integrity sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==
4146-
dependencies:
4147-
arrify "^1.0.1"
4148-
matcher "^1.0.0"
4149-
simple-git "^1.85.0"
4150-
41514214
gauge@~2.7.3:
41524215
version "2.7.4"
41534216
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -4209,6 +4272,13 @@ get-stream@^4.0.0:
42094272
dependencies:
42104273
pump "^3.0.0"
42114274

4275+
get-stream@^5.0.0:
4276+
version "5.1.0"
4277+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
4278+
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
4279+
dependencies:
4280+
pump "^3.0.0"
4281+
42124282
get-value@^2.0.3, get-value@^2.0.6:
42134283
version "2.0.6"
42144284
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -4377,6 +4447,11 @@ has-flag@^3.0.0:
43774447
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
43784448
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
43794449

4450+
has-flag@^4.0.0:
4451+
version "4.0.0"
4452+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
4453+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
4454+
43804455
has-symbols@^1.0.0, has-symbols@^1.0.1:
43814456
version "1.0.1"
43824457
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -4573,6 +4648,11 @@ https-browserify@^1.0.0:
45734648
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
45744649
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
45754650

4651+
human-signals@^1.1.1:
4652+
version "1.1.1"
4653+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
4654+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
4655+
45764656
husky@3.0.9:
45774657
version "3.0.9"
45784658
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044"
@@ -4975,6 +5055,11 @@ is-number@^3.0.0:
49755055
dependencies:
49765056
kind-of "^3.0.2"
49775057

5058+
is-number@^7.0.0:
5059+
version "7.0.0"
5060+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
5061+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
5062+
49785063
is-obj-prop@^1.0.0:
49795064
version "1.0.0"
49805065
resolved "https://registry.yarnpkg.com/is-obj-prop/-/is-obj-prop-1.0.0.tgz#b34de79c450b8d7c73ab2cdf67dc875adb85f80e"
@@ -5078,6 +5163,11 @@ is-stream@^1.0.0, is-stream@^1.1.0:
50785163
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
50795164
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
50805165

5166+
is-stream@^2.0.0:
5167+
version "2.0.0"
5168+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
5169+
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
5170+
50815171
is-string@^1.0.5:
50825172
version "1.0.5"
50835173
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
@@ -5809,35 +5899,24 @@ linkify-it@^2.0.0:
58095899
dependencies:
58105900
uc.micro "^1.0.1"
58115901

5812-
lint-staged@8.2.1:
5813-
version "8.2.1"
5814-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.2.1.tgz#752fcf222d9d28f323a3b80f1e668f3654ff221f"
5815-
integrity sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==
5902+
lint-staged@10.0.4:
5903+
version "10.0.4"
5904+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.4.tgz#89212e005890595e4edb2df63afb486ad8d5ad78"
5905+
integrity sha512-lTmhvbFCyKKV8wcyuENTccjlsHP9bYtl/Xxe5ZMTwEZ7Qvar78jOGomkf6nzHuQns6vKRUYWS6L9N8s7x+jnXQ==
58165906
dependencies:
5817-
chalk "^2.3.1"
5818-
commander "^2.14.1"
5819-
cosmiconfig "^5.2.0"
5820-
debug "^3.1.0"
5907+
chalk "^3.0.0"
5908+
commander "^4.0.1"
5909+
cosmiconfig "^6.0.0"
5910+
debug "^4.1.1"
58215911
dedent "^0.7.0"
5822-
del "^3.0.0"
5823-
execa "^1.0.0"
5824-
g-status "^2.0.2"
5825-
is-glob "^4.0.0"
5826-
is-windows "^1.0.2"
5827-
listr "^0.14.2"
5828-
listr-update-renderer "^0.5.0"
5829-
lodash "^4.17.11"
5830-
log-symbols "^2.2.0"
5831-
micromatch "^3.1.8"
5832-
npm-which "^3.0.1"
5833-
p-map "^1.1.1"
5834-
path-is-inside "^1.0.2"
5835-
pify "^3.0.0"
5836-
please-upgrade-node "^3.0.2"
5837-
staged-git-files "1.1.2"
5838-
string-argv "^0.0.2"
5839-
stringify-object "^3.2.2"
5840-
yup "^0.27.0"
5912+
execa "^3.4.0"
5913+
listr "^0.14.3"
5914+
log-symbols "^3.0.0"
5915+
micromatch "^4.0.2"
5916+
normalize-path "^3.0.0"
5917+
please-upgrade-node "^3.2.0"
5918+
string-argv "0.3.1"
5919+
stringify-object "^3.3.0"
58415920

58425921
listr-silent-renderer@^1.1.1:
58435922
version "1.1.1"
@@ -5868,7 +5947,7 @@ listr-verbose-renderer@^0.5.0:
58685947
date-fns "^1.27.2"
58695948
figures "^2.0.0"
58705949

5871-
listr@^0.14.2:
5950+
listr@^0.14.3:
58725951
version "0.14.3"
58735952
resolved "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586"
58745953
integrity sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==
@@ -6019,7 +6098,7 @@ lodash.zip@^4.2.0:
60196098
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
60206099
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
60216100

6022-
lodash@^4.11.2, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0:
6101+
lodash@^4.11.2, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0:
60236102
version "4.17.15"
60246103
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
60256104
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -6031,13 +6110,20 @@ log-symbols@^1.0.2:
60316110
dependencies:
60326111
chalk "^1.0.0"
60336112

6034-
log-symbols@^2.0.0, log-symbols@^2.2.0:
6113+
log-symbols@^2.0.0:
60356114
version "2.2.0"
60366115
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
60376116
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
60386117
dependencies:
60396118
chalk "^2.0.1"
60406119

6120+
log-symbols@^3.0.0:
6121+
version "3.0.0"
6122+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
6123+
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
6124+
dependencies:
6125+
chalk "^2.4.2"
6126+
60416127
log-update@^2.3.0:
60426128
version "2.3.0"
60436129
resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
@@ -6178,13 +6264,6 @@ marked@0.8.0:
61786264
resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.0.tgz#ec5c0c9b93878dc52dd54be8d0e524097bd81a99"
61796265
integrity sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==
61806266

6181-
matcher@^1.0.0:
6182-
version "1.1.1"
6183-
resolved "https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2"
6184-
integrity sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==
6185-
dependencies:
6186-
escape-string-regexp "^1.0.4"
6187-
61886267
maximatch@^0.1.0:
61896268
version "0.1.0"
61906269
resolved "https://registry.yarnpkg.com/maximatch/-/maximatch-0.1.0.tgz#86cd8d6b04c9f307c05a6b9419906d0360fb13a2"
@@ -6284,6 +6363,14 @@ micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
62846363
snapdragon "^0.8.1"
62856364
to-regex "^3.0.2"
62866365

6366+
micromatch@^4.0.2:
6367+
version "4.0.2"
6368+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
6369+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
6370+
dependencies:
6371+
braces "^3.0.1"
6372+
picomatch "^2.0.5"
6373+
62876374
miller-rabin@^4.0.0:
62886375
version "4.0.1"
62896376
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6324,6 +6411,11 @@ mimic-fn@^1.0.0:
63246411
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
63256412
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
63266413

6414+
mimic-fn@^2.1.0:
6415+
version "2.1.0"
6416+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
6417+
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
6418+
63276419
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
63286420
version "1.0.1"
63296421
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
@@ -6727,28 +6819,19 @@ npm-packlist@^1.1.6:
67276819
ignore-walk "^3.0.1"
67286820
npm-bundled "^1.0.1"
67296821

6730-
npm-path@^2.0.2:
6731-
version "2.0.4"
6732-
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64"
6733-
integrity sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==
6734-
dependencies:
6735-
which "^1.2.10"
6736-
67376822
npm-run-path@^2.0.0:
67386823
version "2.0.2"
67396824
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
67406825
integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
67416826
dependencies:
67426827
path-key "^2.0.0"
67436828

6744-
npm-which@^3.0.1:
6745-
version "3.0.1"
6746-
resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"
6747-
integrity sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=
6829+
npm-run-path@^4.0.0:
6830+
version "4.0.1"
6831+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
6832+
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
67486833
dependencies:
6749-
commander "^2.9.0"
6750-
npm-path "^2.0.2"
6751-
which "^1.2.10"
6834+
path-key "^3.0.0"
67526835

67536836
npmlog@^4.0.2:
67546837
version "4.1.2"
@@ -6934,6 +7017,13 @@ onetime@^2.0.0:
69347017
dependencies:
69357018
mimic-fn "^1.0.0"
69367019

7020+
onetime@^5.1.0:
7021+
version "5.1.0"
7022+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
7023+
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
7024+
dependencies:
7025+
mimic-fn "^2.1.0"
7026+
69377027
open-editor@^1.2.0:
69387028
version "1.2.0"
69397029
resolved "https://registry.yarnpkg.com/open-editor/-/open-editor-1.2.0.tgz#75ca23f0b74d4b3f55ee0b8a4e0f5c2325eb775f"
@@ -7015,6 +7105,11 @@ p-finally@^1.0.0:
70157105
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
70167106
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
70177107

7108+
p-finally@^2.0.0:
7109+
version "2.0.1"
7110+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
7111+
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
7112+
70187113
p-limit@^1.1.0:
70197114
version "1.3.0"
70207115
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -7224,6 +7319,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72247319
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72257320
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72267321

7322+
path-key@^3.0.0, path-key@^3.1.0:
7323+
version "3.1.1"
7324+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7325+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7326+
72277327
path-match@1.2.4:
72287328
version "1.2.4"
72297329
resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -7294,6 +7394,11 @@ performance-now@^2.1.0:
72947394
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
72957395
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
72967396

7397+
picomatch@^2.0.5:
7398+
version "2.2.1"
7399+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
7400+
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
7401+
72977402
pify@^2.0.0, pify@^2.3.0:
72987403
version "2.3.0"
72997404
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7364,7 +7469,7 @@ pkg-up@^2.0.0:
73647469
dependencies:
73657470
find-up "^2.1.0"
73667471

7367-
please-upgrade-node@^3.0.2, please-upgrade-node@^3.2.0:
7472+
please-upgrade-node@^3.2.0:
73687473
version "3.2.0"
73697474
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
73707475
integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
@@ -7496,11 +7601,6 @@ prop-types@15.7.2, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, p
74967601
object-assign "^4.1.1"
74977602
react-is "^16.8.1"
74987603

7499-
property-expr@^1.5.0:
7500-
version "1.5.1"
7501-
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
7502-
integrity sha512-CGuc0VUTGthpJXL36ydB6jnbyOf/rAHFvmVrJlH+Rg0DqqLFQGAP6hIaxD/G0OAmBJPhXDHuEJigrp0e0wFV6g==
7503-
75047604
proto-props@^1.1.0:
75057605
version "1.1.0"
75067606
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-1.1.0.tgz#e2606581dd24aa22398aeeeb628fc08e2ec89c91"
@@ -8434,11 +8534,23 @@ shebang-command@^1.2.0:
84348534
dependencies:
84358535
shebang-regex "^1.0.0"
84368536

8537+
shebang-command@^2.0.0:
8538+
version "2.0.0"
8539+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8540+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8541+
dependencies:
8542+
shebang-regex "^3.0.0"
8543+
84378544
shebang-regex@^1.0.0:
84388545
version "1.0.0"
84398546
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84408547
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84418548

8549+
shebang-regex@^3.0.0:
8550+
version "3.0.0"
8551+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8552+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8553+
84428554
shell-quote@^1.6.1:
84438555
version "1.7.2"
84448556
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -8454,13 +8566,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
84548566
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
84558567
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
84568568

8457-
simple-git@^1.85.0:
8458-
version "1.126.0"
8459-
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.126.0.tgz#0c345372275139c8433b8277f4b3e155092aa434"
8460-
integrity sha512-47mqHxgZnN8XRa9HbpWprzUv3Ooqz9RY/LSZgvA7jCkW8jcwLahMz7LKugY91KZehfG0sCVPtgXiU72hd6b1Bw==
8461-
dependencies:
8462-
debug "^4.0.1"
8463-
84648569
sisteransi@^1.0.3:
84658570
version "1.0.4"
84668571
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3"
@@ -8639,11 +8744,6 @@ stack-utils@^1.0.1:
86398744
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
86408745
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
86418746

8642-
staged-git-files@1.1.2:
8643-
version "1.1.2"
8644-
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.2.tgz#4326d33886dc9ecfa29a6193bf511ba90a46454b"
8645-
integrity sha512-0Eyrk6uXW6tg9PYkhi/V/J4zHp33aNyi2hOCmhFLqLTIhbgqWn5jlSzI+IU0VqrZq6+DbHcabQl/WP6P3BG0QA==
8646-
86478747
state-toggle@^1.0.0:
86488748
version "1.0.2"
86498749
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.2.tgz#75e93a61944116b4959d665c8db2d243631d6ddc"
@@ -8704,10 +8804,10 @@ stream-shift@^1.0.0:
87048804
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
87058805
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
87068806

8707-
string-argv@^0.0.2:
8708-
version "0.0.2"
8709-
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.0.2.tgz#dac30408690c21f3c3630a3ff3a05877bdcbd736"
8710-
integrity sha1-2sMECGkMIfPDYwo/86BYd73L1zY=
8807+
string-argv@0.3.1:
8808+
version "0.3.1"
8809+
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
8810+
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
87118811

87128812
string-hash@1.1.3:
87138813
version "1.1.3"
@@ -8808,7 +8908,7 @@ string_decoder@~1.1.1:
88088908
dependencies:
88098909
safe-buffer "~5.1.0"
88108910

8811-
stringify-object@^3.2.2:
8911+
stringify-object@^3.3.0:
88128912
version "3.3.0"
88138913
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
88148914
integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==
@@ -8848,6 +8948,11 @@ strip-eof@^1.0.0:
88488948
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
88498949
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
88508950

8951+
strip-final-newline@^2.0.0:
8952+
version "2.0.0"
8953+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
8954+
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
8955+
88518956
strip-indent@^2.0.0:
88528957
version "2.0.0"
88538958
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
@@ -8916,6 +9021,13 @@ supports-color@^6.1.0:
89169021
dependencies:
89179022
has-flag "^3.0.0"
89189023

9024+
supports-color@^7.1.0:
9025+
version "7.1.0"
9026+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
9027+
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
9028+
dependencies:
9029+
has-flag "^4.0.0"
9030+
89199031
symbol-observable@^1.1.0:
89209032
version "1.2.0"
89219033
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
@@ -8926,11 +9038,6 @@ symbol-tree@^3.2.2:
89269038
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
89279039
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
89289040

8929-
synchronous-promise@^2.0.6:
8930-
version "2.0.10"
8931-
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.10.tgz#e64c6fd3afd25f423963353043f4a68ebd397fd8"
8932-
integrity sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==
8933-
89349041
system-components@^3.0.0:
89359042
version "3.0.3"
89369043
resolved "https://registry.yarnpkg.com/system-components/-/system-components-3.0.3.tgz#068449867de23b5365d88f9fb21a9460039a25bf"
@@ -9108,6 +9215,13 @@ to-regex-range@^2.1.0:
91089215
is-number "^3.0.0"
91099216
repeat-string "^1.6.1"
91109217

9218+
to-regex-range@^5.0.1:
9219+
version "5.0.1"
9220+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
9221+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
9222+
dependencies:
9223+
is-number "^7.0.0"
9224+
91119225
to-regex@^3.0.1, to-regex@^3.0.2:
91129226
version "3.0.2"
91139227
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
@@ -9123,11 +9237,6 @@ toidentifier@1.0.0:
91239237
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
91249238
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
91259239

9126-
toposort@^2.0.2:
9127-
version "2.0.2"
9128-
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
9129-
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
9130-
91319240
touch@^2.0.1:
91329241
version "2.0.2"
91339242
resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164"
@@ -9747,13 +9856,20 @@ which-module@^2.0.0:
97479856
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
97489857
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
97499858

9750-
which@^1.2.10, which@^1.2.9, which@^1.3.0:
9859+
which@^1.2.9, which@^1.3.0:
97519860
version "1.3.1"
97529861
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
97539862
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
97549863
dependencies:
97559864
isexe "^2.0.0"
97569865

9866+
which@^2.0.1:
9867+
version "2.0.2"
9868+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9869+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9870+
dependencies:
9871+
isexe "^2.0.0"
9872+
97579873
wide-align@^1.1.0:
97589874
version "1.1.3"
97599875
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
@@ -10028,15 +10144,3 @@ yargs@^14.0.0:
1002810144
which-module "^2.0.0"
1002910145
y18n "^4.0.0"
1003010146
yargs-parser "^15.0.0"
10031-
10032-
yup@^0.27.0:
10033-
version "0.27.0"
10034-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.27.0.tgz#f8cb198c8e7dd2124beddc2457571329096b06e7"
10035-
integrity sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==
10036-
dependencies:
10037-
"@babel/runtime" "^7.0.0"
10038-
fn-name "~2.0.1"
10039-
lodash "^4.17.11"
10040-
property-expr "^1.5.0"
10041-
synchronous-promise "^2.0.6"
10042-
toposort "^2.0.2"

0 commit comments

Comments
 (0)
This repository has been archived.