|
33 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
|
34 | 34 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
|
35 | 35 |
|
36 |
| -"@babel/core@7.17.5": |
37 |
| - version "7.17.5" |
38 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
39 |
| - integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
| 36 | +"@babel/compat-data@^7.17.7": |
| 37 | + version "7.17.7" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" |
| 39 | + integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== |
| 40 | + |
| 41 | +"@babel/core@7.17.7": |
| 42 | + version "7.17.7" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9" |
| 44 | + integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ== |
40 | 45 | dependencies:
|
41 | 46 | "@ampproject/remapping" "^2.1.0"
|
42 | 47 | "@babel/code-frame" "^7.16.7"
|
43 |
| - "@babel/generator" "^7.17.3" |
44 |
| - "@babel/helper-compilation-targets" "^7.16.7" |
45 |
| - "@babel/helper-module-transforms" "^7.16.7" |
46 |
| - "@babel/helpers" "^7.17.2" |
47 |
| - "@babel/parser" "^7.17.3" |
| 48 | + "@babel/generator" "^7.17.7" |
| 49 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 50 | + "@babel/helper-module-transforms" "^7.17.7" |
| 51 | + "@babel/helpers" "^7.17.7" |
| 52 | + "@babel/parser" "^7.17.7" |
48 | 53 | "@babel/template" "^7.16.7"
|
49 | 54 | "@babel/traverse" "^7.17.3"
|
50 | 55 | "@babel/types" "^7.17.0"
|
|
111 | 116 | jsesc "^2.5.1"
|
112 | 117 | source-map "^0.5.0"
|
113 | 118 |
|
114 |
| -"@babel/generator@^7.17.0": |
115 |
| - version "7.17.0" |
116 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
117 |
| - integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
| 119 | +"@babel/generator@^7.17.3": |
| 120 | + version "7.17.3" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 122 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
118 | 123 | dependencies:
|
119 | 124 | "@babel/types" "^7.17.0"
|
120 | 125 | jsesc "^2.5.1"
|
121 | 126 | source-map "^0.5.0"
|
122 | 127 |
|
123 |
| -"@babel/generator@^7.17.3": |
124 |
| - version "7.17.3" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
126 |
| - integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
| 128 | +"@babel/generator@^7.17.7": |
| 129 | + version "7.17.7" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" |
| 131 | + integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== |
127 | 132 | dependencies:
|
128 | 133 | "@babel/types" "^7.17.0"
|
129 | 134 | jsesc "^2.5.1"
|
|
179 | 184 | browserslist "^4.17.5"
|
180 | 185 | semver "^6.3.0"
|
181 | 186 |
|
| 187 | +"@babel/helper-compilation-targets@^7.17.7": |
| 188 | + version "7.17.7" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" |
| 190 | + integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== |
| 191 | + dependencies: |
| 192 | + "@babel/compat-data" "^7.17.7" |
| 193 | + "@babel/helper-validator-option" "^7.16.7" |
| 194 | + browserslist "^4.17.5" |
| 195 | + semver "^6.3.0" |
| 196 | + |
182 | 197 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
|
183 | 198 | version "7.16.5"
|
184 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
|
|
378 | 393 | "@babel/traverse" "^7.16.7"
|
379 | 394 | "@babel/types" "^7.16.7"
|
380 | 395 |
|
| 396 | +"@babel/helper-module-transforms@^7.17.7": |
| 397 | + version "7.17.7" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" |
| 399 | + integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== |
| 400 | + dependencies: |
| 401 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 402 | + "@babel/helper-module-imports" "^7.16.7" |
| 403 | + "@babel/helper-simple-access" "^7.17.7" |
| 404 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 405 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 406 | + "@babel/template" "^7.16.7" |
| 407 | + "@babel/traverse" "^7.17.3" |
| 408 | + "@babel/types" "^7.17.0" |
| 409 | + |
381 | 410 | "@babel/helper-optimise-call-expression@^7.16.0":
|
382 | 411 | version "7.16.0"
|
383 | 412 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
|
|
456 | 485 | dependencies:
|
457 | 486 | "@babel/types" "^7.16.7"
|
458 | 487 |
|
| 488 | +"@babel/helper-simple-access@^7.17.7": |
| 489 | + version "7.17.7" |
| 490 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" |
| 491 | + integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== |
| 492 | + dependencies: |
| 493 | + "@babel/types" "^7.17.0" |
| 494 | + |
459 | 495 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
460 | 496 | version "7.16.0"
|
461 | 497 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
|
|
526 | 562 | "@babel/traverse" "^7.16.5"
|
527 | 563 | "@babel/types" "^7.16.0"
|
528 | 564 |
|
529 |
| -"@babel/helpers@^7.17.2": |
530 |
| - version "7.17.2" |
531 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" |
532 |
| - integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== |
| 565 | +"@babel/helpers@^7.17.7": |
| 566 | + version "7.17.7" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127" |
| 568 | + integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w== |
533 | 569 | dependencies:
|
534 | 570 | "@babel/template" "^7.16.7"
|
535 |
| - "@babel/traverse" "^7.17.0" |
| 571 | + "@babel/traverse" "^7.17.3" |
536 | 572 | "@babel/types" "^7.17.0"
|
537 | 573 |
|
538 | 574 | "@babel/highlight@^7.16.0":
|
|
568 | 604 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
|
569 | 605 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
|
570 | 606 |
|
571 |
| -"@babel/parser@^7.17.0": |
572 |
| - version "7.17.0" |
573 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
574 |
| - integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
575 |
| - |
576 | 607 | "@babel/parser@^7.17.3":
|
577 | 608 | version "7.17.3"
|
578 | 609 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
|
579 | 610 | integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
|
580 | 611 |
|
| 612 | +"@babel/parser@^7.17.7": |
| 613 | + version "7.17.7" |
| 614 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800" |
| 615 | + integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA== |
| 616 | + |
581 | 617 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
|
582 | 618 | version "7.16.2"
|
583 | 619 | 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.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
|
1725 | 1761 | "@babel/plugin-transform-react-jsx-development" "^7.16.5"
|
1726 | 1762 | "@babel/plugin-transform-react-pure-annotations" "^7.16.5"
|
1727 | 1763 |
|
1728 |
| -"@babel/register@7.17.0": |
1729 |
| - version "7.17.0" |
1730 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.0.tgz#8051e0b7cb71385be4909324f072599723a1f084" |
1731 |
| - integrity sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg== |
| 1764 | +"@babel/register@7.17.7": |
| 1765 | + version "7.17.7" |
| 1766 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.7.tgz#5eef3e0f4afc07e25e847720e7b987ae33f08d0b" |
| 1767 | + integrity sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA== |
1732 | 1768 | dependencies:
|
1733 | 1769 | clone-deep "^4.0.1"
|
1734 | 1770 | find-cache-dir "^2.0.0"
|
|
1809 | 1845 | debug "^4.1.0"
|
1810 | 1846 | globals "^11.1.0"
|
1811 | 1847 |
|
1812 |
| -"@babel/traverse@^7.17.0": |
1813 |
| - version "7.17.0" |
1814 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
1815 |
| - integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
1816 |
| - dependencies: |
1817 |
| - "@babel/code-frame" "^7.16.7" |
1818 |
| - "@babel/generator" "^7.17.0" |
1819 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
1820 |
| - "@babel/helper-function-name" "^7.16.7" |
1821 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
1822 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
1823 |
| - "@babel/parser" "^7.17.0" |
1824 |
| - "@babel/types" "^7.17.0" |
1825 |
| - debug "^4.1.0" |
1826 |
| - globals "^11.1.0" |
1827 |
| - |
1828 | 1848 | "@babel/traverse@^7.17.3":
|
1829 | 1849 | version "7.17.3"
|
1830 | 1850 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
|
0 commit comments