|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.16.7" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.18.6": |
| 21 | + version "7.18.6" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
| 23 | + integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.18.6" |
| 26 | + |
20 | 27 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.10": |
21 | 28 | version "7.17.10" |
22 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab" |
|
52 | 59 | "@jridgewell/gen-mapping" "^0.1.0" |
53 | 60 | jsesc "^2.5.1" |
54 | 61 |
|
| 62 | +"@babel/generator@^7.18.6": |
| 63 | + version "7.18.6" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.6.tgz#9ab2d46d3cbf631f0e80f72e72874a04c3fc12a9" |
| 65 | + integrity sha512-AIwwoOS8axIC5MZbhNHRLKi3D+DMpvDf9XUcu3pIVAfOHFT45f4AoDAltRbHIQomCipkCZxrNkfpOEHhJz/VKw== |
| 66 | + dependencies: |
| 67 | + "@babel/types" "^7.18.6" |
| 68 | + "@jridgewell/gen-mapping" "^0.3.0" |
| 69 | + jsesc "^2.5.1" |
| 70 | + |
55 | 71 | "@babel/helper-annotate-as-pure@^7.16.7": |
56 | 72 | version "7.16.7" |
57 | 73 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" |
58 | 74 | integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== |
59 | 75 | dependencies: |
60 | 76 | "@babel/types" "^7.16.7" |
61 | 77 |
|
| 78 | +"@babel/helper-annotate-as-pure@^7.18.6": |
| 79 | + version "7.18.6" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
| 81 | + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
| 82 | + dependencies: |
| 83 | + "@babel/types" "^7.18.6" |
| 84 | + |
62 | 85 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": |
63 | 86 | version "7.16.7" |
64 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" |
|
90 | 113 | "@babel/helper-replace-supers" "^7.16.7" |
91 | 114 | "@babel/helper-split-export-declaration" "^7.16.7" |
92 | 115 |
|
| 116 | +"@babel/helper-create-class-features-plugin@^7.18.6": |
| 117 | + version "7.18.6" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" |
| 119 | + integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== |
| 120 | + dependencies: |
| 121 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 122 | + "@babel/helper-environment-visitor" "^7.18.6" |
| 123 | + "@babel/helper-function-name" "^7.18.6" |
| 124 | + "@babel/helper-member-expression-to-functions" "^7.18.6" |
| 125 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 126 | + "@babel/helper-replace-supers" "^7.18.6" |
| 127 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 128 | + |
93 | 129 | "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.0": |
94 | 130 | version "7.17.0" |
95 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1" |
|
119 | 155 | dependencies: |
120 | 156 | "@babel/types" "^7.16.7" |
121 | 157 |
|
| 158 | +"@babel/helper-environment-visitor@^7.18.6": |
| 159 | + version "7.18.6" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7" |
| 161 | + integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q== |
| 162 | + |
122 | 163 | "@babel/helper-explode-assignable-expression@^7.16.7": |
123 | 164 | version "7.16.7" |
124 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" |
|
134 | 175 | "@babel/template" "^7.16.7" |
135 | 176 | "@babel/types" "^7.17.0" |
136 | 177 |
|
| 178 | +"@babel/helper-function-name@^7.18.6": |
| 179 | + version "7.18.6" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83" |
| 181 | + integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw== |
| 182 | + dependencies: |
| 183 | + "@babel/template" "^7.18.6" |
| 184 | + "@babel/types" "^7.18.6" |
| 185 | + |
137 | 186 | "@babel/helper-hoist-variables@^7.16.7": |
138 | 187 | version "7.16.7" |
139 | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
140 | 189 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
141 | 190 | dependencies: |
142 | 191 | "@babel/types" "^7.16.7" |
143 | 192 |
|
| 193 | +"@babel/helper-hoist-variables@^7.18.6": |
| 194 | + version "7.18.6" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
| 196 | + integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 197 | + dependencies: |
| 198 | + "@babel/types" "^7.18.6" |
| 199 | + |
144 | 200 | "@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7": |
145 | 201 | version "7.17.7" |
146 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4" |
147 | 203 | integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== |
148 | 204 | dependencies: |
149 | 205 | "@babel/types" "^7.17.0" |
150 | 206 |
|
| 207 | +"@babel/helper-member-expression-to-functions@^7.18.6": |
| 208 | + version "7.18.6" |
| 209 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" |
| 210 | + integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== |
| 211 | + dependencies: |
| 212 | + "@babel/types" "^7.18.6" |
| 213 | + |
151 | 214 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": |
152 | 215 | version "7.16.7" |
153 | 216 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
|
176 | 239 | dependencies: |
177 | 240 | "@babel/types" "^7.16.7" |
178 | 241 |
|
179 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
180 | | - version "7.16.7" |
181 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" |
182 | | - integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== |
| 242 | +"@babel/helper-optimise-call-expression@^7.18.6": |
| 243 | + version "7.18.6" |
| 244 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
| 245 | + integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== |
| 246 | + dependencies: |
| 247 | + "@babel/types" "^7.18.6" |
| 248 | + |
| 249 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 250 | + version "7.18.6" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" |
| 252 | + integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== |
183 | 253 |
|
184 | 254 | "@babel/helper-remap-async-to-generator@^7.16.8": |
185 | 255 | version "7.16.8" |
|
201 | 271 | "@babel/traverse" "^7.16.7" |
202 | 272 | "@babel/types" "^7.16.7" |
203 | 273 |
|
| 274 | +"@babel/helper-replace-supers@^7.18.6": |
| 275 | + version "7.18.6" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" |
| 277 | + integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== |
| 278 | + dependencies: |
| 279 | + "@babel/helper-environment-visitor" "^7.18.6" |
| 280 | + "@babel/helper-member-expression-to-functions" "^7.18.6" |
| 281 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 282 | + "@babel/traverse" "^7.18.6" |
| 283 | + "@babel/types" "^7.18.6" |
| 284 | + |
204 | 285 | "@babel/helper-simple-access@^7.17.7": |
205 | 286 | version "7.17.7" |
206 | 287 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" |
|
222 | 303 | dependencies: |
223 | 304 | "@babel/types" "^7.16.7" |
224 | 305 |
|
| 306 | +"@babel/helper-split-export-declaration@^7.18.6": |
| 307 | + version "7.18.6" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
| 309 | + integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
| 310 | + dependencies: |
| 311 | + "@babel/types" "^7.18.6" |
| 312 | + |
225 | 313 | "@babel/helper-validator-identifier@^7.16.7": |
226 | 314 | version "7.16.7" |
227 | 315 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
228 | 316 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
229 | 317 |
|
230 | | -"@babel/helper-validator-option@^7.16.7": |
231 | | - version "7.16.7" |
232 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
233 | | - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== |
| 318 | +"@babel/helper-validator-identifier@^7.18.6": |
| 319 | + version "7.18.6" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
| 321 | + integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
| 322 | + |
| 323 | +"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6": |
| 324 | + version "7.18.6" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
| 326 | + integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
234 | 327 |
|
235 | 328 | "@babel/helper-wrap-function@^7.16.8": |
236 | 329 | version "7.16.8" |
|
260 | 353 | chalk "^2.0.0" |
261 | 354 | js-tokens "^4.0.0" |
262 | 355 |
|
| 356 | +"@babel/highlight@^7.18.6": |
| 357 | + version "7.18.6" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
| 359 | + integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 360 | + dependencies: |
| 361 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 362 | + chalk "^2.0.0" |
| 363 | + js-tokens "^4.0.0" |
| 364 | + |
263 | 365 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10": |
264 | 366 | version "7.17.10" |
265 | 367 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78" |
266 | 368 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== |
267 | 369 |
|
| 370 | +"@babel/parser@^7.18.6": |
| 371 | + version "7.18.6" |
| 372 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc" |
| 373 | + integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== |
| 374 | + |
268 | 375 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": |
269 | 376 | version "7.16.7" |
270 | 377 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" |
|
528 | 635 | dependencies: |
529 | 636 | "@babel/helper-plugin-utils" "^7.14.5" |
530 | 637 |
|
531 | | -"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2": |
| 638 | +"@babel/plugin-syntax-typescript@^7.18.6": |
| 639 | + version "7.18.6" |
| 640 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz#1c09cd25795c7c2b8a4ba9ae49394576d4133285" |
| 641 | + integrity sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA== |
| 642 | + dependencies: |
| 643 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 644 | + |
| 645 | +"@babel/plugin-syntax-typescript@^7.7.2": |
532 | 646 | version "7.17.10" |
533 | 647 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz#80031e6042cad6a95ed753f672ebd23c30933195" |
534 | 648 | integrity sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ== |
|
803 | 917 | dependencies: |
804 | 918 | "@babel/helper-plugin-utils" "^7.16.7" |
805 | 919 |
|
806 | | -"@babel/plugin-transform-typescript@^7.16.7": |
807 | | - version "7.16.8" |
808 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0" |
809 | | - integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== |
| 920 | +"@babel/plugin-transform-typescript@^7.18.6": |
| 921 | + version "7.18.6" |
| 922 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.6.tgz#8f4ade1a9cf253e5cf7c7c20173082c2c08a50a7" |
| 923 | + integrity sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w== |
810 | 924 | dependencies: |
811 | | - "@babel/helper-create-class-features-plugin" "^7.16.7" |
812 | | - "@babel/helper-plugin-utils" "^7.16.7" |
813 | | - "@babel/plugin-syntax-typescript" "^7.16.7" |
| 925 | + "@babel/helper-create-class-features-plugin" "^7.18.6" |
| 926 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 927 | + "@babel/plugin-syntax-typescript" "^7.18.6" |
814 | 928 |
|
815 | 929 | "@babel/plugin-transform-unicode-escapes@^7.16.7": |
816 | 930 | version "7.16.7" |
|
931 | 1045 | "@babel/plugin-transform-react-pure-annotations" "^7.16.7" |
932 | 1046 |
|
933 | 1047 | "@babel/preset-typescript@^7.16.7": |
934 | | - version "7.16.7" |
935 | | - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" |
936 | | - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== |
| 1048 | + version "7.18.6" |
| 1049 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz#ce64be3e63eddc44240c6358daefac17b3186399" |
| 1050 | + integrity sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ== |
937 | 1051 | dependencies: |
938 | | - "@babel/helper-plugin-utils" "^7.16.7" |
939 | | - "@babel/helper-validator-option" "^7.16.7" |
940 | | - "@babel/plugin-transform-typescript" "^7.16.7" |
| 1052 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 1053 | + "@babel/helper-validator-option" "^7.18.6" |
| 1054 | + "@babel/plugin-transform-typescript" "^7.18.6" |
941 | 1055 |
|
942 | 1056 | "@babel/runtime-corejs3@^7.10.2": |
943 | 1057 | version "7.17.9" |
|
963 | 1077 | "@babel/parser" "^7.16.7" |
964 | 1078 | "@babel/types" "^7.16.7" |
965 | 1079 |
|
| 1080 | +"@babel/template@^7.18.6": |
| 1081 | + version "7.18.6" |
| 1082 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" |
| 1083 | + integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== |
| 1084 | + dependencies: |
| 1085 | + "@babel/code-frame" "^7.18.6" |
| 1086 | + "@babel/parser" "^7.18.6" |
| 1087 | + "@babel/types" "^7.18.6" |
| 1088 | + |
966 | 1089 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2": |
967 | 1090 | version "7.17.10" |
968 | 1091 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5" |
|
979 | 1102 | debug "^4.1.0" |
980 | 1103 | globals "^11.1.0" |
981 | 1104 |
|
| 1105 | +"@babel/traverse@^7.18.6": |
| 1106 | + version "7.18.6" |
| 1107 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d" |
| 1108 | + integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw== |
| 1109 | + dependencies: |
| 1110 | + "@babel/code-frame" "^7.18.6" |
| 1111 | + "@babel/generator" "^7.18.6" |
| 1112 | + "@babel/helper-environment-visitor" "^7.18.6" |
| 1113 | + "@babel/helper-function-name" "^7.18.6" |
| 1114 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1115 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1116 | + "@babel/parser" "^7.18.6" |
| 1117 | + "@babel/types" "^7.18.6" |
| 1118 | + debug "^4.1.0" |
| 1119 | + globals "^11.1.0" |
| 1120 | + |
982 | 1121 | "@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
983 | 1122 | version "7.17.10" |
984 | 1123 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4" |
|
987 | 1126 | "@babel/helper-validator-identifier" "^7.16.7" |
988 | 1127 | to-fast-properties "^2.0.0" |
989 | 1128 |
|
| 1129 | +"@babel/types@^7.18.6": |
| 1130 | + version "7.18.6" |
| 1131 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0" |
| 1132 | + integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA== |
| 1133 | + dependencies: |
| 1134 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 1135 | + to-fast-properties "^2.0.0" |
| 1136 | + |
990 | 1137 | "@bcoe/v8-coverage@^0.2.3": |
991 | 1138 | version "0.2.3" |
992 | 1139 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
1230 | 1377 | "@jridgewell/set-array" "^1.0.0" |
1231 | 1378 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1232 | 1379 |
|
| 1380 | +"@jridgewell/gen-mapping@^0.3.0": |
| 1381 | + version "0.3.2" |
| 1382 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
| 1383 | + integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== |
| 1384 | + dependencies: |
| 1385 | + "@jridgewell/set-array" "^1.0.1" |
| 1386 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1387 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1388 | + |
1233 | 1389 | "@jridgewell/resolve-uri@^3.0.3": |
1234 | 1390 | version "3.0.7" |
1235 | 1391 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe" |
|
1240 | 1396 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea" |
1241 | 1397 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== |
1242 | 1398 |
|
| 1399 | +"@jridgewell/set-array@^1.0.1": |
| 1400 | + version "1.1.2" |
| 1401 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1402 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1403 | + |
1243 | 1404 | "@jridgewell/sourcemap-codec@^1.4.10": |
1244 | 1405 | version "1.4.13" |
1245 | 1406 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c" |
|
0 commit comments