|
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.9.tgz#10a2e7fda4e51742c907938ac3b7229426515514" |
29 | 29 | integrity sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ== |
30 | 30 |
|
31 | | -"@babel/compat-data@^7.24.8": |
32 | | - version "7.24.8" |
33 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" |
34 | | - integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== |
| 31 | +"@babel/compat-data@^7.25.2": |
| 32 | + version "7.25.2" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
| 34 | + integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
35 | 35 |
|
36 | 36 | "@babel/core@^7.13.16", "@babel/core@^7.20.0": |
37 | | - version "7.24.9" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
39 | | - integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 37 | + version "7.25.2" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 39 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
40 | 40 | dependencies: |
41 | 41 | "@ampproject/remapping" "^2.2.0" |
42 | 42 | "@babel/code-frame" "^7.24.7" |
43 | | - "@babel/generator" "^7.24.9" |
44 | | - "@babel/helper-compilation-targets" "^7.24.8" |
45 | | - "@babel/helper-module-transforms" "^7.24.9" |
46 | | - "@babel/helpers" "^7.24.8" |
47 | | - "@babel/parser" "^7.24.8" |
48 | | - "@babel/template" "^7.24.7" |
49 | | - "@babel/traverse" "^7.24.8" |
50 | | - "@babel/types" "^7.24.9" |
| 43 | + "@babel/generator" "^7.25.0" |
| 44 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 45 | + "@babel/helper-module-transforms" "^7.25.2" |
| 46 | + "@babel/helpers" "^7.25.0" |
| 47 | + "@babel/parser" "^7.25.0" |
| 48 | + "@babel/template" "^7.25.0" |
| 49 | + "@babel/traverse" "^7.25.2" |
| 50 | + "@babel/types" "^7.25.2" |
51 | 51 | convert-source-map "^2.0.0" |
52 | 52 | debug "^4.1.0" |
53 | 53 | gensync "^1.0.0-beta.2" |
|
63 | 63 | eslint-visitor-keys "^2.1.0" |
64 | 64 | semver "^6.3.0" |
65 | 65 |
|
66 | | -"@babel/generator@^7.20.0", "@babel/generator@^7.24.8", "@babel/generator@^7.24.9": |
67 | | - version "7.24.9" |
68 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
69 | | - integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 66 | +"@babel/generator@^7.20.0", "@babel/generator@^7.25.0": |
| 67 | + version "7.25.0" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
| 69 | + integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
70 | 70 | dependencies: |
71 | | - "@babel/types" "^7.24.9" |
| 71 | + "@babel/types" "^7.25.0" |
72 | 72 | "@jridgewell/gen-mapping" "^0.3.5" |
73 | 73 | "@jridgewell/trace-mapping" "^0.3.25" |
74 | 74 | jsesc "^2.5.1" |
|
109 | 109 | "@babel/types" "^7.8.3" |
110 | 110 | esutils "^2.0.0" |
111 | 111 |
|
112 | | -"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.24.8": |
113 | | - version "7.24.8" |
114 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" |
115 | | - integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== |
| 112 | +"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.25.2": |
| 113 | + version "7.25.2" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 115 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
116 | 116 | dependencies: |
117 | | - "@babel/compat-data" "^7.24.8" |
| 117 | + "@babel/compat-data" "^7.25.2" |
118 | 118 | "@babel/helper-validator-option" "^7.24.8" |
119 | 119 | browserslist "^4.23.1" |
120 | 120 | lru-cache "^5.1.1" |
|
205 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
206 | 206 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
207 | 207 |
|
208 | | -"@babel/helper-environment-visitor@^7.24.7": |
209 | | - version "7.24.7" |
210 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" |
211 | | - integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== |
212 | | - dependencies: |
213 | | - "@babel/types" "^7.24.7" |
214 | | - |
215 | 208 | "@babel/helper-function-name@^7.16.7": |
216 | 209 | version "7.16.7" |
217 | 210 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" |
|
237 | 230 | "@babel/template" "^7.22.5" |
238 | 231 | "@babel/types" "^7.22.5" |
239 | 232 |
|
240 | | -"@babel/helper-function-name@^7.24.7": |
241 | | - version "7.24.7" |
242 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" |
243 | | - integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== |
244 | | - dependencies: |
245 | | - "@babel/template" "^7.24.7" |
246 | | - "@babel/types" "^7.24.7" |
247 | | - |
248 | 233 | "@babel/helper-function-name@^7.8.3": |
249 | 234 | version "7.8.3" |
250 | 235 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
|
268 | 253 | dependencies: |
269 | 254 | "@babel/types" "^7.8.3" |
270 | 255 |
|
271 | | -"@babel/helper-hoist-variables@^7.24.7": |
272 | | - version "7.24.7" |
273 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
274 | | - integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
275 | | - dependencies: |
276 | | - "@babel/types" "^7.24.7" |
277 | | - |
278 | 256 | "@babel/helper-member-expression-to-functions@^7.16.7": |
279 | 257 | version "7.16.7" |
280 | 258 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" |
|
325 | 303 | dependencies: |
326 | 304 | "@babel/types" "^7.8.3" |
327 | 305 |
|
328 | | -"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.24.9": |
329 | | - version "7.24.9" |
330 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
331 | | - integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 306 | +"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.25.2": |
| 307 | + version "7.25.2" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
| 309 | + integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
332 | 310 | dependencies: |
333 | | - "@babel/helper-environment-visitor" "^7.24.7" |
334 | 311 | "@babel/helper-module-imports" "^7.24.7" |
335 | 312 | "@babel/helper-simple-access" "^7.24.7" |
336 | | - "@babel/helper-split-export-declaration" "^7.24.7" |
337 | 313 | "@babel/helper-validator-identifier" "^7.24.7" |
| 314 | + "@babel/traverse" "^7.25.2" |
338 | 315 |
|
339 | 316 | "@babel/helper-optimise-call-expression@^7.16.7": |
340 | 317 | version "7.16.7" |
|
522 | 499 | dependencies: |
523 | 500 | "@babel/types" "^7.22.5" |
524 | 501 |
|
525 | | -"@babel/helper-split-export-declaration@^7.24.7": |
526 | | - version "7.24.7" |
527 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" |
528 | | - integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== |
529 | | - dependencies: |
530 | | - "@babel/types" "^7.24.7" |
531 | | - |
532 | 502 | "@babel/helper-split-export-declaration@^7.8.3": |
533 | 503 | version "7.8.3" |
534 | 504 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
|
581 | 551 | "@babel/traverse" "^7.20.5" |
582 | 552 | "@babel/types" "^7.20.5" |
583 | 553 |
|
584 | | -"@babel/helpers@^7.24.8": |
585 | | - version "7.24.8" |
586 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
587 | | - integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 554 | +"@babel/helpers@^7.25.0": |
| 555 | + version "7.25.0" |
| 556 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
| 557 | + integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
588 | 558 | dependencies: |
589 | | - "@babel/template" "^7.24.7" |
590 | | - "@babel/types" "^7.24.8" |
| 559 | + "@babel/template" "^7.25.0" |
| 560 | + "@babel/types" "^7.25.0" |
591 | 561 |
|
592 | 562 | "@babel/highlight@^7.24.7": |
593 | 563 | version "7.24.7" |
|
599 | 569 | js-tokens "^4.0.0" |
600 | 570 | picocolors "^1.0.0" |
601 | 571 |
|
602 | | -"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8": |
603 | | - version "7.24.8" |
604 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
605 | | - integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 572 | +"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.25.0": |
| 573 | + version "7.25.0" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" |
| 575 | + integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== |
606 | 576 |
|
607 | 577 | "@babel/plugin-proposal-async-generator-functions@^7.0.0": |
608 | 578 | version "7.17.12" |
|
1053 | 1023 | dependencies: |
1054 | 1024 | regenerator-runtime "^0.14.0" |
1055 | 1025 |
|
1056 | | -"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.22.5", "@babel/template@^7.24.7", "@babel/template@^7.8.3": |
1057 | | - version "7.24.7" |
1058 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
1059 | | - integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
| 1026 | +"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.22.5", "@babel/template@^7.25.0", "@babel/template@^7.8.3": |
| 1027 | + version "7.25.0" |
| 1028 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
| 1029 | + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
1060 | 1030 | dependencies: |
1061 | 1031 | "@babel/code-frame" "^7.24.7" |
1062 | | - "@babel/parser" "^7.24.7" |
1063 | | - "@babel/types" "^7.24.7" |
| 1032 | + "@babel/parser" "^7.25.0" |
| 1033 | + "@babel/types" "^7.25.0" |
1064 | 1034 |
|
1065 | | -"@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.22.5", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.8.3": |
1066 | | - version "7.24.8" |
1067 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
1068 | | - integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 1035 | +"@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.22.5", "@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.8.3": |
| 1036 | + version "7.25.2" |
| 1037 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" |
| 1038 | + integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== |
1069 | 1039 | dependencies: |
1070 | 1040 | "@babel/code-frame" "^7.24.7" |
1071 | | - "@babel/generator" "^7.24.8" |
1072 | | - "@babel/helper-environment-visitor" "^7.24.7" |
1073 | | - "@babel/helper-function-name" "^7.24.7" |
1074 | | - "@babel/helper-hoist-variables" "^7.24.7" |
1075 | | - "@babel/helper-split-export-declaration" "^7.24.7" |
1076 | | - "@babel/parser" "^7.24.8" |
1077 | | - "@babel/types" "^7.24.8" |
| 1041 | + "@babel/generator" "^7.25.0" |
| 1042 | + "@babel/parser" "^7.25.0" |
| 1043 | + "@babel/template" "^7.25.0" |
| 1044 | + "@babel/types" "^7.25.2" |
1078 | 1045 | debug "^4.3.1" |
1079 | 1046 | globals "^11.1.0" |
1080 | 1047 |
|
1081 | | -"@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.8.3": |
1082 | | - version "7.24.9" |
1083 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
1084 | | - integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1048 | +"@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.8.3": |
| 1049 | + version "7.25.2" |
| 1050 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
| 1051 | + integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
1085 | 1052 | dependencies: |
1086 | 1053 | "@babel/helper-string-parser" "^7.24.8" |
1087 | 1054 | "@babel/helper-validator-identifier" "^7.24.7" |
|
0 commit comments