|
1315 | 1315 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
1316 | 1316 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
1317 | 1317 |
|
1318 |
| -"@babel/ [email protected]", "@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
| 1318 | +"@babel/compat-data@^7.15.0": |
| 1319 | + version "7.15.0" |
| 1320 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 1321 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
| 1322 | + |
| 1323 | + |
| 1324 | + version "7.15.0" |
| 1325 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 1326 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
| 1327 | + dependencies: |
| 1328 | + "@babel/code-frame" "^7.14.5" |
| 1329 | + "@babel/generator" "^7.15.0" |
| 1330 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 1331 | + "@babel/helper-module-transforms" "^7.15.0" |
| 1332 | + "@babel/helpers" "^7.14.8" |
| 1333 | + "@babel/parser" "^7.15.0" |
| 1334 | + "@babel/template" "^7.14.5" |
| 1335 | + "@babel/traverse" "^7.15.0" |
| 1336 | + "@babel/types" "^7.15.0" |
| 1337 | + convert-source-map "^1.7.0" |
| 1338 | + debug "^4.1.0" |
| 1339 | + gensync "^1.0.0-beta.2" |
| 1340 | + json5 "^2.1.2" |
| 1341 | + semver "^6.3.0" |
| 1342 | + source-map "^0.5.0" |
| 1343 | + |
| 1344 | +"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
1319 | 1345 | version "7.14.8"
|
1320 | 1346 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
|
1321 | 1347 | integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
|
|
1354 | 1380 | jsesc "^2.5.1"
|
1355 | 1381 | source-map "^0.5.0"
|
1356 | 1382 |
|
| 1383 | +"@babel/generator@^7.15.0": |
| 1384 | + version "7.15.0" |
| 1385 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 1386 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 1387 | + dependencies: |
| 1388 | + "@babel/types" "^7.15.0" |
| 1389 | + jsesc "^2.5.1" |
| 1390 | + source-map "^0.5.0" |
| 1391 | + |
1357 | 1392 | "@babel/helper-annotate-as-pure@^7.14.5":
|
1358 | 1393 | version "7.14.5"
|
1359 | 1394 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
1379 | 1414 | browserslist "^4.16.6"
|
1380 | 1415 | semver "^6.3.0"
|
1381 | 1416 |
|
| 1417 | +"@babel/helper-compilation-targets@^7.15.0": |
| 1418 | + version "7.15.0" |
| 1419 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 1420 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
| 1421 | + dependencies: |
| 1422 | + "@babel/compat-data" "^7.15.0" |
| 1423 | + "@babel/helper-validator-option" "^7.14.5" |
| 1424 | + browserslist "^4.16.6" |
| 1425 | + semver "^6.3.0" |
| 1426 | + |
1382 | 1427 | "@babel/helper-create-class-features-plugin@^7.14.5":
|
1383 | 1428 | version "7.14.8"
|
1384 | 1429 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
|
|
1450 | 1495 | dependencies:
|
1451 | 1496 | "@babel/types" "^7.14.5"
|
1452 | 1497 |
|
| 1498 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 1499 | + version "7.15.0" |
| 1500 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 1501 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 1502 | + dependencies: |
| 1503 | + "@babel/types" "^7.15.0" |
| 1504 | + |
1453 | 1505 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.14.5":
|
1454 | 1506 | version "7.14.5"
|
1455 | 1507 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
|
1471 | 1523 | "@babel/traverse" "^7.14.8"
|
1472 | 1524 | "@babel/types" "^7.14.8"
|
1473 | 1525 |
|
| 1526 | +"@babel/helper-module-transforms@^7.15.0": |
| 1527 | + version "7.15.0" |
| 1528 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 1529 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
| 1530 | + dependencies: |
| 1531 | + "@babel/helper-module-imports" "^7.14.5" |
| 1532 | + "@babel/helper-replace-supers" "^7.15.0" |
| 1533 | + "@babel/helper-simple-access" "^7.14.8" |
| 1534 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1535 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 1536 | + "@babel/template" "^7.14.5" |
| 1537 | + "@babel/traverse" "^7.15.0" |
| 1538 | + "@babel/types" "^7.15.0" |
| 1539 | + |
1474 | 1540 | "@babel/helper-optimise-call-expression@^7.14.5":
|
1475 | 1541 | version "7.14.5"
|
1476 | 1542 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
1502 | 1568 | "@babel/traverse" "^7.14.5"
|
1503 | 1569 | "@babel/types" "^7.14.5"
|
1504 | 1570 |
|
| 1571 | +"@babel/helper-replace-supers@^7.15.0": |
| 1572 | + version "7.15.0" |
| 1573 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 1574 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 1575 | + dependencies: |
| 1576 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 1577 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 1578 | + "@babel/traverse" "^7.15.0" |
| 1579 | + "@babel/types" "^7.15.0" |
| 1580 | + |
1505 | 1581 | "@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
|
1506 | 1582 | version "7.14.8"
|
1507 | 1583 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
|
1528 | 1604 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
|
1529 | 1605 | integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
|
1530 | 1606 |
|
| 1607 | +"@babel/helper-validator-identifier@^7.14.9": |
| 1608 | + version "7.14.9" |
| 1609 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 1610 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 1611 | + |
1531 | 1612 | "@babel/helper-validator-option@^7.14.5":
|
1532 | 1613 | version "7.14.5"
|
1533 | 1614 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
1566 | 1647 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
1567 | 1648 | integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
1568 | 1649 |
|
| 1650 | +"@babel/parser@^7.15.0": |
| 1651 | + version "7.15.3" |
| 1652 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862" |
| 1653 | + integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA== |
| 1654 | + |
1569 | 1655 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
1570 | 1656 | version "7.14.5"
|
1571 | 1657 | 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"
|
|
2195 | 2281 | "@babel/types" "^7.4.4"
|
2196 | 2282 | esutils "^2.0.2"
|
2197 | 2283 |
|
2198 |
| -"@babel/runtime-corejs3@7.14.9": |
2199 |
| - version "7.14.9" |
2200 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.9.tgz#fb21b1cf11650dcb8fcf4de2e6b3b8cf411da3f3" |
2201 |
| - integrity sha512-64RiH2ON4/y8qYtoa8rUiyam/tUVyGqRyNYhe+vCRGmjnV4bUlZvY+mwd0RrmLoCpJpdq3RsrNqKb7SJdw/4kw== |
| 2284 | +"@babel/runtime-corejs3@7.15.3": |
| 2285 | + version "7.15.3" |
| 2286 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.15.3.tgz#28754263988198f2a928c09733ade2fb4d28089d" |
| 2287 | + integrity sha512-30A3lP+sRL6ml8uhoJSs+8jwpKzbw8CqBvDc1laeptxPm5FahumJxirigcbD2qTs71Sonvj1cyZB0OKGAmxQ+A== |
2202 | 2288 | dependencies:
|
2203 | 2289 | core-js-pure "^3.16.0"
|
2204 | 2290 | regenerator-runtime "^0.13.4"
|
|
2234 | 2320 | debug "^4.1.0"
|
2235 | 2321 | globals "^11.1.0"
|
2236 | 2322 |
|
| 2323 | +"@babel/traverse@^7.15.0": |
| 2324 | + version "7.15.0" |
| 2325 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 2326 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 2327 | + dependencies: |
| 2328 | + "@babel/code-frame" "^7.14.5" |
| 2329 | + "@babel/generator" "^7.15.0" |
| 2330 | + "@babel/helper-function-name" "^7.14.5" |
| 2331 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 2332 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 2333 | + "@babel/parser" "^7.15.0" |
| 2334 | + "@babel/types" "^7.15.0" |
| 2335 | + debug "^4.1.0" |
| 2336 | + globals "^11.1.0" |
| 2337 | + |
2237 | 2338 | "@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
2238 | 2339 | version "7.14.8"
|
2239 | 2340 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
|
2242 | 2343 | "@babel/helper-validator-identifier" "^7.14.8"
|
2243 | 2344 | to-fast-properties "^2.0.0"
|
2244 | 2345 |
|
| 2346 | +"@babel/types@^7.15.0": |
| 2347 | + version "7.15.0" |
| 2348 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 2349 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
| 2350 | + dependencies: |
| 2351 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 2352 | + to-fast-properties "^2.0.0" |
| 2353 | + |
2245 | 2354 | "@bcoe/v8-coverage@^0.2.3":
|
2246 | 2355 | version "0.2.3"
|
2247 | 2356 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments