|
52 | 52 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
53 | 53 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
54 | 54 |
|
55 |
| - |
56 |
| - version "7.14.6" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
58 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 55 | + |
| 56 | + version "7.14.8" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 58 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
59 | 59 | dependencies:
|
60 | 60 | "@babel/code-frame" "^7.14.5"
|
61 |
| - "@babel/generator" "^7.14.5" |
| 61 | + "@babel/generator" "^7.14.8" |
62 | 62 | "@babel/helper-compilation-targets" "^7.14.5"
|
63 |
| - "@babel/helper-module-transforms" "^7.14.5" |
64 |
| - "@babel/helpers" "^7.14.6" |
65 |
| - "@babel/parser" "^7.14.6" |
| 63 | + "@babel/helper-module-transforms" "^7.14.8" |
| 64 | + "@babel/helpers" "^7.14.8" |
| 65 | + "@babel/parser" "^7.14.8" |
66 | 66 | "@babel/template" "^7.14.5"
|
67 |
| - "@babel/traverse" "^7.14.5" |
68 |
| - "@babel/types" "^7.14.5" |
| 67 | + "@babel/traverse" "^7.14.8" |
| 68 | + "@babel/types" "^7.14.8" |
69 | 69 | convert-source-map "^1.7.0"
|
70 | 70 | debug "^4.1.0"
|
71 | 71 | gensync "^1.0.0-beta.2"
|
|
161 | 161 | jsesc "^2.5.1"
|
162 | 162 | source-map "^0.5.0"
|
163 | 163 |
|
| 164 | +"@babel/generator@^7.14.8": |
| 165 | + version "7.14.8" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 167 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 168 | + dependencies: |
| 169 | + "@babel/types" "^7.14.8" |
| 170 | + jsesc "^2.5.1" |
| 171 | + source-map "^0.5.0" |
| 172 | + |
164 | 173 | "@babel/helper-annotate-as-pure@^7.12.13":
|
165 | 174 | version "7.12.13"
|
166 | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
399 | 408 | "@babel/traverse" "^7.14.5"
|
400 | 409 | "@babel/types" "^7.14.5"
|
401 | 410 |
|
| 411 | +"@babel/helper-module-transforms@^7.14.8": |
| 412 | + version "7.14.8" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 414 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 415 | + dependencies: |
| 416 | + "@babel/helper-module-imports" "^7.14.5" |
| 417 | + "@babel/helper-replace-supers" "^7.14.5" |
| 418 | + "@babel/helper-simple-access" "^7.14.8" |
| 419 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 420 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 421 | + "@babel/template" "^7.14.5" |
| 422 | + "@babel/traverse" "^7.14.8" |
| 423 | + "@babel/types" "^7.14.8" |
| 424 | + |
402 | 425 | "@babel/helper-optimise-call-expression@^7.10.4":
|
403 | 426 | version "7.10.4"
|
404 | 427 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
|
|
496 | 519 | dependencies:
|
497 | 520 | "@babel/types" "^7.14.5"
|
498 | 521 |
|
| 522 | +"@babel/helper-simple-access@^7.14.8": |
| 523 | + version "7.14.8" |
| 524 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 525 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 526 | + dependencies: |
| 527 | + "@babel/types" "^7.14.8" |
| 528 | + |
499 | 529 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
500 | 530 | version "7.14.5"
|
501 | 531 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
|
544 | 574 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
545 | 575 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
546 | 576 |
|
| 577 | +"@babel/helper-validator-identifier@^7.14.8": |
| 578 | + version "7.14.8" |
| 579 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 580 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 581 | + |
547 | 582 | "@babel/helper-validator-option@^7.12.17":
|
548 | 583 | version "7.12.17"
|
549 | 584 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
582 | 617 | "@babel/traverse" "^7.14.0"
|
583 | 618 | "@babel/types" "^7.14.0"
|
584 | 619 |
|
585 |
| -"@babel/helpers@^7.14.6": |
586 |
| - version "7.14.6" |
587 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
588 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 620 | +"@babel/helpers@^7.14.8": |
| 621 | + version "7.14.8" |
| 622 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 623 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
589 | 624 | dependencies:
|
590 | 625 | "@babel/template" "^7.14.5"
|
591 |
| - "@babel/traverse" "^7.14.5" |
592 |
| - "@babel/types" "^7.14.5" |
| 626 | + "@babel/traverse" "^7.14.8" |
| 627 | + "@babel/types" "^7.14.8" |
593 | 628 |
|
594 | 629 | "@babel/highlight@^7.10.4":
|
595 | 630 | version "7.10.4"
|
|
638 | 673 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
|
639 | 674 | integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
|
640 | 675 |
|
641 |
| -"@babel/parser@^7.14.6": |
642 |
| - version "7.14.6" |
643 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" |
644 |
| - integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== |
| 676 | +"@babel/parser@^7.14.8": |
| 677 | + version "7.14.8" |
| 678 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 679 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
645 | 680 |
|
646 | 681 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
647 | 682 | version "7.14.5"
|
|
1193 | 1228 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1194 | 1229 | "@babel/helper-plugin-utils" "^7.14.5"
|
1195 | 1230 |
|
1196 |
| - |
1197 |
| - version "7.14.7" |
1198 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
1199 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 1231 | + |
| 1232 | + version "7.14.8" |
| 1233 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 1234 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
1200 | 1235 | dependencies:
|
1201 | 1236 | "@babel/compat-data" "^7.14.7"
|
1202 | 1237 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
1265 | 1300 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1266 | 1301 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
1267 | 1302 | "@babel/preset-modules" "^0.1.4"
|
1268 |
| - "@babel/types" "^7.14.5" |
| 1303 | + "@babel/types" "^7.14.8" |
1269 | 1304 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1270 | 1305 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
1271 | 1306 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1392 | 1427 | debug "^4.1.0"
|
1393 | 1428 | globals "^11.1.0"
|
1394 | 1429 |
|
| 1430 | +"@babel/traverse@^7.14.8": |
| 1431 | + version "7.14.8" |
| 1432 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 1433 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1434 | + dependencies: |
| 1435 | + "@babel/code-frame" "^7.14.5" |
| 1436 | + "@babel/generator" "^7.14.8" |
| 1437 | + "@babel/helper-function-name" "^7.14.5" |
| 1438 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1439 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1440 | + "@babel/parser" "^7.14.8" |
| 1441 | + "@babel/types" "^7.14.8" |
| 1442 | + debug "^4.1.0" |
| 1443 | + globals "^11.1.0" |
| 1444 | + |
1395 | 1445 | "@babel/[email protected]", "@babel/types@^7.12.13":
|
1396 | 1446 | version "7.12.13"
|
1397 | 1447 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
|
|
1426 | 1476 | "@babel/helper-validator-identifier" "^7.14.5"
|
1427 | 1477 | to-fast-properties "^2.0.0"
|
1428 | 1478 |
|
| 1479 | +"@babel/types@^7.14.8": |
| 1480 | + version "7.14.8" |
| 1481 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 1482 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1483 | + dependencies: |
| 1484 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1485 | + to-fast-properties "^2.0.0" |
| 1486 | + |
1429 | 1487 | "@bcoe/v8-coverage@^0.2.3":
|
1430 | 1488 | version "0.2.3"
|
1431 | 1489 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments