|
1091 | 1091 | dependencies:
|
1092 | 1092 | regenerator-runtime "^0.13.4"
|
1093 | 1093 |
|
1094 |
| -"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
| 1094 | +"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.13.8", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7": |
1095 | 1095 | version "7.13.10"
|
1096 | 1096 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
|
1097 | 1097 | integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
|
|
1105 | 1105 | dependencies:
|
1106 | 1106 | regenerator-runtime "^0.13.4"
|
1107 | 1107 |
|
| 1108 | +"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2": |
| 1109 | + version "7.14.6" |
| 1110 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" |
| 1111 | + integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== |
| 1112 | + dependencies: |
| 1113 | + regenerator-runtime "^0.13.4" |
| 1114 | + |
1108 | 1115 | "@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
|
1109 | 1116 | version "7.12.13"
|
1110 | 1117 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
|
|
1642 | 1649 | loader-utils "^2.0.0"
|
1643 | 1650 |
|
1644 | 1651 | "@testing-library/dom@^7.28.1":
|
1645 |
| - version "7.30.3" |
1646 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.3.tgz#779ea9bbb92d63302461800a388a5a890ac22519" |
1647 |
| - integrity sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw== |
| 1652 | + version "7.31.2" |
| 1653 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a" |
| 1654 | + integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ== |
1648 | 1655 | dependencies:
|
1649 | 1656 | "@babel/code-frame" "^7.10.4"
|
1650 | 1657 | "@babel/runtime" "^7.12.5"
|
1651 | 1658 | "@types/aria-query" "^4.2.0"
|
1652 | 1659 | aria-query "^4.2.2"
|
1653 | 1660 | chalk "^4.1.0"
|
1654 |
| - dom-accessibility-api "^0.5.4" |
| 1661 | + dom-accessibility-api "^0.5.6" |
1655 | 1662 | lz-string "^1.4.4"
|
1656 | 1663 | pretty-format "^26.6.2"
|
1657 | 1664 |
|
1658 | 1665 | "@testing-library/jest-dom@^5.11.4":
|
1659 |
| - version "5.11.10" |
1660 |
| - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz#1cd90715023e1627f5ed26ab3b38e6f22d77046c" |
1661 |
| - integrity sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ== |
| 1666 | + version "5.14.1" |
| 1667 | + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766" |
| 1668 | + integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ== |
1662 | 1669 | dependencies:
|
1663 | 1670 | "@babel/runtime" "^7.9.2"
|
1664 | 1671 | "@types/testing-library__jest-dom" "^5.9.1"
|
1665 | 1672 | aria-query "^4.2.2"
|
1666 | 1673 | chalk "^3.0.0"
|
1667 | 1674 | css "^3.0.0"
|
1668 | 1675 | css.escape "^1.5.1"
|
| 1676 | + dom-accessibility-api "^0.5.6" |
1669 | 1677 | lodash "^4.17.15"
|
1670 | 1678 | redent "^3.0.0"
|
1671 | 1679 |
|
1672 | 1680 | "@testing-library/react@^11.1.0":
|
1673 |
| - version "11.2.6" |
1674 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b" |
1675 |
| - integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ== |
| 1681 | + version "11.2.7" |
| 1682 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" |
| 1683 | + integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== |
1676 | 1684 | dependencies:
|
1677 | 1685 | "@babel/runtime" "^7.12.5"
|
1678 | 1686 | "@testing-library/dom" "^7.28.1"
|
|
1803 | 1811 | "@types/istanbul-lib-report" "*"
|
1804 | 1812 |
|
1805 | 1813 | "@types/jest@*":
|
1806 |
| - version "26.0.22" |
1807 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6" |
1808 |
| - integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== |
| 1814 | + version "26.0.23" |
| 1815 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" |
| 1816 | + integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== |
1809 | 1817 | dependencies:
|
1810 | 1818 | jest-diff "^26.0.0"
|
1811 | 1819 | pretty-format "^26.0.0"
|
|
1909 | 1917 | integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
|
1910 | 1918 |
|
1911 | 1919 | "@types/testing-library__jest-dom@^5.9.1":
|
1912 |
| - version "5.9.5" |
1913 |
| - resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz#5bf25c91ad2d7b38f264b12275e5c92a66d849b0" |
1914 |
| - integrity sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ== |
| 1920 | + version "5.14.0" |
| 1921 | + resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.0.tgz#98eb7537cb5502bcca7a0d82acf5f245a2e6c322" |
| 1922 | + integrity sha512-l2P2GO+hFF4Liye+fAajT1qBqvZOiL79YMpEvgGs1xTK7hECxBI8Wz4J7ntACJNiJ9r0vXQqYovroXRLPDja6A== |
1915 | 1923 | dependencies:
|
1916 | 1924 | "@types/jest" "*"
|
1917 | 1925 |
|
@@ -3231,14 +3239,22 @@ chalk@^3.0.0:
|
3231 | 3239 | ansi-styles "^4.1.0"
|
3232 | 3240 | supports-color "^7.1.0"
|
3233 | 3241 |
|
3234 |
| -chalk@^4.0.0, chalk@^4.1.0: |
| 3242 | +chalk@^4.0.0: |
3235 | 3243 | version "4.1.0"
|
3236 | 3244 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
3237 | 3245 | integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
|
3238 | 3246 | dependencies:
|
3239 | 3247 | ansi-styles "^4.1.0"
|
3240 | 3248 | supports-color "^7.1.0"
|
3241 | 3249 |
|
| 3250 | +chalk@^4.1.0: |
| 3251 | + version "4.1.1" |
| 3252 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" |
| 3253 | + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== |
| 3254 | + dependencies: |
| 3255 | + ansi-styles "^4.1.0" |
| 3256 | + supports-color "^7.1.0" |
| 3257 | + |
3242 | 3258 | char-regex@^1.0.2:
|
3243 | 3259 | version "1.0.2"
|
3244 | 3260 | resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
|
@@ -4194,10 +4210,10 @@ doctrine@^3.0.0:
|
4194 | 4210 | dependencies:
|
4195 | 4211 | esutils "^2.0.2"
|
4196 | 4212 |
|
4197 |
| -dom-accessibility-api@^0.5.4: |
4198 |
| - version "0.5.4" |
4199 |
| - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166" |
4200 |
| - integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ== |
| 4213 | +dom-accessibility-api@^0.5.6: |
| 4214 | + version "0.5.6" |
| 4215 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9" |
| 4216 | + integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw== |
4201 | 4217 |
|
4202 | 4218 | dom-converter@^0.2:
|
4203 | 4219 | version "0.2.0"
|
|
0 commit comments