|
57 | 57 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
58 | 58 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
59 | 59 |
|
60 |
| -"@babel/compat-data@^7.14.0": |
61 |
| - version "7.14.0" |
62 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
63 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 60 | +"@babel/compat-data@^7.14.4": |
| 61 | + version "7.14.4" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 63 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
64 | 64 |
|
65 | 65 |
|
66 | 66 | version "7.14.3"
|
|
184 | 184 | browserslist "^4.14.5"
|
185 | 185 | semver "^6.3.0"
|
186 | 186 |
|
| 187 | +"@babel/helper-compilation-targets@^7.14.4": |
| 188 | + version "7.14.4" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 190 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 191 | + dependencies: |
| 192 | + "@babel/compat-data" "^7.14.4" |
| 193 | + "@babel/helper-validator-option" "^7.12.17" |
| 194 | + browserslist "^4.16.6" |
| 195 | + semver "^6.3.0" |
| 196 | + |
187 | 197 | "@babel/helper-create-class-features-plugin@^7.13.0":
|
188 | 198 | version "7.13.11"
|
189 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
|
|
207 | 217 | "@babel/helper-replace-supers" "^7.13.12"
|
208 | 218 | "@babel/helper-split-export-declaration" "^7.12.13"
|
209 | 219 |
|
| 220 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 221 | + version "7.14.4" |
| 222 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 223 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 224 | + dependencies: |
| 225 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 226 | + "@babel/helper-function-name" "^7.14.2" |
| 227 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 228 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 229 | + "@babel/helper-replace-supers" "^7.14.4" |
| 230 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 231 | + |
210 | 232 | "@babel/helper-create-regexp-features-plugin@^7.12.13":
|
211 | 233 | version "7.12.17"
|
212 | 234 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
|
|
356 | 378 | "@babel/traverse" "^7.13.0"
|
357 | 379 | "@babel/types" "^7.13.12"
|
358 | 380 |
|
| 381 | +"@babel/helper-replace-supers@^7.14.4": |
| 382 | + version "7.14.4" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 384 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 385 | + dependencies: |
| 386 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 387 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 388 | + "@babel/traverse" "^7.14.2" |
| 389 | + "@babel/types" "^7.14.4" |
| 390 | + |
359 | 391 | "@babel/helper-simple-access@^7.13.12":
|
360 | 392 | version "7.13.12"
|
361 | 393 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
|
475 | 507 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
476 | 508 | "@babel/helper-plugin-utils" "^7.13.0"
|
477 | 509 |
|
478 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
479 |
| - version "7.13.11" |
480 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
481 |
| - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 510 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 511 | + version "7.14.3" |
| 512 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 513 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
482 | 514 | dependencies:
|
| 515 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
483 | 516 | "@babel/helper-plugin-utils" "^7.13.0"
|
484 | 517 | "@babel/plugin-syntax-class-static-block" "^7.12.13"
|
485 | 518 |
|
|
531 | 564 | "@babel/helper-plugin-utils" "^7.13.0"
|
532 | 565 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
533 | 566 |
|
534 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
535 |
| - version "7.14.2" |
536 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
537 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 567 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 568 | + version "7.14.4" |
| 569 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 570 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
538 | 571 | dependencies:
|
539 |
| - "@babel/compat-data" "^7.14.0" |
540 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 572 | + "@babel/compat-data" "^7.14.4" |
| 573 | + "@babel/helper-compilation-targets" "^7.14.4" |
541 | 574 | "@babel/helper-plugin-utils" "^7.13.0"
|
542 | 575 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
543 | 576 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
715 | 748 | dependencies:
|
716 | 749 | "@babel/helper-plugin-utils" "^7.12.13"
|
717 | 750 |
|
718 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
719 |
| - version "7.14.2" |
720 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
721 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 751 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 752 | + version "7.14.4" |
| 753 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 754 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
722 | 755 | dependencies:
|
723 | 756 | "@babel/helper-plugin-utils" "^7.13.0"
|
724 | 757 |
|
725 |
| -"@babel/plugin-transform-classes@^7.14.2": |
726 |
| - version "7.14.2" |
727 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
728 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 758 | +"@babel/plugin-transform-classes@^7.14.4": |
| 759 | + version "7.14.4" |
| 760 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 761 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
729 | 762 | dependencies:
|
730 | 763 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
731 | 764 | "@babel/helper-function-name" "^7.14.2"
|
732 | 765 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
733 | 766 | "@babel/helper-plugin-utils" "^7.13.0"
|
734 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 767 | + "@babel/helper-replace-supers" "^7.14.4" |
735 | 768 | "@babel/helper-split-export-declaration" "^7.12.13"
|
736 | 769 | globals "^11.1.0"
|
737 | 770 |
|
|
742 | 775 | dependencies:
|
743 | 776 | "@babel/helper-plugin-utils" "^7.13.0"
|
744 | 777 |
|
745 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
746 |
| - version "7.13.17" |
747 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
748 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 778 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 779 | + version "7.14.4" |
| 780 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 781 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
749 | 782 | dependencies:
|
750 | 783 | "@babel/helper-plugin-utils" "^7.13.0"
|
751 | 784 |
|
|
940 | 973 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
941 | 974 | "@babel/helper-plugin-utils" "^7.12.13"
|
942 | 975 |
|
943 |
| - |
944 |
| - version "7.14.2" |
945 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
946 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 976 | + |
| 977 | + version "7.14.4" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 979 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
947 | 980 | dependencies:
|
948 |
| - "@babel/compat-data" "^7.14.0" |
949 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 981 | + "@babel/compat-data" "^7.14.4" |
| 982 | + "@babel/helper-compilation-targets" "^7.14.4" |
950 | 983 | "@babel/helper-plugin-utils" "^7.13.0"
|
951 | 984 | "@babel/helper-validator-option" "^7.12.17"
|
952 | 985 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
953 | 986 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
954 | 987 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
955 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 988 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
956 | 989 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
957 | 990 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
958 | 991 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
959 | 992 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
960 | 993 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
961 | 994 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
962 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 995 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
963 | 996 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
964 | 997 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
965 | 998 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
982 | 1015 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
983 | 1016 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
984 | 1017 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
985 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
986 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1018 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1019 | + "@babel/plugin-transform-classes" "^7.14.4" |
987 | 1020 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
988 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1021 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
989 | 1022 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
990 | 1023 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
991 | 1024 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1012 | 1045 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1013 | 1046 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1014 | 1047 | "@babel/preset-modules" "^0.1.4"
|
1015 |
| - "@babel/types" "^7.14.2" |
| 1048 | + "@babel/types" "^7.14.4" |
1016 | 1049 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1017 | 1050 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1018 | 1051 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1124 | 1157 | "@babel/helper-validator-identifier" "^7.14.0"
|
1125 | 1158 | to-fast-properties "^2.0.0"
|
1126 | 1159 |
|
| 1160 | +"@babel/types@^7.14.4": |
| 1161 | + version "7.14.4" |
| 1162 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1163 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1164 | + dependencies: |
| 1165 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1166 | + to-fast-properties "^2.0.0" |
| 1167 | + |
1127 | 1168 | "@bcoe/v8-coverage@^0.2.3":
|
1128 | 1169 | version "0.2.3"
|
1129 | 1170 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -2479,6 +2520,17 @@ browserslist@^4.14.5, browserslist@^4.16.3:
|
2479 | 2520 | escalade "^3.1.1"
|
2480 | 2521 | node-releases "^1.1.71"
|
2481 | 2522 |
|
| 2523 | +browserslist@^4.16.6: |
| 2524 | + version "4.16.6" |
| 2525 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
| 2526 | + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 2527 | + dependencies: |
| 2528 | + caniuse-lite "^1.0.30001219" |
| 2529 | + colorette "^1.2.2" |
| 2530 | + electron-to-chromium "^1.3.723" |
| 2531 | + escalade "^3.1.1" |
| 2532 | + node-releases "^1.1.71" |
| 2533 | + |
2482 | 2534 | buf-compare@^1.0.0:
|
2483 | 2535 | version "1.0.1"
|
2484 | 2536 | resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
|
@@ -2645,6 +2697,11 @@ caniuse-lite@^1.0.30001208:
|
2645 | 2697 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9"
|
2646 | 2698 | integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==
|
2647 | 2699 |
|
| 2700 | +caniuse-lite@^1.0.30001219: |
| 2701 | + version "1.0.30001230" |
| 2702 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71" |
| 2703 | + integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== |
| 2704 | + |
2648 | 2705 | caseless@~0.12.0:
|
2649 | 2706 | version "0.12.0"
|
2650 | 2707 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -3578,6 +3635,11 @@ electron-to-chromium@^1.3.712:
|
3578 | 3635 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz#78d4c857070755fb58ab64bcc173db1d51cbc25f"
|
3579 | 3636 | integrity sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==
|
3580 | 3637 |
|
| 3638 | +electron-to-chromium@^1.3.723: |
| 3639 | + version "1.3.742" |
| 3640 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200" |
| 3641 | + integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q== |
| 3642 | + |
3581 | 3643 | elegant-spinner@^1.0.1:
|
3582 | 3644 | version "1.0.1"
|
3583 | 3645 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
|
|
0 commit comments