|
70 | 70 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
71 | 71 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
72 | 72 |
|
73 |
| -"@babel/compat-data@^7.14.0": |
74 |
| - version "7.14.0" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
76 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 73 | +"@babel/compat-data@^7.14.4": |
| 74 | + version "7.14.4" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 76 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
77 | 77 |
|
78 | 78 |
|
79 | 79 | version "7.14.3"
|
|
197 | 197 | browserslist "^4.14.5"
|
198 | 198 | semver "^6.3.0"
|
199 | 199 |
|
| 200 | +"@babel/helper-compilation-targets@^7.14.4": |
| 201 | + version "7.14.4" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 203 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 204 | + dependencies: |
| 205 | + "@babel/compat-data" "^7.14.4" |
| 206 | + "@babel/helper-validator-option" "^7.12.17" |
| 207 | + browserslist "^4.16.6" |
| 208 | + semver "^6.3.0" |
| 209 | + |
200 | 210 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
|
201 | 211 | version "7.13.11"
|
202 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
|
|
220 | 230 | "@babel/helper-replace-supers" "^7.13.12"
|
221 | 231 | "@babel/helper-split-export-declaration" "^7.12.13"
|
222 | 232 |
|
| 233 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 234 | + version "7.14.4" |
| 235 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 236 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 237 | + dependencies: |
| 238 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 239 | + "@babel/helper-function-name" "^7.14.2" |
| 240 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 241 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 242 | + "@babel/helper-replace-supers" "^7.14.4" |
| 243 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 244 | + |
223 | 245 | "@babel/helper-create-regexp-features-plugin@^7.12.13":
|
224 | 246 | version "7.12.17"
|
225 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
|
|
369 | 391 | "@babel/traverse" "^7.13.0"
|
370 | 392 | "@babel/types" "^7.13.12"
|
371 | 393 |
|
| 394 | +"@babel/helper-replace-supers@^7.14.4": |
| 395 | + version "7.14.4" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 397 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 398 | + dependencies: |
| 399 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 400 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 401 | + "@babel/traverse" "^7.14.2" |
| 402 | + "@babel/types" "^7.14.4" |
| 403 | + |
372 | 404 | "@babel/helper-simple-access@^7.12.13", "@babel/helper-simple-access@^7.13.12":
|
373 | 405 | version "7.13.12"
|
374 | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
|
505 | 537 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
506 | 538 | "@babel/helper-plugin-utils" "^7.13.0"
|
507 | 539 |
|
508 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
509 |
| - version "7.13.11" |
510 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
511 |
| - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 540 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 541 | + version "7.14.3" |
| 542 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 543 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
512 | 544 | dependencies:
|
| 545 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
513 | 546 | "@babel/helper-plugin-utils" "^7.13.0"
|
514 | 547 | "@babel/plugin-syntax-class-static-block" "^7.12.13"
|
515 | 548 |
|
|
620 | 653 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
621 | 654 | "@babel/plugin-transform-parameters" "^7.13.0"
|
622 | 655 |
|
623 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
624 |
| - version "7.14.2" |
625 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
626 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 656 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 657 | + version "7.14.4" |
| 658 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 659 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
627 | 660 | dependencies:
|
628 |
| - "@babel/compat-data" "^7.14.0" |
629 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 661 | + "@babel/compat-data" "^7.14.4" |
| 662 | + "@babel/helper-compilation-targets" "^7.14.4" |
630 | 663 | "@babel/helper-plugin-utils" "^7.13.0"
|
631 | 664 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
632 | 665 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
840 | 873 | dependencies:
|
841 | 874 | "@babel/helper-plugin-utils" "^7.12.13"
|
842 | 875 |
|
843 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
844 |
| - version "7.14.2" |
845 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
846 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 876 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 877 | + version "7.14.4" |
| 878 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 879 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
847 | 880 | dependencies:
|
848 | 881 | "@babel/helper-plugin-utils" "^7.13.0"
|
849 | 882 |
|
|
860 | 893 | "@babel/helper-split-export-declaration" "^7.12.13"
|
861 | 894 | globals "^11.1.0"
|
862 | 895 |
|
863 |
| -"@babel/plugin-transform-classes@^7.14.2": |
864 |
| - version "7.14.2" |
865 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
866 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 896 | +"@babel/plugin-transform-classes@^7.14.4": |
| 897 | + version "7.14.4" |
| 898 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 899 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
867 | 900 | dependencies:
|
868 | 901 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
869 | 902 | "@babel/helper-function-name" "^7.14.2"
|
870 | 903 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
871 | 904 | "@babel/helper-plugin-utils" "^7.13.0"
|
872 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 905 | + "@babel/helper-replace-supers" "^7.14.4" |
873 | 906 | "@babel/helper-split-export-declaration" "^7.12.13"
|
874 | 907 | globals "^11.1.0"
|
875 | 908 |
|
|
887 | 920 | dependencies:
|
888 | 921 | "@babel/helper-plugin-utils" "^7.13.0"
|
889 | 922 |
|
890 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
891 |
| - version "7.13.17" |
892 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
893 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 923 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 924 | + version "7.14.4" |
| 925 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 926 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
894 | 927 | dependencies:
|
895 | 928 | "@babel/helper-plugin-utils" "^7.13.0"
|
896 | 929 |
|
|
1160 | 1193 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
1161 | 1194 | "@babel/helper-plugin-utils" "^7.12.13"
|
1162 | 1195 |
|
1163 |
| - |
1164 |
| - version "7.14.2" |
1165 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
1166 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1196 | + |
| 1197 | + version "7.14.4" |
| 1198 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1199 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
1167 | 1200 | dependencies:
|
1168 |
| - "@babel/compat-data" "^7.14.0" |
1169 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 1201 | + "@babel/compat-data" "^7.14.4" |
| 1202 | + "@babel/helper-compilation-targets" "^7.14.4" |
1170 | 1203 | "@babel/helper-plugin-utils" "^7.13.0"
|
1171 | 1204 | "@babel/helper-validator-option" "^7.12.17"
|
1172 | 1205 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
1173 | 1206 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
1174 | 1207 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
1175 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1208 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
1176 | 1209 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
1177 | 1210 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
1178 | 1211 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
1179 | 1212 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
1180 | 1213 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
1181 | 1214 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
1182 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1215 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1183 | 1216 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
1184 | 1217 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
1185 | 1218 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
1202 | 1235 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
1203 | 1236 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
1204 | 1237 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
1205 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1206 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1238 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1239 | + "@babel/plugin-transform-classes" "^7.14.4" |
1207 | 1240 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
1208 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1241 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1209 | 1242 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
1210 | 1243 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
1211 | 1244 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1232 | 1265 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1233 | 1266 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1234 | 1267 | "@babel/preset-modules" "^0.1.4"
|
1235 |
| - "@babel/types" "^7.14.2" |
| 1268 | + "@babel/types" "^7.14.4" |
1236 | 1269 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1237 | 1270 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1238 | 1271 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1440 | 1473 | "@babel/helper-validator-identifier" "^7.14.0"
|
1441 | 1474 | to-fast-properties "^2.0.0"
|
1442 | 1475 |
|
| 1476 | +"@babel/types@^7.14.4": |
| 1477 | + version "7.14.4" |
| 1478 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1479 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1480 | + dependencies: |
| 1481 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1482 | + to-fast-properties "^2.0.0" |
| 1483 | + |
1443 | 1484 | "@bcoe/v8-coverage@^0.2.3":
|
1444 | 1485 | version "0.2.3"
|
1445 | 1486 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -2699,6 +2740,17 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3:
|
2699 | 2740 | escalade "^3.1.1"
|
2700 | 2741 | node-releases "^1.1.71"
|
2701 | 2742 |
|
| 2743 | +browserslist@^4.16.6: |
| 2744 | + version "4.16.6" |
| 2745 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
| 2746 | + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 2747 | + dependencies: |
| 2748 | + caniuse-lite "^1.0.30001219" |
| 2749 | + colorette "^1.2.2" |
| 2750 | + electron-to-chromium "^1.3.723" |
| 2751 | + escalade "^3.1.1" |
| 2752 | + node-releases "^1.1.71" |
| 2753 | + |
2702 | 2754 | buf-compare@^1.0.0:
|
2703 | 2755 | version "1.0.1"
|
2704 | 2756 | resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
|
@@ -2899,6 +2951,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001196, caniuse-lite@^1.0.30001208:
|
2899 | 2951 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9"
|
2900 | 2952 | integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==
|
2901 | 2953 |
|
| 2954 | +caniuse-lite@^1.0.30001219: |
| 2955 | + version "1.0.30001230" |
| 2956 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71" |
| 2957 | + integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== |
| 2958 | + |
2902 | 2959 | caseless@~0.12.0:
|
2903 | 2960 | version "0.12.0"
|
2904 | 2961 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -4012,6 +4069,11 @@ electron-to-chromium@^1.3.712:
|
4012 | 4069 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz#78d4c857070755fb58ab64bcc173db1d51cbc25f"
|
4013 | 4070 | integrity sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==
|
4014 | 4071 |
|
| 4072 | +electron-to-chromium@^1.3.723: |
| 4073 | + version "1.3.742" |
| 4074 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200" |
| 4075 | + integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q== |
| 4076 | + |
4015 | 4077 | elegant-spinner@^1.0.1:
|
4016 | 4078 | version "1.0.1"
|
4017 | 4079 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
|
|
0 commit comments