|
116 | 116 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
|
117 | 117 | integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
|
118 | 118 |
|
119 |
| -"@babel/compat-data@^7.16.4": |
120 |
| - version "7.17.0" |
121 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" |
122 |
| - integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng== |
| 119 | +"@babel/compat-data@^7.17.7": |
| 120 | + version "7.17.7" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" |
| 122 | + integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== |
123 | 123 |
|
124 | 124 |
|
125 | 125 | version "7.12.9"
|
|
143 | 143 | semver "^5.4.1"
|
144 | 144 | source-map "^0.5.0"
|
145 | 145 |
|
146 |
| - |
147 |
| - version "7.17.5" |
148 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
149 |
| - integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
| 146 | + |
| 147 | + version "7.17.8" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a" |
| 149 | + integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ== |
150 | 150 | dependencies:
|
151 | 151 | "@ampproject/remapping" "^2.1.0"
|
152 | 152 | "@babel/code-frame" "^7.16.7"
|
153 |
| - "@babel/generator" "^7.17.3" |
154 |
| - "@babel/helper-compilation-targets" "^7.16.7" |
155 |
| - "@babel/helper-module-transforms" "^7.16.7" |
156 |
| - "@babel/helpers" "^7.17.2" |
157 |
| - "@babel/parser" "^7.17.3" |
| 153 | + "@babel/generator" "^7.17.7" |
| 154 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 155 | + "@babel/helper-module-transforms" "^7.17.7" |
| 156 | + "@babel/helpers" "^7.17.8" |
| 157 | + "@babel/parser" "^7.17.8" |
158 | 158 | "@babel/template" "^7.16.7"
|
159 | 159 | "@babel/traverse" "^7.17.3"
|
160 | 160 | "@babel/types" "^7.17.0"
|
|
233 | 233 | jsesc "^2.5.1"
|
234 | 234 | source-map "^0.5.0"
|
235 | 235 |
|
| 236 | +"@babel/generator@^7.17.7": |
| 237 | + version "7.17.7" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" |
| 239 | + integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== |
| 240 | + dependencies: |
| 241 | + "@babel/types" "^7.17.0" |
| 242 | + jsesc "^2.5.1" |
| 243 | + source-map "^0.5.0" |
| 244 | + |
236 | 245 | "@babel/generator@^7.8.0":
|
237 | 246 | version "7.8.0"
|
238 | 247 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.0.tgz#40a1244677be58ffdc5cd01e22634cd1d5b29edf"
|
|
299 | 308 | browserslist "^4.14.5"
|
300 | 309 | semver "^6.3.0"
|
301 | 310 |
|
302 |
| -"@babel/helper-compilation-targets@^7.16.7": |
303 |
| - version "7.16.7" |
304 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" |
305 |
| - integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== |
| 311 | +"@babel/helper-compilation-targets@^7.17.7": |
| 312 | + version "7.17.7" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" |
| 314 | + integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== |
306 | 315 | dependencies:
|
307 |
| - "@babel/compat-data" "^7.16.4" |
| 316 | + "@babel/compat-data" "^7.17.7" |
308 | 317 | "@babel/helper-validator-option" "^7.16.7"
|
309 | 318 | browserslist "^4.17.5"
|
310 | 319 | semver "^6.3.0"
|
|
563 | 572 | "@babel/traverse" "^7.14.2"
|
564 | 573 | "@babel/types" "^7.14.2"
|
565 | 574 |
|
566 |
| -"@babel/helper-module-transforms@^7.16.7": |
567 |
| - version "7.17.6" |
568 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz#3c3b03cc6617e33d68ef5a27a67419ac5199ccd0" |
569 |
| - integrity sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA== |
| 575 | +"@babel/helper-module-transforms@^7.17.7": |
| 576 | + version "7.17.7" |
| 577 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" |
| 578 | + integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== |
570 | 579 | dependencies:
|
571 | 580 | "@babel/helper-environment-visitor" "^7.16.7"
|
572 | 581 | "@babel/helper-module-imports" "^7.16.7"
|
573 |
| - "@babel/helper-simple-access" "^7.16.7" |
| 582 | + "@babel/helper-simple-access" "^7.17.7" |
574 | 583 | "@babel/helper-split-export-declaration" "^7.16.7"
|
575 | 584 | "@babel/helper-validator-identifier" "^7.16.7"
|
576 | 585 | "@babel/template" "^7.16.7"
|
|
689 | 698 | dependencies:
|
690 | 699 | "@babel/types" "^7.14.5"
|
691 | 700 |
|
692 |
| -"@babel/helper-simple-access@^7.16.7": |
693 |
| - version "7.16.7" |
694 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" |
695 |
| - integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== |
| 701 | +"@babel/helper-simple-access@^7.17.7": |
| 702 | + version "7.17.7" |
| 703 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" |
| 704 | + integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== |
696 | 705 | dependencies:
|
697 |
| - "@babel/types" "^7.16.7" |
| 706 | + "@babel/types" "^7.17.0" |
698 | 707 |
|
699 | 708 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
700 | 709 | version "7.12.1"
|
|
801 | 810 | "@babel/traverse" "^7.14.0"
|
802 | 811 | "@babel/types" "^7.14.0"
|
803 | 812 |
|
804 |
| -"@babel/helpers@^7.17.2": |
805 |
| - version "7.17.2" |
806 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" |
807 |
| - integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== |
| 813 | +"@babel/helpers@^7.17.8": |
| 814 | + version "7.17.8" |
| 815 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" |
| 816 | + integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== |
808 | 817 | dependencies:
|
809 | 818 | "@babel/template" "^7.16.7"
|
810 |
| - "@babel/traverse" "^7.17.0" |
| 819 | + "@babel/traverse" "^7.17.3" |
811 | 820 | "@babel/types" "^7.17.0"
|
812 | 821 |
|
813 | 822 | "@babel/helpers@^7.8.0":
|
|
888 | 897 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
|
889 | 898 | integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
|
890 | 899 |
|
| 900 | +"@babel/parser@^7.17.8": |
| 901 | + version "7.17.8" |
| 902 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240" |
| 903 | + integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ== |
| 904 | + |
891 | 905 | "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
|
892 | 906 | version "7.9.4"
|
893 | 907 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
|
1379 | 1393 | "@babel/helper-plugin-utils" "^7.13.0"
|
1380 | 1394 | babel-plugin-dynamic-import-node "^2.3.3"
|
1381 | 1395 |
|
1382 |
| -"@babel/plugin-transform-modules-commonjs@7.16.8": |
1383 |
| - version "7.16.8" |
1384 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" |
1385 |
| - integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== |
| 1396 | +"@babel/plugin-transform-modules-commonjs@7.17.7": |
| 1397 | + version "7.17.7" |
| 1398 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz#d86b217c8e45bb5f2dbc11eefc8eab62cf980d19" |
| 1399 | + integrity sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA== |
1386 | 1400 | dependencies:
|
1387 |
| - "@babel/helper-module-transforms" "^7.16.7" |
| 1401 | + "@babel/helper-module-transforms" "^7.17.7" |
1388 | 1402 | "@babel/helper-plugin-utils" "^7.16.7"
|
1389 |
| - "@babel/helper-simple-access" "^7.16.7" |
| 1403 | + "@babel/helper-simple-access" "^7.17.7" |
1390 | 1404 | babel-plugin-dynamic-import-node "^2.3.3"
|
1391 | 1405 |
|
1392 | 1406 | "@babel/plugin-transform-modules-commonjs@^7.14.0":
|
|
1844 | 1858 | "@babel/parser" "^7.8.3"
|
1845 | 1859 | "@babel/types" "^7.8.3"
|
1846 | 1860 |
|
1847 |
| -"@babel/ [email protected]", "@babel/traverse@^7.16.7", "@babel/traverse@^7.17. 0", "@babel/traverse@^7.17.3": |
| 1861 | +"@babel/ [email protected]", "@babel/traverse@^7.16.7", "@babel/traverse@^7.17.3": |
1848 | 1862 | version "7.17.3"
|
1849 | 1863 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
1850 | 1864 | integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
|
@@ -4871,7 +4885,17 @@ babel-helpers@^6.24.1:
|
4871 | 4885 | babel-runtime "^6.22.0"
|
4872 | 4886 | babel-template "^6.24.1"
|
4873 | 4887 |
|
4874 |
| -[email protected], babel-loader@^8.0.0: |
| 4888 | + |
| 4889 | + version "8.2.4" |
| 4890 | + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.4.tgz#95f5023c791b2e9e2ca6f67b0984f39c82ff384b" |
| 4891 | + integrity sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A== |
| 4892 | + dependencies: |
| 4893 | + find-cache-dir "^3.3.1" |
| 4894 | + loader-utils "^2.0.0" |
| 4895 | + make-dir "^3.1.0" |
| 4896 | + schema-utils "^2.6.5" |
| 4897 | + |
| 4898 | +babel-loader@^8.0.0: |
4875 | 4899 | version "8.2.3"
|
4876 | 4900 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
|
4877 | 4901 | integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
|
|
0 commit comments