|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@7.12.11": |
| 5 | +"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3": |
6 | 6 | version "7.12.11"
|
7 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
8 | 8 | integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
12 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.8.3": |
13 |
| - version "7.10.1" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
15 |
| - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
16 |
| - dependencies: |
17 |
| - "@babel/highlight" "^7.10.1" |
18 |
| - |
19 |
| -"@babel/code-frame@^7.10.4": |
20 |
| - version "7.10.4" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
22 |
| - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
23 |
| - dependencies: |
24 |
| - "@babel/highlight" "^7.10.4" |
25 |
| - |
26 | 12 | "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
27 | 13 | version "7.11.5"
|
28 | 14 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
|
|
222 | 208 | "@babel/traverse" "^7.10.4"
|
223 | 209 | "@babel/types" "^7.10.4"
|
224 | 210 |
|
225 |
| -"@babel/highlight@^7.10.1": |
226 |
| - version "7.10.1" |
227 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
228 |
| - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
229 |
| - dependencies: |
230 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
231 |
| - chalk "^2.0.0" |
232 |
| - js-tokens "^4.0.0" |
233 |
| - |
234 | 211 | "@babel/highlight@^7.10.4":
|
235 | 212 | version "7.10.4"
|
236 | 213 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
|
|
352 | 329 | core-js-pure "^3.0.0"
|
353 | 330 | regenerator-runtime "^0.13.4"
|
354 | 331 |
|
355 |
| -"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2": |
356 |
| - version "7.11.2" |
357 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
358 |
| - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
| 332 | +"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5": |
| 333 | + version "7.13.10" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d" |
| 335 | + integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== |
359 | 336 | dependencies:
|
360 | 337 | regenerator-runtime "^0.13.4"
|
361 | 338 |
|
|
1107 | 1084 | "@types/yargs" "^15.0.0"
|
1108 | 1085 | chalk "^4.0.0"
|
1109 | 1086 |
|
1110 |
| -"@jest/types@^26.6.0": |
1111 |
| - version "26.6.0" |
1112 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a" |
1113 |
| - integrity sha512-8pDeq/JVyAYw7jBGU83v8RMYAkdrRxLG3BGnAJuqaQAUd6GWBmND2uyl+awI88+hit48suLoLjNFtR+ZXxWaYg== |
1114 |
| - dependencies: |
1115 |
| - "@types/istanbul-lib-coverage" "^2.0.0" |
1116 |
| - "@types/istanbul-reports" "^3.0.0" |
1117 |
| - "@types/node" "*" |
1118 |
| - "@types/yargs" "^15.0.0" |
1119 |
| - chalk "^4.0.0" |
1120 |
| - |
1121 | 1087 | "@jest/types@^26.6.2":
|
1122 | 1088 | version "26.6.2"
|
1123 | 1089 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
|
|
1207 | 1173 | "@sinonjs/commons" "^1.7.0"
|
1208 | 1174 |
|
1209 | 1175 | "@testing-library/dom@^7.22.2":
|
1210 |
| - version "7.22.2" |
1211 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.22.2.tgz#6deaa828500993cc94bdd62875c251b5b5b70d69" |
1212 |
| - integrity sha512-taxURh+4Lwr//uC1Eghat95aMnTlI4G4ETosnZK0wliwHWdutLDVKIvHXAOYdXGdzrBAy1wNhSGmNBbZ72ml4g== |
| 1176 | + version "7.30.1" |
| 1177 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.1.tgz#07b6f3ccd7f1f1e34ab0406932073e2971817f3d" |
| 1178 | + integrity sha512-RQUvqqq2lxTCOffhSNxpX/9fCoR+nwuQPmG5uhuuEH5KBAzNf2bK3OzBoWjm5zKM78SLjnGRAKt8hRjQA4E46A== |
1213 | 1179 | dependencies:
|
1214 |
| - "@babel/runtime" "^7.10.3" |
| 1180 | + "@babel/code-frame" "^7.10.4" |
| 1181 | + "@babel/runtime" "^7.12.5" |
1215 | 1182 | "@types/aria-query" "^4.2.0"
|
1216 | 1183 | aria-query "^4.2.2"
|
1217 |
| - dom-accessibility-api "^0.5.0" |
1218 |
| - pretty-format "^25.5.0" |
| 1184 | + chalk "^4.1.0" |
| 1185 | + dom-accessibility-api "^0.5.4" |
| 1186 | + lz-string "^1.4.4" |
| 1187 | + pretty-format "^26.6.2" |
1219 | 1188 |
|
1220 | 1189 | "@textlint/ast-node-types@^4.2.5":
|
1221 | 1190 | version "4.4.2"
|
@@ -2858,10 +2827,10 @@ doctrine@^3.0.0:
|
2858 | 2827 | dependencies:
|
2859 | 2828 | esutils "^2.0.2"
|
2860 | 2829 |
|
2861 |
| -dom-accessibility-api@^0.5.0: |
2862 |
| - version "0.5.0" |
2863 |
| - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.0.tgz#fddffd04e178796e241436c3f21be2f89c91afac" |
2864 |
| - integrity sha512-eCVf9n4Ni5UQAFc2+fqfMPHdtiX7DA0rLakXgNBZfXNJzEbNo3MQIYd+zdYpFBqAaGYVrkd8leNSLGPrG4ODmA== |
| 2830 | +dom-accessibility-api@^0.5.4: |
| 2831 | + version "0.5.4" |
| 2832 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166" |
| 2833 | + integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ== |
2865 | 2834 |
|
2866 | 2835 | dom-serializer@^1.0.1:
|
2867 | 2836 | version "1.2.0"
|
@@ -5921,6 +5890,11 @@ lru-cache@^6.0.0:
|
5921 | 5890 | dependencies:
|
5922 | 5891 | yallist "^4.0.0"
|
5923 | 5892 |
|
| 5893 | +lz-string@^1.4.4: |
| 5894 | + version "1.4.4" |
| 5895 | + resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" |
| 5896 | + integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= |
| 5897 | + |
5924 | 5898 | magic-string@^0.25.7:
|
5925 | 5899 | version "0.25.7"
|
5926 | 5900 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
|
@@ -6722,17 +6696,7 @@ pretty-format@^25.5.0:
|
6722 | 6696 | ansi-styles "^4.0.0"
|
6723 | 6697 | react-is "^16.12.0"
|
6724 | 6698 |
|
6725 |
| -pretty-format@^26.0.0, pretty-format@^26.6.0: |
6726 |
| - version "26.6.0" |
6727 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391" |
6728 |
| - integrity sha512-Uumr9URVB7bm6SbaByXtx+zGlS+0loDkFMHP0kHahMjmfCtmFY03iqd++5v3Ld6iB5TocVXlBN/T+DXMn9d4BA== |
6729 |
| - dependencies: |
6730 |
| - "@jest/types" "^26.6.0" |
6731 |
| - ansi-regex "^5.0.0" |
6732 |
| - ansi-styles "^4.0.0" |
6733 |
| - react-is "^16.12.0" |
6734 |
| - |
6735 |
| -pretty-format@^26.6.2: |
| 6699 | +pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2: |
6736 | 6700 | version "26.6.2"
|
6737 | 6701 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
|
6738 | 6702 | integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
|
|
0 commit comments