Skip to content

Commit c77ede4

Browse files
1 parent 65506ba commit c77ede4

File tree

1 file changed

+75
-69
lines changed

1 file changed

+75
-69
lines changed

yarn.lock

Lines changed: 75 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44

55
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3":
6-
version "7.10.3"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a"
8-
integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==
6+
version "7.12.13"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
8+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
99
dependencies:
10-
"@babel/highlight" "^7.10.3"
10+
"@babel/highlight" "^7.12.13"
1111

1212
"@babel/compat-data@^7.10.1":
1313
version "7.10.1"
@@ -272,6 +272,11 @@
272272
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
273273
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
274274

275+
"@babel/helper-validator-identifier@^7.12.11":
276+
version "7.12.11"
277+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
278+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
279+
275280
"@babel/helper-wrap-function@^7.10.1":
276281
version "7.10.1"
277282
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
@@ -291,12 +296,12 @@
291296
"@babel/traverse" "^7.10.1"
292297
"@babel/types" "^7.10.1"
293298

294-
"@babel/highlight@^7.10.3":
295-
version "7.10.3"
296-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d"
297-
integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==
299+
"@babel/highlight@^7.12.13":
300+
version "7.13.10"
301+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
302+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
298303
dependencies:
299-
"@babel/helper-validator-identifier" "^7.10.3"
304+
"@babel/helper-validator-identifier" "^7.12.11"
300305
chalk "^2.0.0"
301306
js-tokens "^4.0.0"
302307

@@ -1366,13 +1371,14 @@
13661371
"@types/yargs" "^15.0.0"
13671372
chalk "^3.0.0"
13681373

1369-
"@jest/types@^26.0.1", "@jest/types@^26.1.0":
1370-
version "26.1.0"
1371-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
1372-
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
1374+
"@jest/types@^26.0.1", "@jest/types@^26.1.0", "@jest/types@^26.6.2":
1375+
version "26.6.2"
1376+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1377+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
13731378
dependencies:
13741379
"@types/istanbul-lib-coverage" "^2.0.0"
1375-
"@types/istanbul-reports" "^1.1.1"
1380+
"@types/istanbul-reports" "^3.0.0"
1381+
"@types/node" "*"
13761382
"@types/yargs" "^15.0.0"
13771383
chalk "^4.0.0"
13781384

@@ -1501,11 +1507,6 @@
15011507
dependencies:
15021508
"@babel/types" "^7.3.0"
15031509

1504-
"@types/color-name@^1.1.1":
1505-
version "1.1.1"
1506-
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1507-
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1508-
15091510
"@types/events@*":
15101511
version "3.0.0"
15111512
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1552,6 +1553,13 @@
15521553
"@types/istanbul-lib-coverage" "*"
15531554
"@types/istanbul-lib-report" "*"
15541555

1556+
"@types/istanbul-reports@^3.0.0":
1557+
version "3.0.0"
1558+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
1559+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
1560+
dependencies:
1561+
"@types/istanbul-lib-report" "*"
1562+
15551563
"@types/jest@*":
15561564
version "26.0.3"
15571565
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
@@ -1576,9 +1584,9 @@
15761584
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
15771585

15781586
"@types/node@*":
1579-
version "14.0.14"
1580-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
1581-
integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==
1587+
version "14.14.34"
1588+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.34.tgz#07935194fc049069a1c56c0c274265abeddf88da"
1589+
integrity sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==
15821590

15831591
"@types/normalize-package-data@^2.4.0":
15841592
version "2.4.0"
@@ -1605,10 +1613,10 @@
16051613
resolved "https://registry.yarnpkg.com/@types/schema-utils/-/schema-utils-1.0.0.tgz#295d36f01e2cb8bc3207ca1d9a68e210db6b40cb"
16061614
integrity sha512-YesPanU1+WCigC/Aj1Mga8UCOjHIfMNHZ3zzDsUY7lI8GlKnh/Kv2QwJOQ+jNQ36Ru7IfzSedlG14hppYaN13A==
16071615

1608-
"@types/stack-utils@^1.0.1":
1609-
version "1.0.1"
1610-
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
1611-
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
1616+
"@types/stack-utils@^2.0.0":
1617+
version "2.0.0"
1618+
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
1619+
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
16121620

16131621
"@types/testing-library__jest-dom@^5.9.1":
16141622
version "5.9.1"
@@ -1618,14 +1626,14 @@
16181626
"@types/jest" "*"
16191627

16201628
"@types/yargs-parser@*":
1621-
version "15.0.0"
1622-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
1623-
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
1629+
version "20.2.0"
1630+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
1631+
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
16241632

16251633
"@types/yargs@^15.0.0":
1626-
version "15.0.5"
1627-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79"
1628-
integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==
1634+
version "15.0.13"
1635+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
1636+
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
16291637
dependencies:
16301638
"@types/yargs-parser" "*"
16311639

@@ -1948,11 +1956,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
19481956
color-convert "^1.9.0"
19491957

19501958
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
1951-
version "4.2.1"
1952-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
1953-
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
1959+
version "4.3.0"
1960+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1961+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
19541962
dependencies:
1955-
"@types/color-name" "^1.1.1"
19561963
color-convert "^2.0.1"
19571964

19581965
anymatch@^2.0.0:
@@ -5182,9 +5189,9 @@ gonzales-pe-sl@^4.2.3:
51825189
minimist "1.1.x"
51835190

51845191
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
5185-
version "4.2.4"
5186-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
5187-
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
5192+
version "4.2.6"
5193+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
5194+
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
51885195

51895196
growly@^1.3.0:
51905197
version "1.3.0"
@@ -6447,31 +6454,18 @@ jest-matcher-utils@^26.1.0:
64476454
jest-get-type "^26.0.0"
64486455
pretty-format "^26.1.0"
64496456

6450-
jest-message-util@^26.0.1:
6451-
version "26.0.1"
6452-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.0.1.tgz#07af1b42fc450b4cc8e90e4c9cef11b33ce9b0ac"
6453-
integrity sha512-CbK8uQREZ8umUfo8+zgIfEt+W7HAHjQCoRaNs4WxKGhAYBGwEyvxuK81FXa7VeB9pwDEXeeKOB2qcsNVCAvB7Q==
6457+
jest-message-util@^26.0.1, jest-message-util@^26.1.0:
6458+
version "26.6.2"
6459+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07"
6460+
integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==
64546461
dependencies:
64556462
"@babel/code-frame" "^7.0.0"
6456-
"@jest/types" "^26.0.1"
6457-
"@types/stack-utils" "^1.0.1"
6458-
chalk "^4.0.0"
6459-
graceful-fs "^4.2.4"
6460-
micromatch "^4.0.2"
6461-
slash "^3.0.0"
6462-
stack-utils "^2.0.2"
6463-
6464-
jest-message-util@^26.1.0:
6465-
version "26.1.0"
6466-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.1.0.tgz#52573fbb8f5cea443c4d1747804d7a238a3e233c"
6467-
integrity sha512-dY0+UlldiAJwNDJ08SF0HdF32g9PkbF2NRK/+2iMPU40O6q+iSn1lgog/u0UH8ksWoPv0+gNq8cjhYO2MFtT0g==
6468-
dependencies:
6469-
"@babel/code-frame" "^7.0.0"
6470-
"@jest/types" "^26.1.0"
6471-
"@types/stack-utils" "^1.0.1"
6463+
"@jest/types" "^26.6.2"
6464+
"@types/stack-utils" "^2.0.0"
64726465
chalk "^4.0.0"
64736466
graceful-fs "^4.2.4"
64746467
micromatch "^4.0.2"
6468+
pretty-format "^26.6.2"
64756469
slash "^3.0.0"
64766470
stack-utils "^2.0.2"
64776471

@@ -8710,15 +8704,15 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
87108704
ansi-styles "^4.0.0"
87118705
react-is "^16.12.0"
87128706

8713-
pretty-format@^26.0.1, pretty-format@^26.1.0:
8714-
version "26.1.0"
8715-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.1.0.tgz#272b9cd1f1a924ab5d443dc224899d7a65cb96ec"
8716-
integrity sha512-GmeO1PEYdM+non4BKCj+XsPJjFOJIPnsLewqhDVoqY1xo0yNmDas7tC2XwpMrRAHR3MaE2hPo37deX5OisJ2Wg==
8707+
pretty-format@^26.0.1, pretty-format@^26.1.0, pretty-format@^26.6.2:
8708+
version "26.6.2"
8709+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
8710+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
87178711
dependencies:
8718-
"@jest/types" "^26.1.0"
8712+
"@jest/types" "^26.6.2"
87198713
ansi-regex "^5.0.0"
87208714
ansi-styles "^4.0.0"
8721-
react-is "^16.12.0"
8715+
react-is "^17.0.1"
87228716

87238717
private@^0.1.8:
87248718
version "0.1.8"
@@ -9016,6 +9010,11 @@ react-is@^16.12.0, react-is@^16.3.2, react-is@^16.7.0, react-is@^16.8.1, react-i
90169010
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
90179011
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
90189012

9013+
react-is@^17.0.1:
9014+
version "17.0.1"
9015+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
9016+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
9017+
90199018
react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
90209019
version "3.0.4"
90219020
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -10282,9 +10281,9 @@ stack-generator@^2.0.5:
1028210281
stackframe "^1.1.1"
1028310282

1028410283
stack-utils@^2.0.2:
10285-
version "2.0.2"
10286-
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593"
10287-
integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==
10284+
version "2.0.3"
10285+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"
10286+
integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
1028810287
dependencies:
1028910288
escape-string-regexp "^2.0.0"
1029010289

@@ -10562,13 +10561,20 @@ supports-color@^6.1.0:
1056210561
dependencies:
1056310562
has-flag "^3.0.0"
1056410563

10565-
supports-color@^7.0.0, supports-color@^7.1.0:
10564+
supports-color@^7.0.0:
1056610565
version "7.1.0"
1056710566
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
1056810567
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
1056910568
dependencies:
1057010569
has-flag "^4.0.0"
1057110570

10571+
supports-color@^7.1.0:
10572+
version "7.2.0"
10573+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
10574+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
10575+
dependencies:
10576+
has-flag "^4.0.0"
10577+
1057210578
supports-hyperlinks@^2.0.0:
1057310579
version "2.1.0"
1057410580
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"

0 commit comments

Comments
 (0)