|
93 | 93 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
94 | 94 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
95 | 95 |
|
96 |
| -"@babel/compat-data@^7.14.0": |
97 |
| - version "7.14.0" |
98 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
99 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 96 | +"@babel/compat-data@^7.14.4": |
| 97 | + version "7.14.4" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 99 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
100 | 100 |
|
101 | 101 |
|
102 | 102 | version "7.14.3"
|
|
284 | 284 | browserslist "^4.14.5"
|
285 | 285 | semver "^6.3.0"
|
286 | 286 |
|
| 287 | +"@babel/helper-compilation-targets@^7.14.4": |
| 288 | + version "7.14.4" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 290 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 291 | + dependencies: |
| 292 | + "@babel/compat-data" "^7.14.4" |
| 293 | + "@babel/helper-validator-option" "^7.12.17" |
| 294 | + browserslist "^4.16.6" |
| 295 | + semver "^6.3.0" |
| 296 | + |
287 | 297 | "@babel/helper-create-class-features-plugin@^7.12.1":
|
288 | 298 | version "7.13.11"
|
289 | 299 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
|
|
318 | 328 | "@babel/helper-replace-supers" "^7.13.12"
|
319 | 329 | "@babel/helper-split-export-declaration" "^7.12.13"
|
320 | 330 |
|
| 331 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 332 | + version "7.14.4" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 334 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 335 | + dependencies: |
| 336 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 337 | + "@babel/helper-function-name" "^7.14.2" |
| 338 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 339 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 340 | + "@babel/helper-replace-supers" "^7.14.4" |
| 341 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 342 | + |
321 | 343 | "@babel/helper-create-regexp-features-plugin@^7.12.1":
|
322 | 344 | version "7.12.7"
|
323 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f"
|
|
555 | 577 | "@babel/traverse" "^7.13.0"
|
556 | 578 | "@babel/types" "^7.13.12"
|
557 | 579 |
|
| 580 | +"@babel/helper-replace-supers@^7.14.4": |
| 581 | + version "7.14.4" |
| 582 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 583 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 584 | + dependencies: |
| 585 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 586 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 587 | + "@babel/traverse" "^7.14.2" |
| 588 | + "@babel/types" "^7.14.4" |
| 589 | + |
558 | 590 | "@babel/helper-simple-access@^7.12.13":
|
559 | 591 | version "7.12.13"
|
560 | 592 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
|
|
727 | 759 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
728 | 760 | "@babel/helper-plugin-utils" "^7.13.0"
|
729 | 761 |
|
730 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
731 |
| - version "7.13.11" |
732 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
733 |
| - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 762 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 763 | + version "7.14.3" |
| 764 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 765 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
734 | 766 | dependencies:
|
| 767 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
735 | 768 | "@babel/helper-plugin-utils" "^7.13.0"
|
736 | 769 | "@babel/plugin-syntax-class-static-block" "^7.12.13"
|
737 | 770 |
|
|
842 | 875 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
843 | 876 | "@babel/plugin-transform-parameters" "^7.13.0"
|
844 | 877 |
|
845 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
846 |
| - version "7.14.2" |
847 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
848 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 878 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 879 | + version "7.14.4" |
| 880 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 881 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
849 | 882 | dependencies:
|
850 |
| - "@babel/compat-data" "^7.14.0" |
851 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 883 | + "@babel/compat-data" "^7.14.4" |
| 884 | + "@babel/helper-compilation-targets" "^7.14.4" |
852 | 885 | "@babel/helper-plugin-utils" "^7.13.0"
|
853 | 886 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
854 | 887 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
1070 | 1103 | dependencies:
|
1071 | 1104 | "@babel/helper-plugin-utils" "^7.12.13"
|
1072 | 1105 |
|
1073 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
1074 |
| - version "7.14.2" |
1075 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
1076 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 1106 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 1107 | + version "7.14.4" |
| 1108 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 1109 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
1077 | 1110 | dependencies:
|
1078 | 1111 | "@babel/helper-plugin-utils" "^7.13.0"
|
1079 | 1112 |
|
|
1090 | 1123 | "@babel/helper-split-export-declaration" "^7.12.13"
|
1091 | 1124 | globals "^11.1.0"
|
1092 | 1125 |
|
1093 |
| -"@babel/plugin-transform-classes@^7.14.2": |
1094 |
| - version "7.14.2" |
1095 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
1096 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 1126 | +"@babel/plugin-transform-classes@^7.14.4": |
| 1127 | + version "7.14.4" |
| 1128 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 1129 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
1097 | 1130 | dependencies:
|
1098 | 1131 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
1099 | 1132 | "@babel/helper-function-name" "^7.14.2"
|
1100 | 1133 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
1101 | 1134 | "@babel/helper-plugin-utils" "^7.13.0"
|
1102 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 1135 | + "@babel/helper-replace-supers" "^7.14.4" |
1103 | 1136 | "@babel/helper-split-export-declaration" "^7.12.13"
|
1104 | 1137 | globals "^11.1.0"
|
1105 | 1138 |
|
|
1117 | 1150 | dependencies:
|
1118 | 1151 | "@babel/helper-plugin-utils" "^7.13.0"
|
1119 | 1152 |
|
1120 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
1121 |
| - version "7.13.17" |
1122 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
1123 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 1153 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 1154 | + version "7.14.4" |
| 1155 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 1156 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
1124 | 1157 | dependencies:
|
1125 | 1158 | "@babel/helper-plugin-utils" "^7.13.0"
|
1126 | 1159 |
|
|
1405 | 1438 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
1406 | 1439 | "@babel/helper-plugin-utils" "^7.12.13"
|
1407 | 1440 |
|
1408 |
| - |
1409 |
| - version "7.14.2" |
1410 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
1411 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1441 | + |
| 1442 | + version "7.14.4" |
| 1443 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1444 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
1412 | 1445 | dependencies:
|
1413 |
| - "@babel/compat-data" "^7.14.0" |
1414 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 1446 | + "@babel/compat-data" "^7.14.4" |
| 1447 | + "@babel/helper-compilation-targets" "^7.14.4" |
1415 | 1448 | "@babel/helper-plugin-utils" "^7.13.0"
|
1416 | 1449 | "@babel/helper-validator-option" "^7.12.17"
|
1417 | 1450 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
1418 | 1451 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
1419 | 1452 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
1420 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1453 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
1421 | 1454 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
1422 | 1455 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
1423 | 1456 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
1424 | 1457 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
1425 | 1458 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
1426 | 1459 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
1427 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1460 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1428 | 1461 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
1429 | 1462 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
1430 | 1463 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
1447 | 1480 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
1448 | 1481 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
1449 | 1482 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
1450 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1451 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1483 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1484 | + "@babel/plugin-transform-classes" "^7.14.4" |
1452 | 1485 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
1453 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1486 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1454 | 1487 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
1455 | 1488 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
1456 | 1489 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1477 | 1510 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1478 | 1511 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1479 | 1512 | "@babel/preset-modules" "^0.1.4"
|
1480 |
| - "@babel/types" "^7.14.2" |
| 1513 | + "@babel/types" "^7.14.4" |
1481 | 1514 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1482 | 1515 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1483 | 1516 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1749 | 1782 | "@babel/helper-validator-identifier" "^7.14.0"
|
1750 | 1783 | to-fast-properties "^2.0.0"
|
1751 | 1784 |
|
| 1785 | +"@babel/types@^7.14.4": |
| 1786 | + version "7.14.4" |
| 1787 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1788 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1789 | + dependencies: |
| 1790 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1791 | + to-fast-properties "^2.0.0" |
| 1792 | + |
1752 | 1793 | "@bcoe/v8-coverage@^0.2.3":
|
1753 | 1794 | version "0.2.3"
|
1754 | 1795 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -3064,6 +3105,17 @@ browserslist@^4.14.5:
|
3064 | 3105 | escalade "^3.1.1"
|
3065 | 3106 | node-releases "^1.1.67"
|
3066 | 3107 |
|
| 3108 | +browserslist@^4.16.6: |
| 3109 | + version "4.16.6" |
| 3110 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
| 3111 | + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 3112 | + dependencies: |
| 3113 | + caniuse-lite "^1.0.30001219" |
| 3114 | + colorette "^1.2.2" |
| 3115 | + electron-to-chromium "^1.3.723" |
| 3116 | + escalade "^3.1.1" |
| 3117 | + node-releases "^1.1.71" |
| 3118 | + |
3067 | 3119 | buf-compare@^1.0.0:
|
3068 | 3120 | version "1.0.1"
|
3069 | 3121 | resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
|
@@ -3282,6 +3334,11 @@ caniuse-lite@^1.0.30001181:
|
3282 | 3334 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz#bacb432b6701f690c8c5f7c680166b9a9f0843d9"
|
3283 | 3335 | integrity sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw==
|
3284 | 3336 |
|
| 3337 | +caniuse-lite@^1.0.30001219: |
| 3338 | + version "1.0.30001230" |
| 3339 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71" |
| 3340 | + integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== |
| 3341 | + |
3285 | 3342 | caseless@~0.12.0:
|
3286 | 3343 | version "0.12.0"
|
3287 | 3344 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -4413,6 +4470,11 @@ electron-to-chromium@^1.3.649:
|
4413 | 4470 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.672.tgz#3a6e335016dab4bc584d5292adc4f98f54541f6a"
|
4414 | 4471 | integrity sha512-gFQe7HBb0lbOMqK2GAS5/1F+B0IMdYiAgB9OT/w1F4M7lgJK2aNOMNOM622aEax+nS1cTMytkiT0uMOkbtFmHw==
|
4415 | 4472 |
|
| 4473 | +electron-to-chromium@^1.3.723: |
| 4474 | + version "1.3.741" |
| 4475 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.741.tgz#dc1024b19b31e27fb2c8c0a1f120cb05fc6ca695" |
| 4476 | + integrity sha512-4i3T0cwnHo1O4Mnp9JniEco8bZiXoqbm3PhW5hv7uu8YLg35iajYrRnNyKFaN8/8SSTskU2hYqVTeYVPceSpUA== |
| 4477 | + |
4416 | 4478 | elegant-spinner@^1.0.1:
|
4417 | 4479 | version "1.0.1"
|
4418 | 4480 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
|
@@ -7810,6 +7872,11 @@ node-releases@^1.1.70:
|
7810 | 7872 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz#66e0ed0273aa65666d7fe78febe7634875426a08"
|
7811 | 7873 | integrity sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==
|
7812 | 7874 |
|
| 7875 | +node-releases@^1.1.71: |
| 7876 | + version "1.1.72" |
| 7877 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe" |
| 7878 | + integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw== |
| 7879 | + |
7813 | 7880 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
7814 | 7881 | version "2.5.0"
|
7815 | 7882 | resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
0 commit comments