|
23 | 23 | dependencies: |
24 | 24 | "@babel/highlight" "^7.16.0" |
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.16.7": |
| 27 | + version "7.16.7" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" |
| 29 | + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.16.7" |
| 32 | + |
26 | 33 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4": |
27 | 34 | version "7.14.4" |
28 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
|
38 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" |
39 | 46 | integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== |
40 | 47 |
|
41 | | -"@babel/core@^7.16.5": |
42 | | - version "7.16.5" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c" |
44 | | - integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ== |
45 | | - dependencies: |
46 | | - "@babel/code-frame" "^7.16.0" |
47 | | - "@babel/generator" "^7.16.5" |
48 | | - "@babel/helper-compilation-targets" "^7.16.3" |
49 | | - "@babel/helper-module-transforms" "^7.16.5" |
50 | | - "@babel/helpers" "^7.16.5" |
51 | | - "@babel/parser" "^7.16.5" |
52 | | - "@babel/template" "^7.16.0" |
53 | | - "@babel/traverse" "^7.16.5" |
54 | | - "@babel/types" "^7.16.0" |
| 48 | +"@babel/core@^7.16.12": |
| 49 | + version "7.16.12" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
| 51 | + integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 52 | + dependencies: |
| 53 | + "@babel/code-frame" "^7.16.7" |
| 54 | + "@babel/generator" "^7.16.8" |
| 55 | + "@babel/helper-compilation-targets" "^7.16.7" |
| 56 | + "@babel/helper-module-transforms" "^7.16.7" |
| 57 | + "@babel/helpers" "^7.16.7" |
| 58 | + "@babel/parser" "^7.16.12" |
| 59 | + "@babel/template" "^7.16.7" |
| 60 | + "@babel/traverse" "^7.16.10" |
| 61 | + "@babel/types" "^7.16.8" |
55 | 62 | convert-source-map "^1.7.0" |
56 | 63 | debug "^4.1.0" |
57 | 64 | gensync "^1.0.0-beta.2" |
|
107 | 114 | jsesc "^2.5.1" |
108 | 115 | source-map "^0.5.0" |
109 | 116 |
|
110 | | -"@babel/generator@^7.16.5": |
111 | | - version "7.16.5" |
112 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf" |
113 | | - integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA== |
| 117 | +"@babel/generator@^7.16.8": |
| 118 | + version "7.16.8" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
| 120 | + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
114 | 121 | dependencies: |
115 | | - "@babel/types" "^7.16.0" |
| 122 | + "@babel/types" "^7.16.8" |
116 | 123 | jsesc "^2.5.1" |
117 | 124 | source-map "^0.5.0" |
118 | 125 |
|
|
168 | 175 | browserslist "^4.17.5" |
169 | 176 | semver "^6.3.0" |
170 | 177 |
|
| 178 | +"@babel/helper-compilation-targets@^7.16.7": |
| 179 | + version "7.16.7" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" |
| 181 | + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== |
| 182 | + dependencies: |
| 183 | + "@babel/compat-data" "^7.16.4" |
| 184 | + "@babel/helper-validator-option" "^7.16.7" |
| 185 | + browserslist "^4.17.5" |
| 186 | + semver "^6.3.0" |
| 187 | + |
171 | 188 | "@babel/helper-create-class-features-plugin@^7.16.0": |
172 | 189 | version "7.16.0" |
173 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b" |
|
210 | 227 | resolve "^1.14.2" |
211 | 228 | semver "^6.1.2" |
212 | 229 |
|
213 | | -"@babel/helper-environment-visitor@^7.16.5": |
214 | | - version "7.16.5" |
215 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8" |
216 | | - integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg== |
| 230 | +"@babel/helper-environment-visitor@^7.16.7": |
| 231 | + version "7.16.7" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" |
| 233 | + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== |
217 | 234 | dependencies: |
218 | | - "@babel/types" "^7.16.0" |
| 235 | + "@babel/types" "^7.16.7" |
219 | 236 |
|
220 | 237 | "@babel/helper-explode-assignable-expression@^7.16.0": |
221 | 238 | version "7.16.0" |
|
242 | 259 | "@babel/template" "^7.16.0" |
243 | 260 | "@babel/types" "^7.16.0" |
244 | 261 |
|
| 262 | +"@babel/helper-function-name@^7.16.7": |
| 263 | + version "7.16.7" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" |
| 265 | + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== |
| 266 | + dependencies: |
| 267 | + "@babel/helper-get-function-arity" "^7.16.7" |
| 268 | + "@babel/template" "^7.16.7" |
| 269 | + "@babel/types" "^7.16.7" |
| 270 | + |
245 | 271 | "@babel/helper-get-function-arity@^7.12.13": |
246 | 272 | version "7.12.13" |
247 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
|
256 | 282 | dependencies: |
257 | 283 | "@babel/types" "^7.16.0" |
258 | 284 |
|
| 285 | +"@babel/helper-get-function-arity@^7.16.7": |
| 286 | + version "7.16.7" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
| 288 | + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== |
| 289 | + dependencies: |
| 290 | + "@babel/types" "^7.16.7" |
| 291 | + |
259 | 292 | "@babel/helper-hoist-variables@^7.16.0": |
260 | 293 | version "7.16.0" |
261 | 294 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a" |
262 | 295 | integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg== |
263 | 296 | dependencies: |
264 | 297 | "@babel/types" "^7.16.0" |
265 | 298 |
|
| 299 | +"@babel/helper-hoist-variables@^7.16.7": |
| 300 | + version "7.16.7" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
| 302 | + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
| 303 | + dependencies: |
| 304 | + "@babel/types" "^7.16.7" |
| 305 | + |
266 | 306 | "@babel/helper-member-expression-to-functions@^7.13.12": |
267 | 307 | version "7.13.12" |
268 | 308 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
|
291 | 331 | dependencies: |
292 | 332 | "@babel/types" "^7.16.0" |
293 | 333 |
|
| 334 | +"@babel/helper-module-imports@^7.16.7": |
| 335 | + version "7.16.7" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
| 337 | + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== |
| 338 | + dependencies: |
| 339 | + "@babel/types" "^7.16.7" |
| 340 | + |
294 | 341 | "@babel/helper-module-transforms@^7.14.2": |
295 | 342 | version "7.14.2" |
296 | 343 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
|
319 | 366 | "@babel/traverse" "^7.16.0" |
320 | 367 | "@babel/types" "^7.16.0" |
321 | 368 |
|
322 | | -"@babel/helper-module-transforms@^7.16.5": |
323 | | - version "7.16.5" |
324 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29" |
325 | | - integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ== |
| 369 | +"@babel/helper-module-transforms@^7.16.7": |
| 370 | + version "7.16.7" |
| 371 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" |
| 372 | + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== |
326 | 373 | dependencies: |
327 | | - "@babel/helper-environment-visitor" "^7.16.5" |
328 | | - "@babel/helper-module-imports" "^7.16.0" |
329 | | - "@babel/helper-simple-access" "^7.16.0" |
330 | | - "@babel/helper-split-export-declaration" "^7.16.0" |
331 | | - "@babel/helper-validator-identifier" "^7.15.7" |
332 | | - "@babel/template" "^7.16.0" |
333 | | - "@babel/traverse" "^7.16.5" |
334 | | - "@babel/types" "^7.16.0" |
| 374 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 375 | + "@babel/helper-module-imports" "^7.16.7" |
| 376 | + "@babel/helper-simple-access" "^7.16.7" |
| 377 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 378 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 379 | + "@babel/template" "^7.16.7" |
| 380 | + "@babel/traverse" "^7.16.7" |
| 381 | + "@babel/types" "^7.16.7" |
335 | 382 |
|
336 | 383 | "@babel/helper-optimise-call-expression@^7.12.13": |
337 | 384 | version "7.12.13" |
|
405 | 452 | dependencies: |
406 | 453 | "@babel/types" "^7.16.0" |
407 | 454 |
|
| 455 | +"@babel/helper-simple-access@^7.16.7": |
| 456 | + version "7.16.7" |
| 457 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" |
| 458 | + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== |
| 459 | + dependencies: |
| 460 | + "@babel/types" "^7.16.7" |
| 461 | + |
408 | 462 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": |
409 | 463 | version "7.16.0" |
410 | 464 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" |
|
426 | 480 | dependencies: |
427 | 481 | "@babel/types" "^7.16.0" |
428 | 482 |
|
| 483 | +"@babel/helper-split-export-declaration@^7.16.7": |
| 484 | + version "7.16.7" |
| 485 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" |
| 486 | + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== |
| 487 | + dependencies: |
| 488 | + "@babel/types" "^7.16.7" |
| 489 | + |
429 | 490 | "@babel/helper-validator-identifier@^7.14.0": |
430 | 491 | version "7.14.0" |
431 | 492 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
|
441 | 502 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
442 | 503 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
443 | 504 |
|
| 505 | +"@babel/helper-validator-identifier@^7.16.7": |
| 506 | + version "7.16.7" |
| 507 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
| 508 | + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
| 509 | + |
444 | 510 | "@babel/helper-validator-option@^7.12.17": |
445 | 511 | version "7.12.17" |
446 | 512 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
451 | 517 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
452 | 518 | integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== |
453 | 519 |
|
| 520 | +"@babel/helper-validator-option@^7.16.7": |
| 521 | + version "7.16.7" |
| 522 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
| 523 | + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== |
| 524 | + |
454 | 525 | "@babel/helper-wrap-function@^7.16.0": |
455 | 526 | version "7.16.0" |
456 | 527 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz#b3cf318afce774dfe75b86767cd6d68f3482e57c" |
|
470 | 541 | "@babel/traverse" "^7.14.0" |
471 | 542 | "@babel/types" "^7.14.0" |
472 | 543 |
|
473 | | -"@babel/helpers@^7.16.5": |
474 | | - version "7.16.5" |
475 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd" |
476 | | - integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw== |
| 544 | +"@babel/helpers@^7.16.7": |
| 545 | + version "7.16.7" |
| 546 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
| 547 | + integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
477 | 548 | dependencies: |
478 | | - "@babel/template" "^7.16.0" |
479 | | - "@babel/traverse" "^7.16.5" |
480 | | - "@babel/types" "^7.16.0" |
| 549 | + "@babel/template" "^7.16.7" |
| 550 | + "@babel/traverse" "^7.16.7" |
| 551 | + "@babel/types" "^7.16.7" |
481 | 552 |
|
482 | 553 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": |
483 | 554 | version "7.14.0" |
|
497 | 568 | chalk "^2.0.0" |
498 | 569 | js-tokens "^4.0.0" |
499 | 570 |
|
| 571 | +"@babel/highlight@^7.16.7": |
| 572 | + version "7.16.10" |
| 573 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" |
| 574 | + integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== |
| 575 | + dependencies: |
| 576 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 577 | + chalk "^2.0.0" |
| 578 | + js-tokens "^4.0.0" |
| 579 | + |
500 | 580 | "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3": |
501 | 581 | version "7.14.4" |
502 | 582 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
|
507 | 587 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295" |
508 | 588 | integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A== |
509 | 589 |
|
510 | | -"@babel/parser@^7.16.5": |
511 | | - version "7.16.5" |
512 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658" |
513 | | - integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw== |
| 590 | +"@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.7": |
| 591 | + version "7.16.12" |
| 592 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
| 593 | + integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
514 | 594 |
|
515 | 595 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
516 | 596 | version "7.16.2" |
|
1200 | 1280 | "@babel/parser" "^7.16.0" |
1201 | 1281 | "@babel/types" "^7.16.0" |
1202 | 1282 |
|
| 1283 | +"@babel/template@^7.16.7": |
| 1284 | + version "7.16.7" |
| 1285 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" |
| 1286 | + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== |
| 1287 | + dependencies: |
| 1288 | + "@babel/code-frame" "^7.16.7" |
| 1289 | + "@babel/parser" "^7.16.7" |
| 1290 | + "@babel/types" "^7.16.7" |
| 1291 | + |
1203 | 1292 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
1204 | 1293 | version "7.14.2" |
1205 | 1294 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
|
1229 | 1318 | debug "^4.1.0" |
1230 | 1319 | globals "^11.1.0" |
1231 | 1320 |
|
1232 | | -"@babel/traverse@^7.16.5": |
1233 | | - version "7.16.5" |
1234 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3" |
1235 | | - integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ== |
1236 | | - dependencies: |
1237 | | - "@babel/code-frame" "^7.16.0" |
1238 | | - "@babel/generator" "^7.16.5" |
1239 | | - "@babel/helper-environment-visitor" "^7.16.5" |
1240 | | - "@babel/helper-function-name" "^7.16.0" |
1241 | | - "@babel/helper-hoist-variables" "^7.16.0" |
1242 | | - "@babel/helper-split-export-declaration" "^7.16.0" |
1243 | | - "@babel/parser" "^7.16.5" |
1244 | | - "@babel/types" "^7.16.0" |
| 1321 | +"@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7": |
| 1322 | + version "7.16.10" |
| 1323 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
| 1324 | + integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1325 | + dependencies: |
| 1326 | + "@babel/code-frame" "^7.16.7" |
| 1327 | + "@babel/generator" "^7.16.8" |
| 1328 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1329 | + "@babel/helper-function-name" "^7.16.7" |
| 1330 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1331 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1332 | + "@babel/parser" "^7.16.10" |
| 1333 | + "@babel/types" "^7.16.8" |
1245 | 1334 | debug "^4.1.0" |
1246 | 1335 | globals "^11.1.0" |
1247 | 1336 |
|
|
1269 | 1358 | "@babel/helper-validator-identifier" "^7.15.7" |
1270 | 1359 | to-fast-properties "^2.0.0" |
1271 | 1360 |
|
| 1361 | +"@babel/types@^7.16.7", "@babel/types@^7.16.8": |
| 1362 | + version "7.16.8" |
| 1363 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
| 1364 | + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
| 1365 | + dependencies: |
| 1366 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1367 | + to-fast-properties "^2.0.0" |
| 1368 | + |
1272 | 1369 | "@changesets/apply-release-plan@^5.0.3": |
1273 | 1370 | version "5.0.3" |
1274 | 1371 | resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-5.0.3.tgz#3f516ef881fa1278cb9795ef282db57cfd6dd0e2" |
|
0 commit comments