|
199 | 199 | dependencies:
|
200 | 200 | "@babel/types" "^7.16.7"
|
201 | 201 |
|
| 202 | +"@babel/helper-annotate-as-pure@^7.18.6": |
| 203 | + version "7.18.6" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
| 205 | + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
| 206 | + dependencies: |
| 207 | + "@babel/types" "^7.18.6" |
| 208 | + |
202 | 209 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
|
203 | 210 | version "7.16.7"
|
204 | 211 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
|
|
351 | 358 | dependencies:
|
352 | 359 | "@babel/types" "^7.16.7"
|
353 | 360 |
|
| 361 | +"@babel/helper-module-imports@^7.18.6": |
| 362 | + version "7.18.6" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
| 364 | + integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
| 365 | + dependencies: |
| 366 | + "@babel/types" "^7.18.6" |
| 367 | + |
354 | 368 | "@babel/helper-module-transforms@^7.18.0":
|
355 | 369 | version "7.18.0"
|
356 | 370 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
|
|
372 | 386 | dependencies:
|
373 | 387 | "@babel/types" "^7.16.7"
|
374 | 388 |
|
375 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
376 |
| - version "7.17.12" |
377 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96" |
378 |
| - integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== |
| 389 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 390 | + version "7.18.6" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" |
| 392 | + integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== |
379 | 393 |
|
380 | 394 | "@babel/helper-remap-async-to-generator@^7.16.8":
|
381 | 395 | version "7.16.8"
|
|
430 | 444 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
431 | 445 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
432 | 446 |
|
433 |
| -"@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7": |
434 |
| - version "7.16.7" |
435 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
436 |
| - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== |
| 447 | +"@babel/helper-validator-identifier@^7.18.6": |
| 448 | + version "7.18.6" |
| 449 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
| 450 | + integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
| 451 | + |
| 452 | +"@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6": |
| 453 | + version "7.18.6" |
| 454 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
| 455 | + integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
437 | 456 |
|
438 | 457 | "@babel/helper-wrap-function@^7.16.8":
|
439 | 458 | version "7.16.8"
|
|
675 | 694 | dependencies:
|
676 | 695 | "@babel/helper-plugin-utils" "^7.8.0"
|
677 | 696 |
|
678 |
| -"@babel/plugin-syntax-jsx@^7.17.12": |
679 |
| - version "7.17.12" |
680 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.17.12.tgz#834035b45061983a491f60096f61a2e7c5674a47" |
681 |
| - integrity sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog== |
| 697 | +"@babel/plugin-syntax-jsx@^7.18.6": |
| 698 | + version "7.18.6" |
| 699 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" |
| 700 | + integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== |
682 | 701 | dependencies:
|
683 |
| - "@babel/helper-plugin-utils" "^7.17.12" |
| 702 | + "@babel/helper-plugin-utils" "^7.18.6" |
684 | 703 |
|
685 | 704 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
|
686 | 705 | version "7.10.4"
|
|
945 | 964 | dependencies:
|
946 | 965 | "@babel/helper-plugin-utils" "^7.14.5"
|
947 | 966 |
|
948 |
| -"@babel/plugin-transform-react-display-name@^7.16.7": |
949 |
| - version "7.16.7" |
950 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340" |
951 |
| - integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg== |
| 967 | +"@babel/plugin-transform-react-display-name@^7.18.6": |
| 968 | + version "7.18.6" |
| 969 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415" |
| 970 | + integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== |
952 | 971 | dependencies:
|
953 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
| 972 | + "@babel/helper-plugin-utils" "^7.18.6" |
954 | 973 |
|
955 |
| -"@babel/plugin-transform-react-jsx-development@^7.16.7": |
956 |
| - version "7.16.7" |
957 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8" |
958 |
| - integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A== |
| 974 | +"@babel/plugin-transform-react-jsx-development@^7.18.6": |
| 975 | + version "7.18.6" |
| 976 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#dbe5c972811e49c7405b630e4d0d2e1380c0ddc5" |
| 977 | + integrity sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA== |
959 | 978 | dependencies:
|
960 |
| - "@babel/plugin-transform-react-jsx" "^7.16.7" |
| 979 | + "@babel/plugin-transform-react-jsx" "^7.18.6" |
961 | 980 |
|
962 |
| -"@babel/plugin-transform-react-jsx@^7.16.7", "@babel/plugin-transform-react-jsx@^7.17.12": |
963 |
| - version "7.17.12" |
964 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.12.tgz#2aa20022709cd6a3f40b45d60603d5f269586dba" |
965 |
| - integrity sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ== |
| 981 | +"@babel/plugin-transform-react-jsx@^7.18.6": |
| 982 | + version "7.18.6" |
| 983 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff" |
| 984 | + integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw== |
966 | 985 | dependencies:
|
967 |
| - "@babel/helper-annotate-as-pure" "^7.16.7" |
968 |
| - "@babel/helper-module-imports" "^7.16.7" |
969 |
| - "@babel/helper-plugin-utils" "^7.17.12" |
970 |
| - "@babel/plugin-syntax-jsx" "^7.17.12" |
971 |
| - "@babel/types" "^7.17.12" |
| 986 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 987 | + "@babel/helper-module-imports" "^7.18.6" |
| 988 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 989 | + "@babel/plugin-syntax-jsx" "^7.18.6" |
| 990 | + "@babel/types" "^7.18.6" |
972 | 991 |
|
973 |
| -"@babel/plugin-transform-react-pure-annotations@^7.16.7": |
974 |
| - version "7.16.7" |
975 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67" |
976 |
| - integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA== |
| 992 | +"@babel/plugin-transform-react-pure-annotations@^7.18.6": |
| 993 | + version "7.18.6" |
| 994 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#561af267f19f3e5d59291f9950fd7b9663d0d844" |
| 995 | + integrity sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ== |
977 | 996 | dependencies:
|
978 |
| - "@babel/helper-annotate-as-pure" "^7.16.7" |
979 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
| 997 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 998 | + "@babel/helper-plugin-utils" "^7.18.6" |
980 | 999 |
|
981 | 1000 | "@babel/plugin-transform-regenerator@^7.18.0":
|
982 | 1001 | version "7.18.0"
|
|
1145 | 1164 | "@babel/types" "^7.4.4"
|
1146 | 1165 | esutils "^2.0.2"
|
1147 | 1166 |
|
1148 |
| -"@babel/preset-react@^7.14.5", "@babel/preset-react@^7.17.12": |
1149 |
| - version "7.17.12" |
1150 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.17.12.tgz#62adbd2d1870c0de3893095757ed5b00b492ab3d" |
1151 |
| - integrity sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA== |
| 1167 | +"@babel/preset-react@^7.14.5", "@babel/preset-react@^7.18.6": |
| 1168 | + version "7.18.6" |
| 1169 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d" |
| 1170 | + integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== |
1152 | 1171 | dependencies:
|
1153 |
| - "@babel/helper-plugin-utils" "^7.17.12" |
1154 |
| - "@babel/helper-validator-option" "^7.16.7" |
1155 |
| - "@babel/plugin-transform-react-display-name" "^7.16.7" |
1156 |
| - "@babel/plugin-transform-react-jsx" "^7.17.12" |
1157 |
| - "@babel/plugin-transform-react-jsx-development" "^7.16.7" |
1158 |
| - "@babel/plugin-transform-react-pure-annotations" "^7.16.7" |
| 1172 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 1173 | + "@babel/helper-validator-option" "^7.18.6" |
| 1174 | + "@babel/plugin-transform-react-display-name" "^7.18.6" |
| 1175 | + "@babel/plugin-transform-react-jsx" "^7.18.6" |
| 1176 | + "@babel/plugin-transform-react-jsx-development" "^7.18.6" |
| 1177 | + "@babel/plugin-transform-react-pure-annotations" "^7.18.6" |
1159 | 1178 |
|
1160 | 1179 | "@babel/preset-typescript@^7.15.0":
|
1161 | 1180 | version "7.16.0"
|
|
1198 | 1217 | debug "^4.1.0"
|
1199 | 1218 | globals "^11.1.0"
|
1200 | 1219 |
|
1201 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1220 | +"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1202 | 1221 | version "7.18.4"
|
1203 | 1222 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
|
1204 | 1223 | integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
|
1205 | 1224 | dependencies:
|
1206 | 1225 | "@babel/helper-validator-identifier" "^7.16.7"
|
1207 | 1226 | to-fast-properties "^2.0.0"
|
1208 | 1227 |
|
| 1228 | +"@babel/types@^7.18.6": |
| 1229 | + version "7.18.6" |
| 1230 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0" |
| 1231 | + integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA== |
| 1232 | + dependencies: |
| 1233 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 1234 | + to-fast-properties "^2.0.0" |
| 1235 | + |
1209 | 1236 | "@bcoe/v8-coverage@^0.2.3":
|
1210 | 1237 | version "0.2.3"
|
1211 | 1238 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments