|
44 | 44 | "@babel/highlight" "^7.23.4"
|
45 | 45 | chalk "^2.4.2"
|
46 | 46 |
|
47 |
| -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5": |
| 47 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5": |
48 | 48 | version "7.23.5"
|
49 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
50 | 50 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
51 | 51 |
|
52 |
| -"@babel/core@7.23.9", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9": |
53 |
| - version "7.23.9" |
54 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" |
55 |
| - integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== |
| 52 | +"@babel/core@7.24.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9": |
| 53 | + version "7.24.0" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b" |
| 55 | + integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw== |
56 | 56 | dependencies:
|
57 | 57 | "@ampproject/remapping" "^2.2.0"
|
58 | 58 | "@babel/code-frame" "^7.23.5"
|
59 | 59 | "@babel/generator" "^7.23.6"
|
60 | 60 | "@babel/helper-compilation-targets" "^7.23.6"
|
61 | 61 | "@babel/helper-module-transforms" "^7.23.3"
|
62 |
| - "@babel/helpers" "^7.23.9" |
63 |
| - "@babel/parser" "^7.23.9" |
64 |
| - "@babel/template" "^7.23.9" |
65 |
| - "@babel/traverse" "^7.23.9" |
66 |
| - "@babel/types" "^7.23.9" |
| 62 | + "@babel/helpers" "^7.24.0" |
| 63 | + "@babel/parser" "^7.24.0" |
| 64 | + "@babel/template" "^7.24.0" |
| 65 | + "@babel/traverse" "^7.24.0" |
| 66 | + "@babel/types" "^7.24.0" |
67 | 67 | convert-source-map "^2.0.0"
|
68 | 68 | debug "^4.1.0"
|
69 | 69 | gensync "^1.0.0-beta.2"
|
|
201 | 201 | dependencies:
|
202 | 202 | "@babel/types" "^7.22.5"
|
203 | 203 |
|
204 |
| -"@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.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
205 |
| - version "7.22.5" |
206 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" |
207 |
| - integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== |
| 204 | +"@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.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 205 | + version "7.24.0" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" |
| 207 | + integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== |
208 | 208 |
|
209 | 209 | "@babel/helper-remap-async-to-generator@^7.22.20":
|
210 | 210 | version "7.22.20"
|
|
269 | 269 | "@babel/template" "^7.22.15"
|
270 | 270 | "@babel/types" "^7.22.19"
|
271 | 271 |
|
272 |
| -"@babel/helpers@^7.23.9": |
273 |
| - version "7.23.9" |
274 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" |
275 |
| - integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== |
| 272 | +"@babel/helpers@^7.24.0": |
| 273 | + version "7.24.0" |
| 274 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b" |
| 275 | + integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA== |
276 | 276 | dependencies:
|
277 |
| - "@babel/template" "^7.23.9" |
278 |
| - "@babel/traverse" "^7.23.9" |
279 |
| - "@babel/types" "^7.23.9" |
| 277 | + "@babel/template" "^7.24.0" |
| 278 | + "@babel/traverse" "^7.24.0" |
| 279 | + "@babel/types" "^7.24.0" |
280 | 280 |
|
281 | 281 | "@babel/highlight@^7.23.4":
|
282 | 282 | version "7.23.4"
|
|
287 | 287 | chalk "^2.4.2"
|
288 | 288 | js-tokens "^4.0.0"
|
289 | 289 |
|
290 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9": |
291 |
| - version "7.23.9" |
292 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" |
293 |
| - integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== |
| 290 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.0": |
| 291 | + version "7.24.0" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac" |
| 293 | + integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg== |
294 | 294 |
|
295 | 295 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
296 | 296 | version "7.23.3"
|
|
707 | 707 | "@babel/helper-plugin-utils" "^7.22.5"
|
708 | 708 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
709 | 709 |
|
710 |
| -"@babel/plugin-transform-object-rest-spread@^7.23.4": |
711 |
| - version "7.23.4" |
712 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83" |
713 |
| - integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g== |
| 710 | +"@babel/plugin-transform-object-rest-spread@^7.24.0": |
| 711 | + version "7.24.0" |
| 712 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1" |
| 713 | + integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w== |
714 | 714 | dependencies:
|
715 |
| - "@babel/compat-data" "^7.23.3" |
716 |
| - "@babel/helper-compilation-targets" "^7.22.15" |
717 |
| - "@babel/helper-plugin-utils" "^7.22.5" |
| 715 | + "@babel/compat-data" "^7.23.5" |
| 716 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 717 | + "@babel/helper-plugin-utils" "^7.24.0" |
718 | 718 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
719 | 719 | "@babel/plugin-transform-parameters" "^7.23.3"
|
720 | 720 |
|
|
890 | 890 | "@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
891 | 891 | "@babel/helper-plugin-utils" "^7.22.5"
|
892 | 892 |
|
893 |
| -"@babel/preset-env@7.23.9": |
894 |
| - version "7.23.9" |
895 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669" |
896 |
| - integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A== |
| 893 | +"@babel/preset-env@7.24.0": |
| 894 | + version "7.24.0" |
| 895 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc" |
| 896 | + integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA== |
897 | 897 | dependencies:
|
898 | 898 | "@babel/compat-data" "^7.23.5"
|
899 | 899 | "@babel/helper-compilation-targets" "^7.23.6"
|
900 |
| - "@babel/helper-plugin-utils" "^7.22.5" |
| 900 | + "@babel/helper-plugin-utils" "^7.24.0" |
901 | 901 | "@babel/helper-validator-option" "^7.23.5"
|
902 | 902 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
|
903 | 903 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
|
|
950 | 950 | "@babel/plugin-transform-new-target" "^7.23.3"
|
951 | 951 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
|
952 | 952 | "@babel/plugin-transform-numeric-separator" "^7.23.4"
|
953 |
| - "@babel/plugin-transform-object-rest-spread" "^7.23.4" |
| 953 | + "@babel/plugin-transform-object-rest-spread" "^7.24.0" |
954 | 954 | "@babel/plugin-transform-object-super" "^7.23.3"
|
955 | 955 | "@babel/plugin-transform-optional-catch-binding" "^7.23.4"
|
956 | 956 | "@babel/plugin-transform-optional-chaining" "^7.23.4"
|
|
1009 | 1009 | dependencies:
|
1010 | 1010 | regenerator-runtime "^0.14.0"
|
1011 | 1011 |
|
1012 |
| -"@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.3.3": |
1013 |
| - version "7.23.9" |
1014 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" |
1015 |
| - integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== |
| 1012 | +"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3": |
| 1013 | + version "7.24.0" |
| 1014 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1015 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
1016 | 1016 | dependencies:
|
1017 | 1017 | "@babel/code-frame" "^7.23.5"
|
1018 |
| - "@babel/parser" "^7.23.9" |
1019 |
| - "@babel/types" "^7.23.9" |
| 1018 | + "@babel/parser" "^7.24.0" |
| 1019 | + "@babel/types" "^7.24.0" |
1020 | 1020 |
|
1021 |
| -"@babel/traverse@^7.23.9": |
1022 |
| - version "7.23.9" |
1023 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" |
1024 |
| - integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== |
| 1021 | +"@babel/traverse@^7.24.0": |
| 1022 | + version "7.24.0" |
| 1023 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e" |
| 1024 | + integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw== |
1025 | 1025 | dependencies:
|
1026 | 1026 | "@babel/code-frame" "^7.23.5"
|
1027 | 1027 | "@babel/generator" "^7.23.6"
|
1028 | 1028 | "@babel/helper-environment-visitor" "^7.22.20"
|
1029 | 1029 | "@babel/helper-function-name" "^7.23.0"
|
1030 | 1030 | "@babel/helper-hoist-variables" "^7.22.5"
|
1031 | 1031 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1032 |
| - "@babel/parser" "^7.23.9" |
1033 |
| - "@babel/types" "^7.23.9" |
| 1032 | + "@babel/parser" "^7.24.0" |
| 1033 | + "@babel/types" "^7.24.0" |
1034 | 1034 | debug "^4.3.1"
|
1035 | 1035 | globals "^11.1.0"
|
1036 | 1036 |
|
1037 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@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.3.3", "@babel/types@^7.4.4": |
1038 |
| - version "7.23.9" |
1039 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" |
1040 |
| - integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== |
| 1037 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@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.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1038 | + version "7.24.0" |
| 1039 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 1040 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
1041 | 1041 | dependencies:
|
1042 | 1042 | "@babel/helper-string-parser" "^7.23.4"
|
1043 | 1043 | "@babel/helper-validator-identifier" "^7.22.20"
|
|
0 commit comments