|
7 | 7 | resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" |
8 | 8 | integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== |
9 | 9 |
|
10 | | -"@adobe/css-tools@^4.0.1": |
11 | | - version "4.0.1" |
12 | | - resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd" |
13 | | - integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g== |
| 10 | +"@adobe/css-tools@^4.3.0": |
| 11 | + version "4.3.1" |
| 12 | + resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28" |
| 13 | + integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg== |
14 | 14 |
|
15 | 15 | "@ampproject/remapping@^2.2.0": |
16 | 16 | version "2.2.0" |
|
1349 | 1349 | slash "^3.0.0" |
1350 | 1350 | write-file-atomic "^4.0.2" |
1351 | 1351 |
|
1352 | | -"@jest/types@^27.0.6": |
1353 | | - version "27.5.1" |
1354 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" |
1355 | | - integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== |
1356 | | - dependencies: |
1357 | | - "@types/istanbul-lib-coverage" "^2.0.0" |
1358 | | - "@types/istanbul-reports" "^3.0.0" |
1359 | | - "@types/node" "*" |
1360 | | - "@types/yargs" "^16.0.0" |
1361 | | - chalk "^4.0.0" |
1362 | | - |
1363 | 1352 | "@jest/types@^29.6.1", "@jest/types@^29.6.3": |
1364 | 1353 | version "29.6.3" |
1365 | 1354 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" |
|
1779 | 1768 | dependencies: |
1780 | 1769 | defer-to-connect "^2.0.1" |
1781 | 1770 |
|
1782 | | -"@testing-library/jest-dom@^5.17.0": |
1783 | | - version "5.17.0" |
1784 | | - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c" |
1785 | | - integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg== |
| 1771 | +"@testing-library/jest-dom@^6.1.2": |
| 1772 | + version "6.1.2" |
| 1773 | + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz#3e7422904349223cb1e04968adada63f65f40d5b" |
| 1774 | + integrity sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ== |
1786 | 1775 | dependencies: |
1787 | | - "@adobe/css-tools" "^4.0.1" |
| 1776 | + "@adobe/css-tools" "^4.3.0" |
1788 | 1777 | "@babel/runtime" "^7.9.2" |
1789 | | - "@types/testing-library__jest-dom" "^5.9.1" |
1790 | 1778 | aria-query "^5.0.0" |
1791 | 1779 | chalk "^3.0.0" |
1792 | 1780 | css.escape "^1.5.1" |
|
1892 | 1880 | dependencies: |
1893 | 1881 | "@types/istanbul-lib-report" "*" |
1894 | 1882 |
|
1895 | | -"@types/jest@*": |
1896 | | - version "27.0.1" |
1897 | | - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca" |
1898 | | - integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw== |
1899 | | - dependencies: |
1900 | | - jest-diff "^27.0.0" |
1901 | | - pretty-format "^27.0.0" |
1902 | | - |
1903 | 1883 | "@types/jsdom@^20.0.0": |
1904 | 1884 | version "20.0.0" |
1905 | 1885 | resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.0.tgz#4414fb629465167f8b7b3804b9e067bdd99f1791" |
|
1946 | 1926 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" |
1947 | 1927 | integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== |
1948 | 1928 |
|
1949 | | -"@types/testing-library__jest-dom@^5.9.1": |
1950 | | - version "5.14.1" |
1951 | | - resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.1.tgz#014162a5cee6571819d48e999980694e2f657c3c" |
1952 | | - integrity sha512-Gk9vaXfbzc5zCXI9eYE9BI5BNHEp4D3FWjgqBE/ePGYElLAP+KvxBcsdkwfIVvezs605oiyd/VrpiHe3Oeg+Aw== |
1953 | | - dependencies: |
1954 | | - "@types/jest" "*" |
1955 | | - |
1956 | 1929 | "@types/tough-cookie@*": |
1957 | 1930 | version "4.0.2" |
1958 | 1931 | resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397" |
|
1968 | 1941 | resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" |
1969 | 1942 | integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw== |
1970 | 1943 |
|
1971 | | -"@types/yargs@^16.0.0": |
1972 | | - version "16.0.4" |
1973 | | - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" |
1974 | | - integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== |
1975 | | - dependencies: |
1976 | | - "@types/yargs-parser" "*" |
1977 | | - |
1978 | 1944 | "@types/yargs@^17.0.8": |
1979 | 1945 | version "17.0.10" |
1980 | 1946 | resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a" |
@@ -2177,11 +2143,6 @@ ansi-regex@^4.1.0: |
2177 | 2143 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" |
2178 | 2144 | integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== |
2179 | 2145 |
|
2180 | | -ansi-regex@^5.0.0: |
2181 | | - version "5.0.0" |
2182 | | - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" |
2183 | | - integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== |
2184 | | - |
2185 | 2146 | ansi-regex@^5.0.1: |
2186 | 2147 | version "5.0.1" |
2187 | 2148 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" |
@@ -3919,11 +3880,6 @@ dev-ip@^1.0.1: |
3919 | 3880 | resolved "https://registry.yarnpkg.com/dev-ip/-/dev-ip-1.0.1.tgz#a76a3ed1855be7a012bb8ac16cb80f3c00dc28f0" |
3920 | 3881 | integrity sha1-p2o+0YVb56ASu4rBbLgPPADcKPA= |
3921 | 3882 |
|
3922 | | -diff-sequences@^27.0.6: |
3923 | | - version "27.0.6" |
3924 | | - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.0.6.tgz#3305cb2e55a033924054695cc66019fd7f8e5723" |
3925 | | - integrity sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ== |
3926 | | - |
3927 | 3883 | diff-sequences@^29.6.3: |
3928 | 3884 | version "29.6.3" |
3929 | 3885 | resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" |
@@ -6129,16 +6085,6 @@ jest-config@^29.6.4: |
6129 | 6085 | slash "^3.0.0" |
6130 | 6086 | strip-json-comments "^3.1.1" |
6131 | 6087 |
|
6132 | | -jest-diff@^27.0.0: |
6133 | | - version "27.0.6" |
6134 | | - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.6.tgz#4a7a19ee6f04ad70e0e3388f35829394a44c7b5e" |
6135 | | - integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg== |
6136 | | - dependencies: |
6137 | | - chalk "^4.0.0" |
6138 | | - diff-sequences "^27.0.6" |
6139 | | - jest-get-type "^27.0.6" |
6140 | | - pretty-format "^27.0.6" |
6141 | | - |
6142 | 6088 | jest-diff@^29.6.4: |
6143 | 6089 | version "29.6.4" |
6144 | 6090 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.4.tgz#85aaa6c92a79ae8cd9a54ebae8d5b6d9a513314a" |
@@ -6198,11 +6144,6 @@ jest-expect-message@^1.1.3: |
6198 | 6144 | resolved "https://registry.yarnpkg.com/jest-expect-message/-/jest-expect-message-1.1.3.tgz#a3f6bd4503f5bd5d2e37b70d3126a2bdb215ec58" |
6199 | 6145 | integrity sha512-bTK77T4P+zto+XepAX3low8XVQxDgaEqh3jSTQOG8qvPpD69LsIdyJTa+RmnJh3HNSzJng62/44RPPc7OIlFxg== |
6200 | 6146 |
|
6201 | | -jest-get-type@^27.0.6: |
6202 | | - version "27.0.6" |
6203 | | - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe" |
6204 | | - integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg== |
6205 | | - |
6206 | 6147 | jest-get-type@^29.6.3: |
6207 | 6148 | version "29.6.3" |
6208 | 6149 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" |
@@ -8511,16 +8452,6 @@ pretty-bytes@^5.6.0: |
8511 | 8452 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" |
8512 | 8453 | integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== |
8513 | 8454 |
|
8514 | | -pretty-format@^27.0.0, pretty-format@^27.0.6: |
8515 | | - version "27.0.6" |
8516 | | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f" |
8517 | | - integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ== |
8518 | | - dependencies: |
8519 | | - "@jest/types" "^27.0.6" |
8520 | | - ansi-regex "^5.0.0" |
8521 | | - ansi-styles "^5.0.0" |
8522 | | - react-is "^17.0.1" |
8523 | | - |
8524 | 8455 | pretty-format@^29.6.3: |
8525 | 8456 | version "29.6.3" |
8526 | 8457 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.3.tgz#d432bb4f1ca6f9463410c3fb25a0ba88e594ace7" |
@@ -8720,11 +8651,6 @@ rc@1.2.8: |
8720 | 8651 | minimist "^1.2.0" |
8721 | 8652 | strip-json-comments "~2.0.1" |
8722 | 8653 |
|
8723 | | -react-is@^17.0.1: |
8724 | | - version "17.0.2" |
8725 | | - resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" |
8726 | | - integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== |
8727 | | - |
8728 | 8654 | react-is@^18.0.0: |
8729 | 8655 | version "18.1.0" |
8730 | 8656 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67" |
|
0 commit comments