|
68 | 68 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
69 | 69 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
70 | 70 |
|
71 |
| -"@babel/compat-data@^7.14.0": |
72 |
| - version "7.14.0" |
73 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
74 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 71 | +"@babel/compat-data@^7.14.4": |
| 72 | + version "7.14.4" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 74 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
75 | 75 |
|
76 | 76 | "@babel/core@7.14.3":
|
77 | 77 | version "7.14.3"
|
|
195 | 195 | browserslist "^4.14.5"
|
196 | 196 | semver "^6.3.0"
|
197 | 197 |
|
| 198 | +"@babel/helper-compilation-targets@^7.14.4": |
| 199 | + version "7.14.4" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 201 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 202 | + dependencies: |
| 203 | + "@babel/compat-data" "^7.14.4" |
| 204 | + "@babel/helper-validator-option" "^7.12.17" |
| 205 | + browserslist "^4.16.6" |
| 206 | + semver "^6.3.0" |
| 207 | + |
198 | 208 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
|
199 | 209 | version "7.13.11"
|
200 | 210 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
|
|
218 | 228 | "@babel/helper-replace-supers" "^7.13.12"
|
219 | 229 | "@babel/helper-split-export-declaration" "^7.12.13"
|
220 | 230 |
|
| 231 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 232 | + version "7.14.4" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 234 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 235 | + dependencies: |
| 236 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 237 | + "@babel/helper-function-name" "^7.14.2" |
| 238 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 239 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 240 | + "@babel/helper-replace-supers" "^7.14.4" |
| 241 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 242 | + |
221 | 243 | "@babel/helper-create-regexp-features-plugin@^7.12.13":
|
222 | 244 | version "7.12.17"
|
223 | 245 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
|
|
381 | 403 | "@babel/traverse" "^7.13.0"
|
382 | 404 | "@babel/types" "^7.13.12"
|
383 | 405 |
|
| 406 | +"@babel/helper-replace-supers@^7.14.4": |
| 407 | + version "7.14.4" |
| 408 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 409 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 410 | + dependencies: |
| 411 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 412 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 413 | + "@babel/traverse" "^7.14.2" |
| 414 | + "@babel/types" "^7.14.4" |
| 415 | + |
384 | 416 | "@babel/helper-simple-access@^7.12.13", "@babel/helper-simple-access@^7.13.12":
|
385 | 417 | version "7.13.12"
|
386 | 418 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
|
517 | 549 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
518 | 550 | "@babel/helper-plugin-utils" "^7.13.0"
|
519 | 551 |
|
520 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
521 |
| - version "7.13.11" |
522 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
523 |
| - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 552 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 553 | + version "7.14.3" |
| 554 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 555 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
524 | 556 | dependencies:
|
| 557 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
525 | 558 | "@babel/helper-plugin-utils" "^7.13.0"
|
526 | 559 | "@babel/plugin-syntax-class-static-block" "^7.12.13"
|
527 | 560 |
|
|
632 | 665 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
633 | 666 | "@babel/plugin-transform-parameters" "^7.13.0"
|
634 | 667 |
|
635 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
636 |
| - version "7.14.2" |
637 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
638 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 668 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 669 | + version "7.14.4" |
| 670 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 671 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
639 | 672 | dependencies:
|
640 |
| - "@babel/compat-data" "^7.14.0" |
641 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 673 | + "@babel/compat-data" "^7.14.4" |
| 674 | + "@babel/helper-compilation-targets" "^7.14.4" |
642 | 675 | "@babel/helper-plugin-utils" "^7.13.0"
|
643 | 676 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
644 | 677 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
852 | 885 | dependencies:
|
853 | 886 | "@babel/helper-plugin-utils" "^7.12.13"
|
854 | 887 |
|
855 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
856 |
| - version "7.14.2" |
857 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
858 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 888 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 889 | + version "7.14.4" |
| 890 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 891 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
859 | 892 | dependencies:
|
860 | 893 | "@babel/helper-plugin-utils" "^7.13.0"
|
861 | 894 |
|
|
872 | 905 | "@babel/helper-split-export-declaration" "^7.12.13"
|
873 | 906 | globals "^11.1.0"
|
874 | 907 |
|
875 |
| -"@babel/plugin-transform-classes@^7.14.2": |
876 |
| - version "7.14.2" |
877 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
878 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 908 | +"@babel/plugin-transform-classes@^7.14.4": |
| 909 | + version "7.14.4" |
| 910 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 911 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
879 | 912 | dependencies:
|
880 | 913 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
881 | 914 | "@babel/helper-function-name" "^7.14.2"
|
882 | 915 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
883 | 916 | "@babel/helper-plugin-utils" "^7.13.0"
|
884 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 917 | + "@babel/helper-replace-supers" "^7.14.4" |
885 | 918 | "@babel/helper-split-export-declaration" "^7.12.13"
|
886 | 919 | globals "^11.1.0"
|
887 | 920 |
|
|
899 | 932 | dependencies:
|
900 | 933 | "@babel/helper-plugin-utils" "^7.13.0"
|
901 | 934 |
|
902 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
903 |
| - version "7.13.17" |
904 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
905 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 935 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 936 | + version "7.14.4" |
| 937 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 938 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
906 | 939 | dependencies:
|
907 | 940 | "@babel/helper-plugin-utils" "^7.13.0"
|
908 | 941 |
|
|
1179 | 1212 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
1180 | 1213 | "@babel/helper-plugin-utils" "^7.12.13"
|
1181 | 1214 |
|
1182 |
| -"@babel/preset-env@7.14.2": |
1183 |
| - version "7.14.2" |
1184 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
1185 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1215 | +"@babel/preset-env@7.14.4": |
| 1216 | + version "7.14.4" |
| 1217 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1218 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
1186 | 1219 | dependencies:
|
1187 |
| - "@babel/compat-data" "^7.14.0" |
1188 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 1220 | + "@babel/compat-data" "^7.14.4" |
| 1221 | + "@babel/helper-compilation-targets" "^7.14.4" |
1189 | 1222 | "@babel/helper-plugin-utils" "^7.13.0"
|
1190 | 1223 | "@babel/helper-validator-option" "^7.12.17"
|
1191 | 1224 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
1192 | 1225 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
1193 | 1226 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
1194 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1227 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
1195 | 1228 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
1196 | 1229 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
1197 | 1230 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
1198 | 1231 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
1199 | 1232 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
1200 | 1233 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
1201 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1234 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1202 | 1235 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
1203 | 1236 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
1204 | 1237 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
1221 | 1254 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
1222 | 1255 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
1223 | 1256 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
1224 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1225 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1257 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1258 | + "@babel/plugin-transform-classes" "^7.14.4" |
1226 | 1259 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
1227 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1260 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1228 | 1261 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
1229 | 1262 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
1230 | 1263 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1251 | 1284 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1252 | 1285 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1253 | 1286 | "@babel/preset-modules" "^0.1.4"
|
1254 |
| - "@babel/types" "^7.14.2" |
| 1287 | + "@babel/types" "^7.14.4" |
1255 | 1288 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1256 | 1289 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1257 | 1290 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1459 | 1492 | "@babel/helper-validator-identifier" "^7.14.0"
|
1460 | 1493 | to-fast-properties "^2.0.0"
|
1461 | 1494 |
|
| 1495 | +"@babel/types@^7.14.4": |
| 1496 | + version "7.14.4" |
| 1497 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1498 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1499 | + dependencies: |
| 1500 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1501 | + to-fast-properties "^2.0.0" |
| 1502 | + |
1462 | 1503 | "@bcoe/v8-coverage@^0.2.3":
|
1463 | 1504 | version "0.2.3"
|
1464 | 1505 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -2742,6 +2783,17 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3:
|
2742 | 2783 | escalade "^3.1.1"
|
2743 | 2784 | node-releases "^1.1.70"
|
2744 | 2785 |
|
| 2786 | +browserslist@^4.16.6: |
| 2787 | + version "4.16.6" |
| 2788 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
| 2789 | + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 2790 | + dependencies: |
| 2791 | + caniuse-lite "^1.0.30001219" |
| 2792 | + colorette "^1.2.2" |
| 2793 | + electron-to-chromium "^1.3.723" |
| 2794 | + escalade "^3.1.1" |
| 2795 | + node-releases "^1.1.71" |
| 2796 | + |
2745 | 2797 | buf-compare@^1.0.0:
|
2746 | 2798 | version "1.0.1"
|
2747 | 2799 | resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
|
@@ -2942,6 +2994,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001181, caniuse-lite@^1.0.30001196:
|
2942 | 2994 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001204.tgz#256c85709a348ec4d175e847a3b515c66e79f2aa"
|
2943 | 2995 | integrity sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ==
|
2944 | 2996 |
|
| 2997 | +caniuse-lite@^1.0.30001219: |
| 2998 | + version "1.0.30001230" |
| 2999 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71" |
| 3000 | + integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== |
| 3001 | + |
2945 | 3002 | caseless@~0.12.0:
|
2946 | 3003 | version "0.12.0"
|
2947 | 3004 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -4063,6 +4120,11 @@ electron-to-chromium@^1.3.649:
|
4063 | 4120 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.702.tgz#39b8b6860b22806482ad07a8eaf35f861d4f3ce0"
|
4064 | 4121 | integrity sha512-qJVUKFWQnF6wP7MmTngDkmm8/KPzaiTXNFOAg5j7DSa6J7kPou7mTBqC8jpUOxauQWwHR3pn4dMRdV8IE1xdtA==
|
4065 | 4122 |
|
| 4123 | +electron-to-chromium@^1.3.723: |
| 4124 | + version "1.3.742" |
| 4125 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200" |
| 4126 | + integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q== |
| 4127 | + |
4066 | 4128 | elegant-spinner@^1.0.1:
|
4067 | 4129 | version "1.0.1"
|
4068 | 4130 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
|
@@ -7365,6 +7427,11 @@ node-releases@^1.1.70:
|
7365 | 7427 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
|
7366 | 7428 | integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
|
7367 | 7429 |
|
| 7430 | +node-releases@^1.1.71: |
| 7431 | + version "1.1.72" |
| 7432 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe" |
| 7433 | + integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw== |
| 7434 | + |
7368 | 7435 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
7369 | 7436 | version "2.5.0"
|
7370 | 7437 | resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
0 commit comments