|
116 | 116 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" |
117 | 117 | integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== |
118 | 118 |
|
119 | | -"@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
| 119 | +"@babel/compat-data@^7.20.0": |
120 | 120 | version "7.20.1" |
121 | 121 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
122 | 122 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
123 | 123 |
|
| 124 | +"@babel/compat-data@^7.20.5": |
| 125 | + version "7.20.5" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
| 127 | + integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
| 128 | + |
124 | 129 | "@babel/compat-data@^7.8.4": |
125 | 130 | version "7.8.5" |
126 | 131 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9" |
|
139 | 144 | invariant "^2.2.4" |
140 | 145 | semver "^5.5.0" |
141 | 146 |
|
142 | | -"@babel/core@7.20.5", "@babel/core@^7.19.3", "@babel/core@^7.20.2": |
143 | | - version "7.20.5" |
144 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
145 | | - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 147 | +"@babel/core@7.20.7": |
| 148 | + version "7.20.7" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
| 150 | + integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
146 | 151 | dependencies: |
147 | 152 | "@ampproject/remapping" "^2.1.0" |
148 | 153 | "@babel/code-frame" "^7.18.6" |
149 | | - "@babel/generator" "^7.20.5" |
150 | | - "@babel/helper-compilation-targets" "^7.20.0" |
151 | | - "@babel/helper-module-transforms" "^7.20.2" |
152 | | - "@babel/helpers" "^7.20.5" |
153 | | - "@babel/parser" "^7.20.5" |
154 | | - "@babel/template" "^7.18.10" |
155 | | - "@babel/traverse" "^7.20.5" |
156 | | - "@babel/types" "^7.20.5" |
| 154 | + "@babel/generator" "^7.20.7" |
| 155 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 156 | + "@babel/helper-module-transforms" "^7.20.7" |
| 157 | + "@babel/helpers" "^7.20.7" |
| 158 | + "@babel/parser" "^7.20.7" |
| 159 | + "@babel/template" "^7.20.7" |
| 160 | + "@babel/traverse" "^7.20.7" |
| 161 | + "@babel/types" "^7.20.7" |
157 | 162 | convert-source-map "^1.7.0" |
158 | 163 | debug "^4.1.0" |
159 | 164 | gensync "^1.0.0-beta.2" |
|
332 | 337 | semver "^6.3.0" |
333 | 338 | source-map "^0.5.0" |
334 | 339 |
|
| 340 | +"@babel/core@^7.19.3", "@babel/core@^7.20.2": |
| 341 | + version "7.20.5" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
| 343 | + integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 344 | + dependencies: |
| 345 | + "@ampproject/remapping" "^2.1.0" |
| 346 | + "@babel/code-frame" "^7.18.6" |
| 347 | + "@babel/generator" "^7.20.5" |
| 348 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 349 | + "@babel/helper-module-transforms" "^7.20.2" |
| 350 | + "@babel/helpers" "^7.20.5" |
| 351 | + "@babel/parser" "^7.20.5" |
| 352 | + "@babel/template" "^7.18.10" |
| 353 | + "@babel/traverse" "^7.20.5" |
| 354 | + "@babel/types" "^7.20.5" |
| 355 | + convert-source-map "^1.7.0" |
| 356 | + debug "^4.1.0" |
| 357 | + gensync "^1.0.0-beta.2" |
| 358 | + json5 "^2.2.1" |
| 359 | + semver "^6.3.0" |
| 360 | + |
335 | 361 | "@babel/core@^7.9.0": |
336 | 362 | version "7.9.0" |
337 | 363 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
|
519 | 545 | "@jridgewell/gen-mapping" "^0.3.2" |
520 | 546 | jsesc "^2.5.1" |
521 | 547 |
|
| 548 | +"@babel/generator@^7.20.7": |
| 549 | + version "7.20.7" |
| 550 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 551 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 552 | + dependencies: |
| 553 | + "@babel/types" "^7.20.7" |
| 554 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 555 | + jsesc "^2.5.1" |
| 556 | + |
522 | 557 | "@babel/generator@^7.8.4": |
523 | 558 | version "7.8.4" |
524 | 559 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
|
725 | 760 | browserslist "^4.21.3" |
726 | 761 | semver "^6.3.0" |
727 | 762 |
|
| 763 | +"@babel/helper-compilation-targets@^7.20.7": |
| 764 | + version "7.20.7" |
| 765 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 766 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 767 | + dependencies: |
| 768 | + "@babel/compat-data" "^7.20.5" |
| 769 | + "@babel/helper-validator-option" "^7.18.6" |
| 770 | + browserslist "^4.21.3" |
| 771 | + lru-cache "^5.1.1" |
| 772 | + semver "^6.3.0" |
| 773 | + |
728 | 774 | "@babel/helper-compilation-targets@^7.8.4": |
729 | 775 | version "7.8.4" |
730 | 776 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88" |
|
1463 | 1509 | "@babel/traverse" "^7.20.1" |
1464 | 1510 | "@babel/types" "^7.20.2" |
1465 | 1511 |
|
| 1512 | +"@babel/helper-module-transforms@^7.20.7": |
| 1513 | + version "7.20.7" |
| 1514 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
| 1515 | + integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
| 1516 | + dependencies: |
| 1517 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1518 | + "@babel/helper-module-imports" "^7.18.6" |
| 1519 | + "@babel/helper-simple-access" "^7.20.2" |
| 1520 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1521 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1522 | + "@babel/template" "^7.20.7" |
| 1523 | + "@babel/traverse" "^7.20.7" |
| 1524 | + "@babel/types" "^7.20.7" |
| 1525 | + |
1466 | 1526 | "@babel/helper-module-transforms@^7.8.3": |
1467 | 1527 | version "7.8.3" |
1468 | 1528 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" |
|
1580 | 1640 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" |
1581 | 1641 | integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
1582 | 1642 |
|
1583 | | -"@babel/helper-plugin-utils@^7.19.0": |
1584 | | - version "7.19.0" |
1585 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf" |
1586 | | - integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== |
1587 | | - |
1588 | 1643 | "@babel/helper-plugin-utils@^7.20.2": |
1589 | 1644 | version "7.20.2" |
1590 | 1645 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
|
1858 | 1913 | dependencies: |
1859 | 1914 | "@babel/types" "^7.16.0" |
1860 | 1915 |
|
1861 | | -"@babel/helper-skip-transparent-expression-wrappers@^7.18.9": |
1862 | | - version "7.18.9" |
1863 | | - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" |
1864 | | - integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw== |
| 1916 | +"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": |
| 1917 | + version "7.20.0" |
| 1918 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" |
| 1919 | + integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== |
1865 | 1920 | dependencies: |
1866 | | - "@babel/types" "^7.18.9" |
| 1921 | + "@babel/types" "^7.20.0" |
1867 | 1922 |
|
1868 | 1923 | "@babel/helper-split-export-declaration@^7.10.1": |
1869 | 1924 | version "7.10.1" |
|
2109 | 2164 | "@babel/traverse" "^7.20.5" |
2110 | 2165 | "@babel/types" "^7.20.5" |
2111 | 2166 |
|
| 2167 | +"@babel/helpers@^7.20.7": |
| 2168 | + version "7.20.7" |
| 2169 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 2170 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
| 2171 | + dependencies: |
| 2172 | + "@babel/template" "^7.20.7" |
| 2173 | + "@babel/traverse" "^7.20.7" |
| 2174 | + "@babel/types" "^7.20.7" |
| 2175 | + |
2112 | 2176 | "@babel/helpers@^7.8.4": |
2113 | 2177 | version "7.8.4" |
2114 | 2178 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" |
|
2305 | 2369 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
2306 | 2370 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
2307 | 2371 |
|
| 2372 | +"@babel/parser@^7.20.7": |
| 2373 | + version "7.20.7" |
| 2374 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 2375 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
| 2376 | + |
2308 | 2377 | "@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
2309 | 2378 | version "7.8.4" |
2310 | 2379 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
|
2628 | 2697 | "@babel/helper-plugin-utils" "^7.8.3" |
2629 | 2698 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
2630 | 2699 |
|
2631 | | -"@babel/plugin-proposal-logical-assignment-operators@7.18.9": |
2632 | | - version "7.18.9" |
2633 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23" |
2634 | | - integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== |
| 2700 | +"@babel/plugin-proposal-logical-assignment-operators@7.20.7": |
| 2701 | + version "7.20.7" |
| 2702 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83" |
| 2703 | + integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== |
2635 | 2704 | dependencies: |
2636 | | - "@babel/helper-plugin-utils" "^7.18.9" |
| 2705 | + "@babel/helper-plugin-utils" "^7.20.2" |
2637 | 2706 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
2638 | 2707 |
|
2639 | 2708 | "@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
|
2772 | 2841 | "@babel/helper-plugin-utils" "^7.8.3" |
2773 | 2842 | "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
2774 | 2843 |
|
2775 | | -"@babel/plugin-proposal-object-rest-spread@7.20.2": |
2776 | | - version "7.20.2" |
2777 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d" |
2778 | | - integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ== |
| 2844 | +"@babel/plugin-proposal-object-rest-spread@7.20.7": |
| 2845 | + version "7.20.7" |
| 2846 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" |
| 2847 | + integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== |
2779 | 2848 | dependencies: |
2780 | | - "@babel/compat-data" "^7.20.1" |
2781 | | - "@babel/helper-compilation-targets" "^7.20.0" |
| 2849 | + "@babel/compat-data" "^7.20.5" |
| 2850 | + "@babel/helper-compilation-targets" "^7.20.7" |
2782 | 2851 | "@babel/helper-plugin-utils" "^7.20.2" |
2783 | 2852 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
2784 | | - "@babel/plugin-transform-parameters" "^7.20.1" |
| 2853 | + "@babel/plugin-transform-parameters" "^7.20.7" |
2785 | 2854 |
|
2786 | 2855 | "@babel/plugin-proposal-object-rest-spread@^7.10.1": |
2787 | 2856 | version "7.10.1" |
|
2887 | 2956 | "@babel/helper-plugin-utils" "^7.8.3" |
2888 | 2957 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
2889 | 2958 |
|
2890 | | -"@babel/plugin-proposal-optional-chaining@7.18.9": |
2891 | | - version "7.18.9" |
2892 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993" |
2893 | | - integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== |
| 2959 | +"@babel/plugin-proposal-optional-chaining@7.20.7": |
| 2960 | + version "7.20.7" |
| 2961 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz#49f2b372519ab31728cc14115bb0998b15bfda55" |
| 2962 | + integrity sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ== |
2894 | 2963 | dependencies: |
2895 | | - "@babel/helper-plugin-utils" "^7.18.9" |
2896 | | - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" |
| 2964 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 2965 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" |
2897 | 2966 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
2898 | 2967 |
|
2899 | 2968 | "@babel/plugin-proposal-optional-chaining@^7.10.1": |
|
3418 | 3487 | dependencies: |
3419 | 3488 | "@babel/helper-plugin-utils" "^7.8.3" |
3420 | 3489 |
|
3421 | | -"@babel/plugin-transform-block-scoping@7.20.5", "@babel/plugin-transform-block-scoping@^7.20.2": |
3422 | | - version "7.20.5" |
3423 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237" |
3424 | | - integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA== |
| 3490 | +"@babel/plugin-transform-block-scoping@7.20.7": |
| 3491 | + version "7.20.7" |
| 3492 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.7.tgz#5cc9cc3f3976de7f632d3f20eab3abee299ed36e" |
| 3493 | + integrity sha512-C1njwSKnumUgtgc4j1LAWR48PkfwfHHRd8bWyolSCLShKnqA52VX1+B+GZhJteQlwZeSqYddCQh9Str816Jxtw== |
3425 | 3494 | dependencies: |
3426 | 3495 | "@babel/helper-plugin-utils" "^7.20.2" |
3427 | 3496 |
|
|
3454 | 3523 | dependencies: |
3455 | 3524 | "@babel/helper-plugin-utils" "^7.16.7" |
3456 | 3525 |
|
| 3526 | +"@babel/plugin-transform-block-scoping@^7.20.2": |
| 3527 | + version "7.20.5" |
| 3528 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237" |
| 3529 | + integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA== |
| 3530 | + dependencies: |
| 3531 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 3532 | + |
3457 | 3533 | "@babel/plugin-transform-block-scoping@^7.8.3": |
3458 | 3534 | version "7.8.3" |
3459 | 3535 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a" |
|
4270 | 4346 | dependencies: |
4271 | 4347 | "@babel/helper-plugin-utils" "^7.16.7" |
4272 | 4348 |
|
4273 | | -"@babel/plugin-transform-parameters@^7.20.1": |
4274 | | - version "7.20.1" |
4275 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz#9a5aa370fdcce36f110455e9369db7afca0f9eeb" |
4276 | | - integrity sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ== |
| 4349 | +"@babel/plugin-transform-parameters@^7.20.7": |
| 4350 | + version "7.20.7" |
| 4351 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz#0ee349e9d1bc96e78e3b37a7af423a4078a7083f" |
| 4352 | + integrity sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA== |
4277 | 4353 | dependencies: |
4278 | | - "@babel/helper-plugin-utils" "^7.19.0" |
| 4354 | + "@babel/helper-plugin-utils" "^7.20.2" |
4279 | 4355 |
|
4280 | 4356 | "@babel/plugin-transform-parameters@^7.8.4": |
4281 | 4357 | version "7.8.4" |
|
5524 | 5600 | "@babel/parser" "^7.18.6" |
5525 | 5601 | "@babel/types" "^7.18.6" |
5526 | 5602 |
|
| 5603 | +"@babel/template@^7.20.7": |
| 5604 | + version "7.20.7" |
| 5605 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 5606 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 5607 | + dependencies: |
| 5608 | + "@babel/code-frame" "^7.18.6" |
| 5609 | + "@babel/parser" "^7.20.7" |
| 5610 | + "@babel/types" "^7.20.7" |
| 5611 | + |
5527 | 5612 | "@babel/template@^7.8.3": |
5528 | 5613 | version "7.8.3" |
5529 | 5614 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" |
|
5833 | 5918 | debug "^4.1.0" |
5834 | 5919 | globals "^11.1.0" |
5835 | 5920 |
|
| 5921 | +"@babel/traverse@^7.20.7": |
| 5922 | + version "7.20.7" |
| 5923 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c" |
| 5924 | + integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A== |
| 5925 | + dependencies: |
| 5926 | + "@babel/code-frame" "^7.18.6" |
| 5927 | + "@babel/generator" "^7.20.7" |
| 5928 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 5929 | + "@babel/helper-function-name" "^7.19.0" |
| 5930 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 5931 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 5932 | + "@babel/parser" "^7.20.7" |
| 5933 | + "@babel/types" "^7.20.7" |
| 5934 | + debug "^4.1.0" |
| 5935 | + globals "^11.1.0" |
| 5936 | + |
5836 | 5937 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.6": |
5837 | 5938 | version "7.8.6" |
5838 | 5939 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
|
6037 | 6138 | "@babel/helper-validator-identifier" "^7.18.6" |
6038 | 6139 | to-fast-properties "^2.0.0" |
6039 | 6140 |
|
6040 | | -"@babel/types@^7.18.9": |
6041 | | - version "7.18.9" |
6042 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" |
6043 | | - integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== |
6044 | | - dependencies: |
6045 | | - "@babel/helper-validator-identifier" "^7.18.6" |
6046 | | - to-fast-properties "^2.0.0" |
6047 | | - |
6048 | 6141 | "@babel/types@^7.19.0": |
6049 | 6142 | version "7.19.0" |
6050 | 6143 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600" |
|
6072 | 6165 | "@babel/helper-validator-identifier" "^7.19.1" |
6073 | 6166 | to-fast-properties "^2.0.0" |
6074 | 6167 |
|
| 6168 | +"@babel/types@^7.20.7": |
| 6169 | + version "7.20.7" |
| 6170 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 6171 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
| 6172 | + dependencies: |
| 6173 | + "@babel/helper-string-parser" "^7.19.4" |
| 6174 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 6175 | + to-fast-properties "^2.0.0" |
| 6176 | + |
6075 | 6177 | "@babel/types@^7.4.4", "@babel/types@^7.9.0": |
6076 | 6178 | version "7.9.0" |
6077 | 6179 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
0 commit comments