|
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
29 | 29 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
30 | 30 |
|
31 |
| -"@babel/[email protected]", "@babel/core@^7.12.10": |
| 31 | + |
| 32 | + version "7.24.0" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" |
| 34 | + integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== |
| 35 | + dependencies: |
| 36 | + "@ampproject/remapping" "^2.2.0" |
| 37 | + "@babel/code-frame" "^7.23.5" |
| 38 | + "@babel/generator" "^7.23.6" |
| 39 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 40 | + "@babel/helper-module-transforms" "^7.23.3" |
| 41 | + "@babel/helpers" "^7.24.0" |
| 42 | + "@babel/parser" "^7.24.0" |
| 43 | + "@babel/template" "^7.24.0" |
| 44 | + "@babel/traverse" "^7.24.0" |
| 45 | + "@babel/types" "^7.24.0" |
| 46 | + convert-source-map "^2.0.0" |
| 47 | + debug "^4.1.0" |
| 48 | + gensync "^1.0.0-beta.2" |
| 49 | + json5 "^2.2.3" |
| 50 | + semver "^6.3.1" |
| 51 | + |
| 52 | +"@babel/core@^7.12.10": |
32 | 53 | version "7.23.9"
|
33 | 54 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
|
34 | 55 | integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
|
|
176 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
|
177 | 198 | integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
|
178 | 199 |
|
| 200 | +"@babel/helper-plugin-utils@^7.24.0": |
| 201 | + version "7.24.0" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" |
| 203 | + integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== |
| 204 | + |
179 | 205 | "@babel/helper-remap-async-to-generator@^7.22.20":
|
180 | 206 | version "7.22.20"
|
181 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
|
|
248 | 274 | "@babel/traverse" "^7.23.9"
|
249 | 275 | "@babel/types" "^7.23.9"
|
250 | 276 |
|
| 277 | +"@babel/helpers@^7.24.0": |
| 278 | + version "7.24.0" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" |
| 280 | + integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== |
| 281 | + dependencies: |
| 282 | + "@babel/template" "^7.24.0" |
| 283 | + "@babel/traverse" "^7.24.0" |
| 284 | + "@babel/types" "^7.24.0" |
| 285 | + |
251 | 286 | "@babel/highlight@^7.23.4":
|
252 | 287 | version "7.23.4"
|
253 | 288 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
|
|
262 | 297 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
|
263 | 298 | integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
264 | 299 |
|
| 300 | +"@babel/parser@^7.24.0": |
| 301 | + version "7.24.0" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" |
| 303 | + integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== |
| 304 | + |
265 | 305 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
266 | 306 | version "7.23.3"
|
267 | 307 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a"
|
|
697 | 737 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
698 | 738 | "@babel/plugin-transform-parameters" "^7.23.3"
|
699 | 739 |
|
| 740 | +"@babel/plugin-transform-object-rest-spread@^7.24.0": |
| 741 | + version "7.24.0" |
| 742 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1" |
| 743 | + integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w== |
| 744 | + dependencies: |
| 745 | + "@babel/compat-data" "^7.23.5" |
| 746 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 747 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 748 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 749 | + "@babel/plugin-transform-parameters" "^7.23.3" |
| 750 | + |
700 | 751 | "@babel/plugin-transform-object-super@^7.23.3":
|
701 | 752 | version "7.23.3"
|
702 | 753 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
|
|
869 | 920 | "@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
870 | 921 | "@babel/helper-plugin-utils" "^7.22.5"
|
871 | 922 |
|
872 |
| -"@babel/[email protected]", "@babel/preset-env@^7.12.11": |
| 923 | + |
| 924 | + version "7.24.0" |
| 925 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc" |
| 926 | + integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA== |
| 927 | + dependencies: |
| 928 | + "@babel/compat-data" "^7.23.5" |
| 929 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 930 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 931 | + "@babel/helper-validator-option" "^7.23.5" |
| 932 | + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3" |
| 933 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3" |
| 934 | + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7" |
| 935 | + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
| 936 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 937 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 938 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 939 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 940 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 941 | + "@babel/plugin-syntax-import-assertions" "^7.23.3" |
| 942 | + "@babel/plugin-syntax-import-attributes" "^7.23.3" |
| 943 | + "@babel/plugin-syntax-import-meta" "^7.10.4" |
| 944 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 945 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 946 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 947 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 948 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 949 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 950 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 951 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
| 952 | + "@babel/plugin-syntax-top-level-await" "^7.14.5" |
| 953 | + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" |
| 954 | + "@babel/plugin-transform-arrow-functions" "^7.23.3" |
| 955 | + "@babel/plugin-transform-async-generator-functions" "^7.23.9" |
| 956 | + "@babel/plugin-transform-async-to-generator" "^7.23.3" |
| 957 | + "@babel/plugin-transform-block-scoped-functions" "^7.23.3" |
| 958 | + "@babel/plugin-transform-block-scoping" "^7.23.4" |
| 959 | + "@babel/plugin-transform-class-properties" "^7.23.3" |
| 960 | + "@babel/plugin-transform-class-static-block" "^7.23.4" |
| 961 | + "@babel/plugin-transform-classes" "^7.23.8" |
| 962 | + "@babel/plugin-transform-computed-properties" "^7.23.3" |
| 963 | + "@babel/plugin-transform-destructuring" "^7.23.3" |
| 964 | + "@babel/plugin-transform-dotall-regex" "^7.23.3" |
| 965 | + "@babel/plugin-transform-duplicate-keys" "^7.23.3" |
| 966 | + "@babel/plugin-transform-dynamic-import" "^7.23.4" |
| 967 | + "@babel/plugin-transform-exponentiation-operator" "^7.23.3" |
| 968 | + "@babel/plugin-transform-export-namespace-from" "^7.23.4" |
| 969 | + "@babel/plugin-transform-for-of" "^7.23.6" |
| 970 | + "@babel/plugin-transform-function-name" "^7.23.3" |
| 971 | + "@babel/plugin-transform-json-strings" "^7.23.4" |
| 972 | + "@babel/plugin-transform-literals" "^7.23.3" |
| 973 | + "@babel/plugin-transform-logical-assignment-operators" "^7.23.4" |
| 974 | + "@babel/plugin-transform-member-expression-literals" "^7.23.3" |
| 975 | + "@babel/plugin-transform-modules-amd" "^7.23.3" |
| 976 | + "@babel/plugin-transform-modules-commonjs" "^7.23.3" |
| 977 | + "@babel/plugin-transform-modules-systemjs" "^7.23.9" |
| 978 | + "@babel/plugin-transform-modules-umd" "^7.23.3" |
| 979 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" |
| 980 | + "@babel/plugin-transform-new-target" "^7.23.3" |
| 981 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4" |
| 982 | + "@babel/plugin-transform-numeric-separator" "^7.23.4" |
| 983 | + "@babel/plugin-transform-object-rest-spread" "^7.24.0" |
| 984 | + "@babel/plugin-transform-object-super" "^7.23.3" |
| 985 | + "@babel/plugin-transform-optional-catch-binding" "^7.23.4" |
| 986 | + "@babel/plugin-transform-optional-chaining" "^7.23.4" |
| 987 | + "@babel/plugin-transform-parameters" "^7.23.3" |
| 988 | + "@babel/plugin-transform-private-methods" "^7.23.3" |
| 989 | + "@babel/plugin-transform-private-property-in-object" "^7.23.4" |
| 990 | + "@babel/plugin-transform-property-literals" "^7.23.3" |
| 991 | + "@babel/plugin-transform-regenerator" "^7.23.3" |
| 992 | + "@babel/plugin-transform-reserved-words" "^7.23.3" |
| 993 | + "@babel/plugin-transform-shorthand-properties" "^7.23.3" |
| 994 | + "@babel/plugin-transform-spread" "^7.23.3" |
| 995 | + "@babel/plugin-transform-sticky-regex" "^7.23.3" |
| 996 | + "@babel/plugin-transform-template-literals" "^7.23.3" |
| 997 | + "@babel/plugin-transform-typeof-symbol" "^7.23.3" |
| 998 | + "@babel/plugin-transform-unicode-escapes" "^7.23.3" |
| 999 | + "@babel/plugin-transform-unicode-property-regex" "^7.23.3" |
| 1000 | + "@babel/plugin-transform-unicode-regex" "^7.23.3" |
| 1001 | + "@babel/plugin-transform-unicode-sets-regex" "^7.23.3" |
| 1002 | + "@babel/preset-modules" "0.1.6-no-external-plugins" |
| 1003 | + babel-plugin-polyfill-corejs2 "^0.4.8" |
| 1004 | + babel-plugin-polyfill-corejs3 "^0.9.0" |
| 1005 | + babel-plugin-polyfill-regenerator "^0.5.5" |
| 1006 | + core-js-compat "^3.31.0" |
| 1007 | + semver "^6.3.1" |
| 1008 | + |
| 1009 | +"@babel/preset-env@^7.12.11": |
873 | 1010 | version "7.23.9"
|
874 | 1011 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
|
875 | 1012 | integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
|
|
1006 | 1143 | "@babel/parser" "^7.23.9"
|
1007 | 1144 | "@babel/types" "^7.23.9"
|
1008 | 1145 |
|
| 1146 | +"@babel/template@^7.24.0": |
| 1147 | + version "7.24.0" |
| 1148 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1149 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
| 1150 | + dependencies: |
| 1151 | + "@babel/code-frame" "^7.23.5" |
| 1152 | + "@babel/parser" "^7.24.0" |
| 1153 | + "@babel/types" "^7.24.0" |
| 1154 | + |
1009 | 1155 | "@babel/traverse@^7.23.9":
|
1010 | 1156 | version "7.23.9"
|
1011 | 1157 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
|
|
1022 | 1168 | debug "^4.3.1"
|
1023 | 1169 | globals "^11.1.0"
|
1024 | 1170 |
|
| 1171 | +"@babel/traverse@^7.24.0": |
| 1172 | + version "7.24.0" |
| 1173 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
| 1174 | + integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== |
| 1175 | + dependencies: |
| 1176 | + "@babel/code-frame" "^7.23.5" |
| 1177 | + "@babel/generator" "^7.23.6" |
| 1178 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1179 | + "@babel/helper-function-name" "^7.23.0" |
| 1180 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1181 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1182 | + "@babel/parser" "^7.24.0" |
| 1183 | + "@babel/types" "^7.24.0" |
| 1184 | + debug "^4.3.1" |
| 1185 | + globals "^11.1.0" |
| 1186 | + |
1025 | 1187 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
|
1026 | 1188 | version "7.23.9"
|
1027 | 1189 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
|
1031 | 1193 | "@babel/helper-validator-identifier" "^7.22.20"
|
1032 | 1194 | to-fast-properties "^2.0.0"
|
1033 | 1195 |
|
| 1196 | +"@babel/types@^7.24.0": |
| 1197 | + version "7.24.0" |
| 1198 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 1199 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 1200 | + dependencies: |
| 1201 | + "@babel/helper-string-parser" "^7.23.4" |
| 1202 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1203 | + to-fast-properties "^2.0.0" |
| 1204 | + |
1034 | 1205 | "@bcoe/v8-coverage@^0.2.3":
|
1035 | 1206 | version "0.2.3"
|
1036 | 1207 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments