|
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
22 | 22 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
23 | 23 |
|
24 |
| -"@babel/compat-data@^7.14.9": |
25 |
| - version "7.14.9" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" |
27 |
| - integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== |
| 24 | +"@babel/compat-data@^7.15.0": |
| 25 | + version "7.15.0" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 27 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
28 | 28 |
|
29 |
| -"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16": |
| 29 | + |
| 30 | + version "7.15.0" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 32 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
| 33 | + dependencies: |
| 34 | + "@babel/code-frame" "^7.14.5" |
| 35 | + "@babel/generator" "^7.15.0" |
| 36 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 37 | + "@babel/helper-module-transforms" "^7.15.0" |
| 38 | + "@babel/helpers" "^7.14.8" |
| 39 | + "@babel/parser" "^7.15.0" |
| 40 | + "@babel/template" "^7.14.5" |
| 41 | + "@babel/traverse" "^7.15.0" |
| 42 | + "@babel/types" "^7.15.0" |
| 43 | + convert-source-map "^1.7.0" |
| 44 | + debug "^4.1.0" |
| 45 | + gensync "^1.0.0-beta.2" |
| 46 | + json5 "^2.1.2" |
| 47 | + semver "^6.3.0" |
| 48 | + source-map "^0.5.0" |
| 49 | + |
| 50 | +"@babel/core@^7.12.10", "@babel/core@^7.12.16": |
30 | 51 | version "7.14.8"
|
31 | 52 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
|
32 | 53 | integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
|
|
65 | 86 | jsesc "^2.5.1"
|
66 | 87 | source-map "^0.5.0"
|
67 | 88 |
|
| 89 | +"@babel/generator@^7.15.0": |
| 90 | + version "7.15.0" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 92 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 93 | + dependencies: |
| 94 | + "@babel/types" "^7.15.0" |
| 95 | + jsesc "^2.5.1" |
| 96 | + source-map "^0.5.0" |
| 97 | + |
68 | 98 | "@babel/helper-annotate-as-pure@^7.14.5":
|
69 | 99 | version "7.14.5"
|
70 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
90 | 120 | browserslist "^4.16.6"
|
91 | 121 | semver "^6.3.0"
|
92 | 122 |
|
| 123 | +"@babel/helper-compilation-targets@^7.15.0": |
| 124 | + version "7.15.0" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 126 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
| 127 | + dependencies: |
| 128 | + "@babel/compat-data" "^7.15.0" |
| 129 | + "@babel/helper-validator-option" "^7.14.5" |
| 130 | + browserslist "^4.16.6" |
| 131 | + semver "^6.3.0" |
| 132 | + |
93 | 133 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
|
94 | 134 | version "7.14.8"
|
95 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
|
|
161 | 201 | dependencies:
|
162 | 202 | "@babel/types" "^7.14.5"
|
163 | 203 |
|
| 204 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 205 | + version "7.15.0" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 207 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 208 | + dependencies: |
| 209 | + "@babel/types" "^7.15.0" |
| 210 | + |
164 | 211 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
165 | 212 | version "7.14.5"
|
166 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
|
182 | 229 | "@babel/traverse" "^7.14.8"
|
183 | 230 | "@babel/types" "^7.14.8"
|
184 | 231 |
|
| 232 | +"@babel/helper-module-transforms@^7.15.0": |
| 233 | + version "7.15.0" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 235 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
| 236 | + dependencies: |
| 237 | + "@babel/helper-module-imports" "^7.14.5" |
| 238 | + "@babel/helper-replace-supers" "^7.15.0" |
| 239 | + "@babel/helper-simple-access" "^7.14.8" |
| 240 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 241 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 242 | + "@babel/template" "^7.14.5" |
| 243 | + "@babel/traverse" "^7.15.0" |
| 244 | + "@babel/types" "^7.15.0" |
| 245 | + |
185 | 246 | "@babel/helper-optimise-call-expression@^7.14.5":
|
186 | 247 | version "7.14.5"
|
187 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
213 | 274 | "@babel/traverse" "^7.14.5"
|
214 | 275 | "@babel/types" "^7.14.5"
|
215 | 276 |
|
| 277 | +"@babel/helper-replace-supers@^7.15.0": |
| 278 | + version "7.15.0" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 280 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 281 | + dependencies: |
| 282 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 283 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 284 | + "@babel/traverse" "^7.15.0" |
| 285 | + "@babel/types" "^7.15.0" |
| 286 | + |
216 | 287 | "@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
|
217 | 288 | version "7.14.8"
|
218 | 289 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
|
282 | 353 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
283 | 354 | integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
284 | 355 |
|
| 356 | +"@babel/parser@^7.15.0": |
| 357 | + version "7.15.0" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 359 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
| 360 | + |
285 | 361 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
286 | 362 | version "7.14.5"
|
287 | 363 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
704 | 780 | "@babel/helper-simple-access" "^7.14.5"
|
705 | 781 | babel-plugin-dynamic-import-node "^2.3.3"
|
706 | 782 |
|
| 783 | +"@babel/plugin-transform-modules-commonjs@^7.15.0": |
| 784 | + version "7.15.0" |
| 785 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281" |
| 786 | + integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig== |
| 787 | + dependencies: |
| 788 | + "@babel/helper-module-transforms" "^7.15.0" |
| 789 | + "@babel/helper-plugin-utils" "^7.14.5" |
| 790 | + "@babel/helper-simple-access" "^7.14.8" |
| 791 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 792 | + |
707 | 793 | "@babel/plugin-transform-modules-systemjs@^7.14.5":
|
708 | 794 | version "7.14.5"
|
709 | 795 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
|
|
864 | 950 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
865 | 951 | "@babel/helper-plugin-utils" "^7.14.5"
|
866 | 952 |
|
867 |
| -"@babel/preset-env@7.14.9": |
868 |
| - version "7.14.9" |
869 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819" |
870 |
| - integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ== |
| 953 | +"@babel/preset-env@7.15.0": |
| 954 | + version "7.15.0" |
| 955 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464" |
| 956 | + integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q== |
871 | 957 | dependencies:
|
872 |
| - "@babel/compat-data" "^7.14.9" |
873 |
| - "@babel/helper-compilation-targets" "^7.14.5" |
| 958 | + "@babel/compat-data" "^7.15.0" |
| 959 | + "@babel/helper-compilation-targets" "^7.15.0" |
874 | 960 | "@babel/helper-plugin-utils" "^7.14.5"
|
875 | 961 | "@babel/helper-validator-option" "^7.14.5"
|
876 | 962 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
|
918 | 1004 | "@babel/plugin-transform-literals" "^7.14.5"
|
919 | 1005 | "@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
920 | 1006 | "@babel/plugin-transform-modules-amd" "^7.14.5"
|
921 |
| - "@babel/plugin-transform-modules-commonjs" "^7.14.5" |
| 1007 | + "@babel/plugin-transform-modules-commonjs" "^7.15.0" |
922 | 1008 | "@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
923 | 1009 | "@babel/plugin-transform-modules-umd" "^7.14.5"
|
924 | 1010 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
|
936 | 1022 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
937 | 1023 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
938 | 1024 | "@babel/preset-modules" "^0.1.4"
|
939 |
| - "@babel/types" "^7.14.9" |
| 1025 | + "@babel/types" "^7.15.0" |
940 | 1026 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
941 | 1027 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
942 | 1028 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1096 | 1182 | debug "^4.1.0"
|
1097 | 1183 | globals "^11.1.0"
|
1098 | 1184 |
|
| 1185 | +"@babel/traverse@^7.15.0": |
| 1186 | + version "7.15.0" |
| 1187 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 1188 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 1189 | + dependencies: |
| 1190 | + "@babel/code-frame" "^7.14.5" |
| 1191 | + "@babel/generator" "^7.15.0" |
| 1192 | + "@babel/helper-function-name" "^7.14.5" |
| 1193 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1194 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1195 | + "@babel/parser" "^7.15.0" |
| 1196 | + "@babel/types" "^7.15.0" |
| 1197 | + debug "^4.1.0" |
| 1198 | + globals "^11.1.0" |
| 1199 | + |
1099 | 1200 | "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
|
1100 | 1201 | version "7.14.8"
|
1101 | 1202 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
|
1104 | 1205 | "@babel/helper-validator-identifier" "^7.14.8"
|
1105 | 1206 | to-fast-properties "^2.0.0"
|
1106 | 1207 |
|
1107 |
| -"@babel/types@^7.14.9": |
1108 |
| - version "7.14.9" |
1109 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d" |
1110 |
| - integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow== |
| 1208 | +"@babel/types@^7.15.0": |
| 1209 | + version "7.15.0" |
| 1210 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 1211 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
1111 | 1212 | dependencies:
|
1112 | 1213 | "@babel/helper-validator-identifier" "^7.14.9"
|
1113 | 1214 | to-fast-properties "^2.0.0"
|
|
0 commit comments