|
32 | 32 | dependencies:
|
33 | 33 | "@babel/highlight" "^7.18.6"
|
34 | 34 |
|
35 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.8": |
| 35 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8": |
36 | 36 | version "7.18.8"
|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
38 | 38 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
|
91 | 91 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
92 | 92 | "@babel/types" "^7.18.6"
|
93 | 93 |
|
94 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9": |
| 94 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9": |
95 | 95 | version "7.18.9"
|
96 | 96 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
|
97 | 97 | integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
|
|
122 | 122 | "@babel/helper-annotate-as-pure" "^7.18.6"
|
123 | 123 | regexpu-core "^5.1.0"
|
124 | 124 |
|
125 |
| -"@babel/helper-define-polyfill-provider@^0.3.1": |
126 |
| - version "0.3.1" |
127 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" |
128 |
| - integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== |
| 125 | +"@babel/helper-define-polyfill-provider@^0.3.2": |
| 126 | + version "0.3.2" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" |
| 128 | + integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== |
129 | 129 | dependencies:
|
130 |
| - "@babel/helper-compilation-targets" "^7.13.0" |
131 |
| - "@babel/helper-module-imports" "^7.12.13" |
132 |
| - "@babel/helper-plugin-utils" "^7.13.0" |
133 |
| - "@babel/traverse" "^7.13.0" |
| 130 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 131 | + "@babel/helper-plugin-utils" "^7.16.7" |
134 | 132 | debug "^4.1.1"
|
135 | 133 | lodash.debounce "^4.0.8"
|
136 | 134 | resolve "^1.14.2"
|
|
190 | 188 | dependencies:
|
191 | 189 | "@babel/types" "^7.18.9"
|
192 | 190 |
|
193 |
| -"@babel/helper-module-imports@^7.12.13": |
194 |
| - version "7.16.7" |
195 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
196 |
| - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== |
197 |
| - dependencies: |
198 |
| - "@babel/types" "^7.16.7" |
199 |
| - |
200 | 191 | "@babel/helper-module-imports@^7.18.6":
|
201 | 192 | version "7.18.6"
|
202 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
|
|
225 | 216 | dependencies:
|
226 | 217 | "@babel/types" "^7.18.6"
|
227 | 218 |
|
228 |
| -"@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.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 219 | +"@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.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
229 | 220 | version "7.18.9"
|
230 | 221 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
|
231 | 222 | integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
|
|
240 | 231 | "@babel/helper-wrap-function" "^7.18.6"
|
241 | 232 | "@babel/types" "^7.18.6"
|
242 | 233 |
|
| 234 | +"@babel/helper-remap-async-to-generator@^7.18.9": |
| 235 | + version "7.18.9" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" |
| 237 | + integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== |
| 238 | + dependencies: |
| 239 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 240 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 241 | + "@babel/helper-wrap-function" "^7.18.9" |
| 242 | + "@babel/types" "^7.18.9" |
| 243 | + |
243 | 244 | "@babel/helper-replace-supers@^7.18.6":
|
244 | 245 | version "7.18.6"
|
245 | 246 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420"
|
|
313 | 314 | "@babel/traverse" "^7.18.6"
|
314 | 315 | "@babel/types" "^7.18.6"
|
315 | 316 |
|
| 317 | +"@babel/helper-wrap-function@^7.18.9": |
| 318 | + version "7.18.11" |
| 319 | + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz#bff23ace436e3f6aefb61f85ffae2291c80ed1fb" |
| 320 | + integrity sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w== |
| 321 | + dependencies: |
| 322 | + "@babel/helper-function-name" "^7.18.9" |
| 323 | + "@babel/template" "^7.18.10" |
| 324 | + "@babel/traverse" "^7.18.11" |
| 325 | + "@babel/types" "^7.18.10" |
| 326 | + |
316 | 327 | "@babel/helpers@^7.18.9":
|
317 | 328 | version "7.18.9"
|
318 | 329 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
|
|
357 | 368 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
358 | 369 | "@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
359 | 370 |
|
360 |
| -"@babel/plugin-proposal-async-generator-functions@^7.18.6": |
361 |
| - version "7.18.6" |
362 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" |
363 |
| - integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w== |
| 371 | +"@babel/plugin-proposal-async-generator-functions@^7.18.10": |
| 372 | + version "7.18.10" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952" |
| 374 | + integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew== |
364 | 375 | dependencies:
|
365 |
| - "@babel/helper-environment-visitor" "^7.18.6" |
366 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
367 |
| - "@babel/helper-remap-async-to-generator" "^7.18.6" |
| 376 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 377 | + "@babel/helper-plugin-utils" "^7.18.9" |
| 378 | + "@babel/helper-remap-async-to-generator" "^7.18.9" |
368 | 379 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
369 | 380 |
|
370 | 381 | "@babel/plugin-proposal-class-properties@^7.18.6":
|
|
864 | 875 | dependencies:
|
865 | 876 | "@babel/helper-plugin-utils" "^7.18.9"
|
866 | 877 |
|
867 |
| -"@babel/plugin-transform-unicode-escapes@^7.18.6": |
868 |
| - version "7.18.6" |
869 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" |
870 |
| - integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw== |
| 878 | +"@babel/plugin-transform-unicode-escapes@^7.18.10": |
| 879 | + version "7.18.10" |
| 880 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246" |
| 881 | + integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== |
871 | 882 | dependencies:
|
872 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
| 883 | + "@babel/helper-plugin-utils" "^7.18.9" |
873 | 884 |
|
874 | 885 | "@babel/plugin-transform-unicode-regex@^7.18.6":
|
875 | 886 | version "7.18.6"
|
|
879 | 890 | "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
880 | 891 | "@babel/helper-plugin-utils" "^7.18.6"
|
881 | 892 |
|
882 |
| -"@babel/preset-env@7.18.9": |
883 |
| - version "7.18.9" |
884 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff" |
885 |
| - integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg== |
| 893 | +"@babel/preset-env@7.18.10": |
| 894 | + version "7.18.10" |
| 895 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4" |
| 896 | + integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA== |
886 | 897 | dependencies:
|
887 | 898 | "@babel/compat-data" "^7.18.8"
|
888 | 899 | "@babel/helper-compilation-targets" "^7.18.9"
|
889 | 900 | "@babel/helper-plugin-utils" "^7.18.9"
|
890 | 901 | "@babel/helper-validator-option" "^7.18.6"
|
891 | 902 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
892 | 903 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
893 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.18.6" |
| 904 | + "@babel/plugin-proposal-async-generator-functions" "^7.18.10" |
894 | 905 | "@babel/plugin-proposal-class-properties" "^7.18.6"
|
895 | 906 | "@babel/plugin-proposal-class-static-block" "^7.18.6"
|
896 | 907 | "@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
|
950 | 961 | "@babel/plugin-transform-sticky-regex" "^7.18.6"
|
951 | 962 | "@babel/plugin-transform-template-literals" "^7.18.9"
|
952 | 963 | "@babel/plugin-transform-typeof-symbol" "^7.18.9"
|
953 |
| - "@babel/plugin-transform-unicode-escapes" "^7.18.6" |
| 964 | + "@babel/plugin-transform-unicode-escapes" "^7.18.10" |
954 | 965 | "@babel/plugin-transform-unicode-regex" "^7.18.6"
|
955 | 966 | "@babel/preset-modules" "^0.1.5"
|
956 |
| - "@babel/types" "^7.18.9" |
957 |
| - babel-plugin-polyfill-corejs2 "^0.3.1" |
958 |
| - babel-plugin-polyfill-corejs3 "^0.5.2" |
959 |
| - babel-plugin-polyfill-regenerator "^0.3.1" |
| 967 | + "@babel/types" "^7.18.10" |
| 968 | + babel-plugin-polyfill-corejs2 "^0.3.2" |
| 969 | + babel-plugin-polyfill-corejs3 "^0.5.3" |
| 970 | + babel-plugin-polyfill-regenerator "^0.4.0" |
960 | 971 | core-js-compat "^3.22.1"
|
961 | 972 | semver "^6.3.0"
|
962 | 973 |
|
|
996 | 1007 | "@babel/parser" "^7.18.10"
|
997 | 1008 | "@babel/types" "^7.18.10"
|
998 | 1009 |
|
999 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": |
| 1010 | +"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": |
1000 | 1011 | version "7.18.11"
|
1001 | 1012 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f"
|
1002 | 1013 | integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
|
|
1020 | 1031 | "@babel/helper-validator-identifier" "^7.16.7"
|
1021 | 1032 | to-fast-properties "^2.0.0"
|
1022 | 1033 |
|
1023 |
| -"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1034 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1024 | 1035 | version "7.18.10"
|
1025 | 1036 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
|
1026 | 1037 | integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
|
@@ -1651,29 +1662,29 @@ babel-plugin-jest-hoist@^28.1.3:
|
1651 | 1662 | "@types/babel__core" "^7.1.14"
|
1652 | 1663 | "@types/babel__traverse" "^7.0.6"
|
1653 | 1664 |
|
1654 |
| -babel-plugin-polyfill-corejs2@^0.3.1: |
1655 |
| - version "0.3.1" |
1656 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" |
1657 |
| - integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== |
| 1665 | +babel-plugin-polyfill-corejs2@^0.3.2: |
| 1666 | + version "0.3.2" |
| 1667 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" |
| 1668 | + integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== |
1658 | 1669 | dependencies:
|
1659 |
| - "@babel/compat-data" "^7.13.11" |
1660 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1670 | + "@babel/compat-data" "^7.17.7" |
| 1671 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1661 | 1672 | semver "^6.1.1"
|
1662 | 1673 |
|
1663 |
| -babel-plugin-polyfill-corejs3@^0.5.2: |
1664 |
| - version "0.5.2" |
1665 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" |
1666 |
| - integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== |
| 1674 | +babel-plugin-polyfill-corejs3@^0.5.3: |
| 1675 | + version "0.5.3" |
| 1676 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" |
| 1677 | + integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== |
1667 | 1678 | dependencies:
|
1668 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1679 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1669 | 1680 | core-js-compat "^3.21.0"
|
1670 | 1681 |
|
1671 |
| -babel-plugin-polyfill-regenerator@^0.3.1: |
1672 |
| - version "0.3.1" |
1673 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" |
1674 |
| - integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== |
| 1682 | +babel-plugin-polyfill-regenerator@^0.4.0: |
| 1683 | + version "0.4.0" |
| 1684 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe" |
| 1685 | + integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw== |
1675 | 1686 | dependencies:
|
1676 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1687 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1677 | 1688 |
|
1678 | 1689 | babel-preset-current-node-syntax@^1.0.0:
|
1679 | 1690 | version "1.0.0"
|
|
0 commit comments