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 cb5fed4

Browse files
committedMar 29, 2020
Update dependency lint-staged to v10
1 parent cf59c72 commit cb5fed4

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.19.0",
102102
"husky": "3.0.9",
103103
"jest": "24.9.0",
104-
"lint-staged": "8.2.1",
104+
"lint-staged": "10.0.10",
105105
"markdownlint-cli": "0.22.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
@@ -711,7 +711,7 @@
711711
dependencies:
712712
regenerator-runtime "^0.12.0"
713713

714-
"@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":
714+
"@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":
715715
version "7.7.2"
716716
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
717717
integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
@@ -1037,6 +1037,11 @@
10371037
dependencies:
10381038
"@babel/types" "^7.3.0"
10391039

1040+
"@types/color-name@^1.1.1":
1041+
version "1.1.1"
1042+
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1043+
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1044+
10401045
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
10411046
version "2.0.1"
10421047
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -1472,6 +1477,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
14721477
dependencies:
14731478
color-convert "^1.9.0"
14741479

1480+
ansi-styles@^4.1.0:
1481+
version "4.2.1"
1482+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
1483+
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
1484+
dependencies:
1485+
"@types/color-name" "^1.1.1"
1486+
color-convert "^2.0.1"
1487+
14751488
any-observable@^0.3.0:
14761489
version "0.3.0"
14771490
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -1997,6 +2010,13 @@ braces@^2.3.1, braces@^2.3.2:
19972010
split-string "^3.0.2"
19982011
to-regex "^3.0.1"
19992012

2013+
braces@^3.0.1:
2014+
version "3.0.2"
2015+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2016+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
2017+
dependencies:
2018+
fill-range "^7.0.1"
2019+
20002020
brorand@^1.0.1:
20012021
version "1.1.0"
20022022
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -2246,7 +2266,7 @@ caseless@~0.12.0:
22462266
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
22472267
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
22482268

2249-
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:
2269+
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:
22502270
version "2.4.2"
22512271
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22522272
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2266,6 +2286,14 @@ chalk@^1.0.0, chalk@^1.1.3:
22662286
strip-ansi "^3.0.0"
22672287
supports-color "^2.0.0"
22682288

2289+
chalk@^3.0.0:
2290+
version "3.0.0"
2291+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2292+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2293+
dependencies:
2294+
ansi-styles "^4.1.0"
2295+
supports-color "^7.1.0"
2296+
22692297
character-entities-legacy@^1.0.0:
22702298
version "1.1.3"
22712299
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4"
@@ -2443,11 +2471,23 @@ color-convert@^1.9.0:
24432471
dependencies:
24442472
color-name "1.1.3"
24452473

2474+
color-convert@^2.0.1:
2475+
version "2.0.1"
2476+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2477+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
2478+
dependencies:
2479+
color-name "~1.1.4"
2480+
24462481
color-name@1.1.3:
24472482
version "1.1.3"
24482483
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
24492484
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
24502485

2486+
color-name@~1.1.4:
2487+
version "1.1.4"
2488+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2489+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2490+
24512491
colors@1.1.2:
24522492
version "1.1.2"
24532493
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
@@ -2467,11 +2507,16 @@ commander@2.9.0, commander@~2.9.0:
24672507
dependencies:
24682508
graceful-readlink ">= 1.0.0"
24692509

2470-
commander@^2.14.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.9.0, commander@~2.20.3:
2510+
commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@~2.20.3:
24712511
version "2.20.3"
24722512
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
24732513
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
24742514

2515+
commander@^4.0.1:
2516+
version "4.1.1"
2517+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
2518+
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
2519+
24752520
commander@~2.17.1:
24762521
version "2.17.1"
24772522
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
@@ -2610,7 +2655,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
26102655
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
26112656
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
26122657

2613-
cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
2658+
cosmiconfig@^5.2.1:
26142659
version "5.2.1"
26152660
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
26162661
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -2725,6 +2770,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27252770
shebang-command "^1.2.0"
27262771
which "^1.2.9"
27272772

2773+
cross-spawn@^7.0.0:
2774+
version "7.0.1"
2775+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
2776+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
2777+
dependencies:
2778+
path-key "^3.1.0"
2779+
shebang-command "^2.0.0"
2780+
which "^2.0.1"
2781+
27282782
crypto-browserify@^3.11.0:
27292783
version "3.12.0"
27302784
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -2836,7 +2890,7 @@ debug@^3.1.0, debug@^3.2.6:
28362890
dependencies:
28372891
ms "^2.1.1"
28382892

2839-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
2893+
debug@^4.1.0, debug@^4.1.1:
28402894
version "4.1.1"
28412895
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
28422896
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -3407,7 +3461,7 @@ escape-html@~1.0.3:
34073461
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
34083462
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
34093463

3410-
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5:
3464+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
34113465
version "1.0.5"
34123466
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
34133467
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
@@ -3750,6 +3804,22 @@ execa@^1.0.0:
37503804
signal-exit "^3.0.0"
37513805
strip-eof "^1.0.0"
37523806

3807+
execa@^3.4.0:
3808+
version "3.4.0"
3809+
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
3810+
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
3811+
dependencies:
3812+
cross-spawn "^7.0.0"
3813+
get-stream "^5.0.0"
3814+
human-signals "^1.1.1"
3815+
is-stream "^2.0.0"
3816+
merge-stream "^2.0.0"
3817+
npm-run-path "^4.0.0"
3818+
onetime "^5.1.0"
3819+
p-finally "^2.0.0"
3820+
signal-exit "^3.0.2"
3821+
strip-final-newline "^2.0.0"
3822+
37533823
exit@^0.1.2:
37543824
version "0.1.2"
37553825
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -3972,6 +4042,13 @@ fill-range@^4.0.0:
39724042
repeat-string "^1.6.1"
39734043
to-regex-range "^2.1.0"
39744044

4045+
fill-range@^7.0.1:
4046+
version "7.0.1"
4047+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4048+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4049+
dependencies:
4050+
to-regex-range "^5.0.1"
4051+
39754052
finalhandler@~1.1.2:
39764053
version "1.1.2"
39774054
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -4048,11 +4125,6 @@ flush-write-stream@^1.0.0:
40484125
inherits "^2.0.3"
40494126
readable-stream "^2.3.6"
40504127

4051-
fn-name@~2.0.1:
4052-
version "2.0.1"
4053-
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
4054-
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
4055-
40564128
for-in@^1.0.2:
40574129
version "1.0.2"
40584130
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -4166,15 +4238,6 @@ functions-have-names@^1.1.1, functions-have-names@^1.2.0:
41664238
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
41674239
integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ==
41684240

4169-
g-status@^2.0.2:
4170-
version "2.0.2"
4171-
resolved "https://registry.yarnpkg.com/g-status/-/g-status-2.0.2.tgz#270fd32119e8fc9496f066fe5fe88e0a6bc78b97"
4172-
integrity sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==
4173-
dependencies:
4174-
arrify "^1.0.1"
4175-
matcher "^1.0.0"
4176-
simple-git "^1.85.0"
4177-
41784241
gauge@~2.7.3:
41794242
version "2.7.4"
41804243
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -4236,6 +4299,13 @@ get-stream@^4.0.0:
42364299
dependencies:
42374300
pump "^3.0.0"
42384301

4302+
get-stream@^5.0.0:
4303+
version "5.1.0"
4304+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
4305+
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
4306+
dependencies:
4307+
pump "^3.0.0"
4308+
42394309
get-value@^2.0.3, get-value@^2.0.6:
42404310
version "2.0.6"
42414311
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -4404,6 +4474,11 @@ has-flag@^3.0.0:
44044474
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
44054475
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
44064476

4477+
has-flag@^4.0.0:
4478+
version "4.0.0"
4479+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
4480+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
4481+
44074482
has-symbols@^1.0.0, has-symbols@^1.0.1:
44084483
version "1.0.1"
44094484
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -4600,6 +4675,11 @@ https-browserify@^1.0.0:
46004675
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
46014676
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
46024677

4678+
human-signals@^1.1.1:
4679+
version "1.1.1"
4680+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
4681+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
4682+
46034683
husky@3.0.9:
46044684
version "3.0.9"
46054685
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044"
@@ -5011,6 +5091,11 @@ is-number@^3.0.0:
50115091
dependencies:
50125092
kind-of "^3.0.2"
50135093

5094+
is-number@^7.0.0:
5095+
version "7.0.0"
5096+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
5097+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
5098+
50145099
is-obj-prop@^1.0.0:
50155100
version "1.0.0"
50165101
resolved "https://registry.yarnpkg.com/is-obj-prop/-/is-obj-prop-1.0.0.tgz#b34de79c450b8d7c73ab2cdf67dc875adb85f80e"
@@ -5114,6 +5199,11 @@ is-stream@^1.0.0, is-stream@^1.1.0:
51145199
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
51155200
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
51165201

5202+
is-stream@^2.0.0:
5203+
version "2.0.0"
5204+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
5205+
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
5206+
51175207
is-string@^1.0.5:
51185208
version "1.0.5"
51195209
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
@@ -5845,35 +5935,24 @@ linkify-it@^2.0.0:
58455935
dependencies:
58465936
uc.micro "^1.0.1"
58475937

5848-
lint-staged@8.2.1:
5849-
version "8.2.1"
5850-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.2.1.tgz#752fcf222d9d28f323a3b80f1e668f3654ff221f"
5851-
integrity sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==
5938+
lint-staged@10.0.10:
5939+
version "10.0.10"
5940+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.10.tgz#d14d33ee02a31a31ad36cf9aa7973fc156c461b5"
5941+
integrity sha512-91vNy3eYStExElLWw1Idva5lghKpFaXh9AJqjcyrJXf7AYZrThi4EhQ+GpmiHdPmJJauKhZMMSzQR1bMB90MtA==
58525942
dependencies:
5853-
chalk "^2.3.1"
5854-
commander "^2.14.1"
5855-
cosmiconfig "^5.2.0"
5856-
debug "^3.1.0"
5943+
chalk "^3.0.0"
5944+
commander "^4.0.1"
5945+
cosmiconfig "^6.0.0"
5946+
debug "^4.1.1"
58575947
dedent "^0.7.0"
5858-
del "^3.0.0"
5859-
execa "^1.0.0"
5860-
g-status "^2.0.2"
5861-
is-glob "^4.0.0"
5862-
is-windows "^1.0.2"
5863-
listr "^0.14.2"
5864-
listr-update-renderer "^0.5.0"
5865-
lodash "^4.17.11"
5866-
log-symbols "^2.2.0"
5867-
micromatch "^3.1.8"
5868-
npm-which "^3.0.1"
5869-
p-map "^1.1.1"
5870-
path-is-inside "^1.0.2"
5871-
pify "^3.0.0"
5872-
please-upgrade-node "^3.0.2"
5873-
staged-git-files "1.1.2"
5874-
string-argv "^0.0.2"
5875-
stringify-object "^3.2.2"
5876-
yup "^0.27.0"
5948+
execa "^3.4.0"
5949+
listr "^0.14.3"
5950+
log-symbols "^3.0.0"
5951+
micromatch "^4.0.2"
5952+
normalize-path "^3.0.0"
5953+
please-upgrade-node "^3.2.0"
5954+
string-argv "0.3.1"
5955+
stringify-object "^3.3.0"
58775956

58785957
listr-silent-renderer@^1.1.1:
58795958
version "1.1.1"
@@ -5904,7 +5983,7 @@ listr-verbose-renderer@^0.5.0:
59045983
date-fns "^1.27.2"
59055984
figures "^2.0.0"
59065985

5907-
listr@^0.14.2:
5986+
listr@^0.14.3:
59085987
version "0.14.3"
59095988
resolved "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586"
59105989
integrity sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==
@@ -6055,7 +6134,7 @@ lodash.zip@^4.2.0:
60556134
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
60566135
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
60576136

6058-
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:
6137+
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:
60596138
version "4.17.15"
60606139
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
60616140
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -6067,13 +6146,20 @@ log-symbols@^1.0.2:
60676146
dependencies:
60686147
chalk "^1.0.0"
60696148

6070-
log-symbols@^2.0.0, log-symbols@^2.2.0:
6149+
log-symbols@^2.0.0:
60716150
version "2.2.0"
60726151
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
60736152
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
60746153
dependencies:
60756154
chalk "^2.0.1"
60766155

6156+
log-symbols@^3.0.0:
6157+
version "3.0.0"
6158+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
6159+
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
6160+
dependencies:
6161+
chalk "^2.4.2"
6162+
60776163
log-update@^2.3.0:
60786164
version "2.3.0"
60796165
resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
@@ -6214,13 +6300,6 @@ marked@0.8.1:
62146300
resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.1.tgz#a233f39572fab15ede53a3c3be8a139bff86d2dd"
62156301
integrity sha512-tZfJS8uE0zpo7xpTffwFwYRfW9AzNcdo04Qcjs+C9+oCy8MSRD2reD5iDVtYx8mtLaqsGughw/YLlcwNxAHA1g==
62166302

6217-
matcher@^1.0.0:
6218-
version "1.1.1"
6219-
resolved "https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2"
6220-
integrity sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==
6221-
dependencies:
6222-
escape-string-regexp "^1.0.4"
6223-
62246303
maximatch@^0.1.0:
62256304
version "0.1.0"
62266305
resolved "https://registry.yarnpkg.com/maximatch/-/maximatch-0.1.0.tgz#86cd8d6b04c9f307c05a6b9419906d0360fb13a2"
@@ -6320,6 +6399,14 @@ micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
63206399
snapdragon "^0.8.1"
63216400
to-regex "^3.0.2"
63226401

6402+
micromatch@^4.0.2:
6403+
version "4.0.2"
6404+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
6405+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
6406+
dependencies:
6407+
braces "^3.0.1"
6408+
picomatch "^2.0.5"
6409+
63236410
miller-rabin@^4.0.0:
63246411
version "4.0.1"
63256412
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -6360,6 +6447,11 @@ mimic-fn@^1.0.0:
63606447
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
63616448
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
63626449

6450+
mimic-fn@^2.1.0:
6451+
version "2.1.0"
6452+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
6453+
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
6454+
63636455
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
63646456
version "1.0.1"
63656457
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
@@ -6763,28 +6855,19 @@ npm-packlist@^1.1.6:
67636855
ignore-walk "^3.0.1"
67646856
npm-bundled "^1.0.1"
67656857

6766-
npm-path@^2.0.2:
6767-
version "2.0.4"
6768-
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64"
6769-
integrity sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==
6770-
dependencies:
6771-
which "^1.2.10"
6772-
67736858
npm-run-path@^2.0.0:
67746859
version "2.0.2"
67756860
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
67766861
integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
67776862
dependencies:
67786863
path-key "^2.0.0"
67796864

6780-
npm-which@^3.0.1:
6781-
version "3.0.1"
6782-
resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"
6783-
integrity sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=
6865+
npm-run-path@^4.0.0:
6866+
version "4.0.1"
6867+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
6868+
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
67846869
dependencies:
6785-
commander "^2.9.0"
6786-
npm-path "^2.0.2"
6787-
which "^1.2.10"
6870+
path-key "^3.0.0"
67886871

67896872
npmlog@^4.0.2:
67906873
version "4.1.2"
@@ -6970,6 +7053,13 @@ onetime@^2.0.0:
69707053
dependencies:
69717054
mimic-fn "^1.0.0"
69727055

7056+
onetime@^5.1.0:
7057+
version "5.1.0"
7058+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
7059+
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
7060+
dependencies:
7061+
mimic-fn "^2.1.0"
7062+
69737063
open-editor@^1.2.0:
69747064
version "1.2.0"
69757065
resolved "https://registry.yarnpkg.com/open-editor/-/open-editor-1.2.0.tgz#75ca23f0b74d4b3f55ee0b8a4e0f5c2325eb775f"
@@ -7051,6 +7141,11 @@ p-finally@^1.0.0:
70517141
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
70527142
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
70537143

7144+
p-finally@^2.0.0:
7145+
version "2.0.1"
7146+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
7147+
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
7148+
70547149
p-limit@^1.1.0:
70557150
version "1.3.0"
70567151
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -7260,6 +7355,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72607355
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72617356
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72627357

7358+
path-key@^3.0.0, path-key@^3.1.0:
7359+
version "3.1.1"
7360+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7361+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7362+
72637363
path-match@1.2.4:
72647364
version "1.2.4"
72657365
resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -7330,6 +7430,11 @@ performance-now@^2.1.0:
73307430
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
73317431
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
73327432

7433+
picomatch@^2.0.5:
7434+
version "2.2.2"
7435+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
7436+
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
7437+
73337438
pify@^2.0.0, pify@^2.3.0:
73347439
version "2.3.0"
73357440
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7400,7 +7505,7 @@ pkg-up@^2.0.0:
74007505
dependencies:
74017506
find-up "^2.1.0"
74027507

7403-
please-upgrade-node@^3.0.2, please-upgrade-node@^3.2.0:
7508+
please-upgrade-node@^3.2.0:
74047509
version "3.2.0"
74057510
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
74067511
integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
@@ -7532,11 +7637,6 @@ prop-types@15.7.2, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, p
75327637
object-assign "^4.1.1"
75337638
react-is "^16.8.1"
75347639

7535-
property-expr@^1.5.0:
7536-
version "1.5.1"
7537-
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
7538-
integrity sha512-CGuc0VUTGthpJXL36ydB6jnbyOf/rAHFvmVrJlH+Rg0DqqLFQGAP6hIaxD/G0OAmBJPhXDHuEJigrp0e0wFV6g==
7539-
75407640
proto-props@^1.1.0:
75417641
version "1.1.0"
75427642
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-1.1.0.tgz#e2606581dd24aa22398aeeeb628fc08e2ec89c91"
@@ -8483,11 +8583,23 @@ shebang-command@^1.2.0:
84838583
dependencies:
84848584
shebang-regex "^1.0.0"
84858585

8586+
shebang-command@^2.0.0:
8587+
version "2.0.0"
8588+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8589+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8590+
dependencies:
8591+
shebang-regex "^3.0.0"
8592+
84868593
shebang-regex@^1.0.0:
84878594
version "1.0.0"
84888595
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84898596
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84908597

8598+
shebang-regex@^3.0.0:
8599+
version "3.0.0"
8600+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8601+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8602+
84918603
shell-quote@^1.6.1:
84928604
version "1.7.2"
84938605
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -8511,13 +8623,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
85118623
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
85128624
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
85138625

8514-
simple-git@^1.85.0:
8515-
version "1.126.0"
8516-
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.126.0.tgz#0c345372275139c8433b8277f4b3e155092aa434"
8517-
integrity sha512-47mqHxgZnN8XRa9HbpWprzUv3Ooqz9RY/LSZgvA7jCkW8jcwLahMz7LKugY91KZehfG0sCVPtgXiU72hd6b1Bw==
8518-
dependencies:
8519-
debug "^4.0.1"
8520-
85218626
sisteransi@^1.0.3:
85228627
version "1.0.4"
85238628
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3"
@@ -8696,11 +8801,6 @@ stack-utils@^1.0.1:
86968801
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
86978802
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
86988803

8699-
staged-git-files@1.1.2:
8700-
version "1.1.2"
8701-
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.2.tgz#4326d33886dc9ecfa29a6193bf511ba90a46454b"
8702-
integrity sha512-0Eyrk6uXW6tg9PYkhi/V/J4zHp33aNyi2hOCmhFLqLTIhbgqWn5jlSzI+IU0VqrZq6+DbHcabQl/WP6P3BG0QA==
8703-
87048804
state-toggle@^1.0.0:
87058805
version "1.0.2"
87068806
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.2.tgz#75e93a61944116b4959d665c8db2d243631d6ddc"
@@ -8761,10 +8861,10 @@ stream-shift@^1.0.0:
87618861
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
87628862
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
87638863

8764-
string-argv@^0.0.2:
8765-
version "0.0.2"
8766-
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.0.2.tgz#dac30408690c21f3c3630a3ff3a05877bdcbd736"
8767-
integrity sha1-2sMECGkMIfPDYwo/86BYd73L1zY=
8864+
string-argv@0.3.1:
8865+
version "0.3.1"
8866+
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
8867+
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
87688868

87698869
string-hash@1.1.3:
87708870
version "1.1.3"
@@ -8877,7 +8977,7 @@ string_decoder@~1.1.1:
88778977
dependencies:
88788978
safe-buffer "~5.1.0"
88798979

8880-
stringify-object@^3.2.2:
8980+
stringify-object@^3.3.0:
88818981
version "3.3.0"
88828982
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
88838983
integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==
@@ -8917,6 +9017,11 @@ strip-eof@^1.0.0:
89179017
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
89189018
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
89199019

9020+
strip-final-newline@^2.0.0:
9021+
version "2.0.0"
9022+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
9023+
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
9024+
89209025
strip-indent@^2.0.0:
89219026
version "2.0.0"
89229027
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
@@ -8985,6 +9090,13 @@ supports-color@^6.1.0:
89859090
dependencies:
89869091
has-flag "^3.0.0"
89879092

9093+
supports-color@^7.1.0:
9094+
version "7.1.0"
9095+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
9096+
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
9097+
dependencies:
9098+
has-flag "^4.0.0"
9099+
89889100
symbol-observable@^1.1.0:
89899101
version "1.2.0"
89909102
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
@@ -8995,11 +9107,6 @@ symbol-tree@^3.2.2:
89959107
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
89969108
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
89979109

8998-
synchronous-promise@^2.0.6:
8999-
version "2.0.10"
9000-
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.10.tgz#e64c6fd3afd25f423963353043f4a68ebd397fd8"
9001-
integrity sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==
9002-
90039110
system-components@^3.0.0:
90049111
version "3.0.3"
90059112
resolved "https://registry.yarnpkg.com/system-components/-/system-components-3.0.3.tgz#068449867de23b5365d88f9fb21a9460039a25bf"
@@ -9177,6 +9284,13 @@ to-regex-range@^2.1.0:
91779284
is-number "^3.0.0"
91789285
repeat-string "^1.6.1"
91799286

9287+
to-regex-range@^5.0.1:
9288+
version "5.0.1"
9289+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
9290+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
9291+
dependencies:
9292+
is-number "^7.0.0"
9293+
91809294
to-regex@^3.0.1, to-regex@^3.0.2:
91819295
version "3.0.2"
91829296
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
@@ -9192,11 +9306,6 @@ toidentifier@1.0.0:
91929306
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
91939307
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
91949308

9195-
toposort@^2.0.2:
9196-
version "2.0.2"
9197-
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
9198-
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
9199-
92009309
touch@^2.0.1:
92019310
version "2.0.2"
92029311
resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164"
@@ -9816,13 +9925,20 @@ which-module@^2.0.0:
98169925
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
98179926
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
98189927

9819-
which@^1.2.10, which@^1.2.9, which@^1.3.0:
9928+
which@^1.2.9, which@^1.3.0:
98209929
version "1.3.1"
98219930
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
98229931
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
98239932
dependencies:
98249933
isexe "^2.0.0"
98259934

9935+
which@^2.0.1:
9936+
version "2.0.2"
9937+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9938+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9939+
dependencies:
9940+
isexe "^2.0.0"
9941+
98269942
wide-align@^1.1.0:
98279943
version "1.1.3"
98289944
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
@@ -10104,15 +10220,3 @@ yargs@^14.0.0:
1010410220
which-module "^2.0.0"
1010510221
y18n "^4.0.0"
1010610222
yargs-parser "^15.0.0"
10107-
10108-
yup@^0.27.0:
10109-
version "0.27.0"
10110-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.27.0.tgz#f8cb198c8e7dd2124beddc2457571329096b06e7"
10111-
integrity sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==
10112-
dependencies:
10113-
"@babel/runtime" "^7.0.0"
10114-
fn-name "~2.0.1"
10115-
lodash "^4.17.11"
10116-
property-expr "^1.5.0"
10117-
synchronous-promise "^2.0.6"
10118-
toposort "^2.0.2"

0 commit comments

Comments
 (0)
This repository has been archived.