|
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.9" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe" |
| 149 | + integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw== |
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.9" |
| 154 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 155 | + "@babel/helper-module-transforms" "^7.17.7" |
| 156 | + "@babel/helpers" "^7.17.9" |
| 157 | + "@babel/parser" "^7.17.9" |
158 | 158 | "@babel/template" "^7.16.7"
|
159 |
| - "@babel/traverse" "^7.17.3" |
| 159 | + "@babel/traverse" "^7.17.9" |
160 | 160 | "@babel/types" "^7.17.0"
|
161 | 161 | convert-source-map "^1.7.0"
|
162 | 162 | debug "^4.1.0"
|
163 | 163 | gensync "^1.0.0-beta.2"
|
164 |
| - json5 "^2.1.2" |
| 164 | + json5 "^2.2.1" |
165 | 165 | semver "^6.3.0"
|
166 | 166 |
|
167 | 167 | "@babel/core@^7.12.10":
|
|
233 | 233 | jsesc "^2.5.1"
|
234 | 234 | source-map "^0.5.0"
|
235 | 235 |
|
| 236 | +"@babel/generator@^7.17.9": |
| 237 | + version "7.17.9" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc" |
| 239 | + integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ== |
| 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"
|
|
411 | 420 | "@babel/template" "^7.16.7"
|
412 | 421 | "@babel/types" "^7.16.7"
|
413 | 422 |
|
| 423 | +"@babel/helper-function-name@^7.17.9": |
| 424 | + version "7.17.9" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" |
| 426 | + integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== |
| 427 | + dependencies: |
| 428 | + "@babel/template" "^7.16.7" |
| 429 | + "@babel/types" "^7.17.0" |
| 430 | + |
414 | 431 | "@babel/helper-function-name@^7.8.0":
|
415 | 432 | version "7.8.0"
|
416 | 433 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.0.tgz#dde5cf0d6b15c21817a67dd66fe7350348e023bf"
|
|
563 | 580 | "@babel/traverse" "^7.14.2"
|
564 | 581 | "@babel/types" "^7.14.2"
|
565 | 582 |
|
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== |
| 583 | +"@babel/helper-module-transforms@^7.17.7": |
| 584 | + version "7.17.7" |
| 585 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" |
| 586 | + integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== |
570 | 587 | dependencies:
|
571 | 588 | "@babel/helper-environment-visitor" "^7.16.7"
|
572 | 589 | "@babel/helper-module-imports" "^7.16.7"
|
573 |
| - "@babel/helper-simple-access" "^7.16.7" |
| 590 | + "@babel/helper-simple-access" "^7.17.7" |
574 | 591 | "@babel/helper-split-export-declaration" "^7.16.7"
|
575 | 592 | "@babel/helper-validator-identifier" "^7.16.7"
|
576 | 593 | "@babel/template" "^7.16.7"
|
|
689 | 706 | dependencies:
|
690 | 707 | "@babel/types" "^7.14.5"
|
691 | 708 |
|
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== |
| 709 | +"@babel/helper-simple-access@^7.17.7": |
| 710 | + version "7.17.7" |
| 711 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" |
| 712 | + integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== |
696 | 713 | dependencies:
|
697 |
| - "@babel/types" "^7.16.7" |
| 714 | + "@babel/types" "^7.17.0" |
698 | 715 |
|
699 | 716 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
700 | 717 | version "7.12.1"
|
|
801 | 818 | "@babel/traverse" "^7.14.0"
|
802 | 819 | "@babel/types" "^7.14.0"
|
803 | 820 |
|
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== |
| 821 | +"@babel/helpers@^7.17.9": |
| 822 | + version "7.17.9" |
| 823 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a" |
| 824 | + integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q== |
808 | 825 | dependencies:
|
809 | 826 | "@babel/template" "^7.16.7"
|
810 |
| - "@babel/traverse" "^7.17.0" |
| 827 | + "@babel/traverse" "^7.17.9" |
811 | 828 | "@babel/types" "^7.17.0"
|
812 | 829 |
|
813 | 830 | "@babel/helpers@^7.8.0":
|
|
888 | 905 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
|
889 | 906 | integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
|
890 | 907 |
|
| 908 | +"@babel/parser@^7.17.9": |
| 909 | + version "7.17.9" |
| 910 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef" |
| 911 | + integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg== |
| 912 | + |
891 | 913 | "@babel/parser@^7.7.0", "@babel/parser@^7.9.0":
|
892 | 914 | version "7.9.4"
|
893 | 915 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
|
1379 | 1401 | "@babel/helper-plugin-utils" "^7.13.0"
|
1380 | 1402 | babel-plugin-dynamic-import-node "^2.3.3"
|
1381 | 1403 |
|
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== |
| 1404 | +"@babel/plugin-transform-modules-commonjs@7.17.9": |
| 1405 | + version "7.17.9" |
| 1406 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz#274be1a2087beec0254d4abd4d86e52442e1e5b6" |
| 1407 | + integrity sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw== |
1386 | 1408 | dependencies:
|
1387 |
| - "@babel/helper-module-transforms" "^7.16.7" |
| 1409 | + "@babel/helper-module-transforms" "^7.17.7" |
1388 | 1410 | "@babel/helper-plugin-utils" "^7.16.7"
|
1389 |
| - "@babel/helper-simple-access" "^7.16.7" |
| 1411 | + "@babel/helper-simple-access" "^7.17.7" |
1390 | 1412 | babel-plugin-dynamic-import-node "^2.3.3"
|
1391 | 1413 |
|
1392 | 1414 | "@babel/plugin-transform-modules-commonjs@^7.14.0":
|
|
1844 | 1866 | "@babel/parser" "^7.8.3"
|
1845 | 1867 | "@babel/types" "^7.8.3"
|
1846 | 1868 |
|
1847 |
| -"@babel/ [email protected]. 3", "@babel/traverse@^7. 16.7", "@babel/traverse@^7.17. 0", "@babel/traverse@^7.17.3": |
1848 |
| - version "7.17.3" |
1849 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
1850 |
| - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1869 | +"@babel/ [email protected]. 9", "@babel/traverse@^7.17. 9": |
| 1870 | + version "7.17.9" |
| 1871 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d" |
| 1872 | + integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw== |
1851 | 1873 | dependencies:
|
1852 | 1874 | "@babel/code-frame" "^7.16.7"
|
1853 |
| - "@babel/generator" "^7.17.3" |
| 1875 | + "@babel/generator" "^7.17.9" |
1854 | 1876 | "@babel/helper-environment-visitor" "^7.16.7"
|
1855 |
| - "@babel/helper-function-name" "^7.16.7" |
| 1877 | + "@babel/helper-function-name" "^7.17.9" |
1856 | 1878 | "@babel/helper-hoist-variables" "^7.16.7"
|
1857 | 1879 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1858 |
| - "@babel/parser" "^7.17.3" |
| 1880 | + "@babel/parser" "^7.17.9" |
1859 | 1881 | "@babel/types" "^7.17.0"
|
1860 | 1882 | debug "^4.1.0"
|
1861 | 1883 | globals "^11.1.0"
|
|
1889 | 1911 | debug "^4.1.0"
|
1890 | 1912 | globals "^11.1.0"
|
1891 | 1913 |
|
| 1914 | +"@babel/traverse@^7.16.7", "@babel/traverse@^7.17.3": |
| 1915 | + version "7.17.3" |
| 1916 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 1917 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1918 | + dependencies: |
| 1919 | + "@babel/code-frame" "^7.16.7" |
| 1920 | + "@babel/generator" "^7.17.3" |
| 1921 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1922 | + "@babel/helper-function-name" "^7.16.7" |
| 1923 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1924 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1925 | + "@babel/parser" "^7.17.3" |
| 1926 | + "@babel/types" "^7.17.0" |
| 1927 | + debug "^4.1.0" |
| 1928 | + globals "^11.1.0" |
| 1929 | + |
1892 | 1930 | "@babel/traverse@^7.7.0":
|
1893 | 1931 | version "7.9.0"
|
1894 | 1932 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
|
@@ -4873,7 +4911,17 @@ babel-helpers@^6.24.1:
|
4873 | 4911 | babel-runtime "^6.22.0"
|
4874 | 4912 | babel-template "^6.24.1"
|
4875 | 4913 |
|
4876 |
| -[email protected], babel-loader@^8.0.0: |
| 4914 | + |
| 4915 | + version "8.2.5" |
| 4916 | + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e" |
| 4917 | + integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ== |
| 4918 | + dependencies: |
| 4919 | + find-cache-dir "^3.3.1" |
| 4920 | + loader-utils "^2.0.0" |
| 4921 | + make-dir "^3.1.0" |
| 4922 | + schema-utils "^2.6.5" |
| 4923 | + |
| 4924 | +babel-loader@^8.0.0: |
4877 | 4925 | version "8.2.3"
|
4878 | 4926 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
|
4879 | 4927 | integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
|
@@ -9628,6 +9676,11 @@ json5@^2.1.3:
|
9628 | 9676 | dependencies:
|
9629 | 9677 | minimist "^1.2.5"
|
9630 | 9678 |
|
| 9679 | +json5@^2.2.1: |
| 9680 | + version "2.2.1" |
| 9681 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
| 9682 | + integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
| 9683 | + |
9631 | 9684 | jsonfile@^2.1.0:
|
9632 | 9685 | version "2.4.0"
|
9633 | 9686 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
|
|
0 commit comments