|
30 | 30 | dependencies:
|
31 | 31 | "@babel/highlight" "^7.12.13"
|
32 | 32 |
|
33 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0": |
| 33 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15": |
34 | 34 | version "7.14.0"
|
35 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
|
36 | 36 | integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
|
37 | 37 |
|
| 38 | +"@babel/compat-data@^7.14.4": |
| 39 | + version "7.14.4" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 41 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
| 42 | + |
38 | 43 | "@babel/[email protected]", "@babel/core@^7.7.2":
|
39 | 44 | version "7.14.3"
|
40 | 45 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
|
|
139 | 144 | browserslist "^4.14.5"
|
140 | 145 | semver "^6.3.0"
|
141 | 146 |
|
| 147 | +"@babel/helper-compilation-targets@^7.14.4": |
| 148 | + version "7.14.4" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 150 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 151 | + dependencies: |
| 152 | + "@babel/compat-data" "^7.14.4" |
| 153 | + "@babel/helper-validator-option" "^7.12.17" |
| 154 | + browserslist "^4.16.6" |
| 155 | + semver "^6.3.0" |
| 156 | + |
142 | 157 | "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3":
|
143 | 158 | version "7.14.3"
|
144 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
|
|
337 | 352 | "@babel/traverse" "^7.14.2"
|
338 | 353 | "@babel/types" "^7.14.2"
|
339 | 354 |
|
| 355 | +"@babel/helper-replace-supers@^7.14.4": |
| 356 | + version "7.14.4" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 358 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 359 | + dependencies: |
| 360 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 361 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 362 | + "@babel/traverse" "^7.14.2" |
| 363 | + "@babel/types" "^7.14.4" |
| 364 | + |
340 | 365 | "@babel/helper-simple-access@^7.10.4":
|
341 | 366 | version "7.10.4"
|
342 | 367 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
|
|
480 | 505 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
481 | 506 | "@babel/helper-plugin-utils" "^7.13.0"
|
482 | 507 |
|
483 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
| 508 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
484 | 509 | version "7.14.3"
|
485 | 510 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
|
486 | 511 | integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
|
|
537 | 562 | "@babel/helper-plugin-utils" "^7.13.0"
|
538 | 563 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
539 | 564 |
|
540 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
541 |
| - version "7.14.2" |
542 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
543 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 565 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 566 | + version "7.14.4" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 568 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
544 | 569 | dependencies:
|
545 |
| - "@babel/compat-data" "^7.14.0" |
546 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 570 | + "@babel/compat-data" "^7.14.4" |
| 571 | + "@babel/helper-compilation-targets" "^7.14.4" |
547 | 572 | "@babel/helper-plugin-utils" "^7.13.0"
|
548 | 573 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
549 | 574 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
747 | 772 | dependencies:
|
748 | 773 | "@babel/helper-plugin-utils" "^7.12.13"
|
749 | 774 |
|
750 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
751 |
| - version "7.14.2" |
752 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
753 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 775 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 776 | + version "7.14.4" |
| 777 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 778 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
754 | 779 | dependencies:
|
755 | 780 | "@babel/helper-plugin-utils" "^7.13.0"
|
756 | 781 |
|
757 |
| -"@babel/plugin-transform-classes@^7.14.2": |
758 |
| - version "7.14.2" |
759 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
760 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 782 | +"@babel/plugin-transform-classes@^7.14.4": |
| 783 | + version "7.14.4" |
| 784 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 785 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
761 | 786 | dependencies:
|
762 | 787 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
763 | 788 | "@babel/helper-function-name" "^7.14.2"
|
764 | 789 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
765 | 790 | "@babel/helper-plugin-utils" "^7.13.0"
|
766 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 791 | + "@babel/helper-replace-supers" "^7.14.4" |
767 | 792 | "@babel/helper-split-export-declaration" "^7.12.13"
|
768 | 793 | globals "^11.1.0"
|
769 | 794 |
|
|
774 | 799 | dependencies:
|
775 | 800 | "@babel/helper-plugin-utils" "^7.13.0"
|
776 | 801 |
|
777 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
778 |
| - version "7.13.17" |
779 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
780 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 802 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 803 | + version "7.14.4" |
| 804 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 805 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
781 | 806 | dependencies:
|
782 | 807 | "@babel/helper-plugin-utils" "^7.13.0"
|
783 | 808 |
|
|
981 | 1006 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
982 | 1007 | "@babel/helper-plugin-utils" "^7.12.13"
|
983 | 1008 |
|
984 |
| - |
985 |
| - version "7.14.2" |
986 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
987 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1009 | + |
| 1010 | + version "7.14.4" |
| 1011 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1012 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
988 | 1013 | dependencies:
|
989 |
| - "@babel/compat-data" "^7.14.0" |
990 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 1014 | + "@babel/compat-data" "^7.14.4" |
| 1015 | + "@babel/helper-compilation-targets" "^7.14.4" |
991 | 1016 | "@babel/helper-plugin-utils" "^7.13.0"
|
992 | 1017 | "@babel/helper-validator-option" "^7.12.17"
|
993 | 1018 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
994 | 1019 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
995 | 1020 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
996 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1021 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
997 | 1022 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
998 | 1023 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
999 | 1024 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
1000 | 1025 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
1001 | 1026 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
1002 | 1027 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
1003 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1028 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1004 | 1029 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
1005 | 1030 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
1006 | 1031 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
1023 | 1048 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
1024 | 1049 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
1025 | 1050 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
1026 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1027 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1051 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1052 | + "@babel/plugin-transform-classes" "^7.14.4" |
1028 | 1053 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
1029 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1054 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1030 | 1055 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
1031 | 1056 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
1032 | 1057 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1053 | 1078 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1054 | 1079 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1055 | 1080 | "@babel/preset-modules" "^0.1.4"
|
1056 |
| - "@babel/types" "^7.14.2" |
| 1081 | + "@babel/types" "^7.14.4" |
1057 | 1082 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1058 | 1083 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1059 | 1084 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1182 | 1207 | "@babel/helper-validator-identifier" "^7.14.0"
|
1183 | 1208 | to-fast-properties "^2.0.0"
|
1184 | 1209 |
|
| 1210 | +"@babel/types@^7.14.4": |
| 1211 | + version "7.14.4" |
| 1212 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1213 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1214 | + dependencies: |
| 1215 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1216 | + to-fast-properties "^2.0.0" |
| 1217 | + |
1185 | 1218 | "@bcoe/v8-coverage@^0.2.3":
|
1186 | 1219 | version "0.2.3"
|
1187 | 1220 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments