|
48 | 48 | "@babel/highlight" "^7.24.7" |
49 | 49 | picocolors "^1.0.0" |
50 | 50 |
|
51 | | -"@babel/compat-data@^7.24.8": |
52 | | - version "7.24.8" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" |
54 | | - integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== |
| 51 | +"@babel/compat-data@^7.25.2": |
| 52 | + version "7.25.2" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
| 54 | + integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
55 | 55 |
|
56 | | -"@babel/core@7.24.9": |
57 | | - version "7.24.9" |
58 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
59 | | - integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 56 | +"@babel/core@7.25.2": |
| 57 | + version "7.25.2" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 59 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
60 | 60 | dependencies: |
61 | 61 | "@ampproject/remapping" "^2.2.0" |
62 | 62 | "@babel/code-frame" "^7.24.7" |
63 | | - "@babel/generator" "^7.24.9" |
64 | | - "@babel/helper-compilation-targets" "^7.24.8" |
65 | | - "@babel/helper-module-transforms" "^7.24.9" |
66 | | - "@babel/helpers" "^7.24.8" |
67 | | - "@babel/parser" "^7.24.8" |
68 | | - "@babel/template" "^7.24.7" |
69 | | - "@babel/traverse" "^7.24.8" |
70 | | - "@babel/types" "^7.24.9" |
| 63 | + "@babel/generator" "^7.25.0" |
| 64 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 65 | + "@babel/helper-module-transforms" "^7.25.2" |
| 66 | + "@babel/helpers" "^7.25.0" |
| 67 | + "@babel/parser" "^7.25.0" |
| 68 | + "@babel/template" "^7.25.0" |
| 69 | + "@babel/traverse" "^7.25.2" |
| 70 | + "@babel/types" "^7.25.2" |
71 | 71 | convert-source-map "^2.0.0" |
72 | 72 | debug "^4.1.0" |
73 | 73 | gensync "^1.0.0-beta.2" |
|
102 | 102 | "@jridgewell/trace-mapping" "^0.3.25" |
103 | 103 | jsesc "^2.5.1" |
104 | 104 |
|
105 | | -"@babel/generator@^7.24.8": |
106 | | - version "7.24.8" |
107 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a" |
108 | | - integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ== |
| 105 | +"@babel/generator@^7.25.0": |
| 106 | + version "7.25.0" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
| 108 | + integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
109 | 109 | dependencies: |
110 | | - "@babel/types" "^7.24.8" |
111 | | - "@jridgewell/gen-mapping" "^0.3.5" |
112 | | - "@jridgewell/trace-mapping" "^0.3.25" |
113 | | - jsesc "^2.5.1" |
114 | | - |
115 | | -"@babel/generator@^7.24.9": |
116 | | - version "7.24.9" |
117 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
118 | | - integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
119 | | - dependencies: |
120 | | - "@babel/types" "^7.24.9" |
| 110 | + "@babel/types" "^7.25.0" |
121 | 111 | "@jridgewell/gen-mapping" "^0.3.5" |
122 | 112 | "@jridgewell/trace-mapping" "^0.3.25" |
123 | 113 | jsesc "^2.5.1" |
|
136 | 126 | dependencies: |
137 | 127 | "@babel/types" "^7.24.7" |
138 | 128 |
|
139 | | -"@babel/helper-compilation-targets@^7.24.8": |
140 | | - version "7.24.8" |
141 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" |
142 | | - integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== |
| 129 | +"@babel/helper-compilation-targets@^7.25.2": |
| 130 | + version "7.25.2" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 132 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
143 | 133 | dependencies: |
144 | | - "@babel/compat-data" "^7.24.8" |
| 134 | + "@babel/compat-data" "^7.25.2" |
145 | 135 | "@babel/helper-validator-option" "^7.24.8" |
146 | 136 | browserslist "^4.23.1" |
147 | 137 | lru-cache "^5.1.1" |
|
223 | 213 | "@babel/traverse" "^7.24.7" |
224 | 214 | "@babel/types" "^7.24.7" |
225 | 215 |
|
226 | | -"@babel/helper-module-transforms@^7.24.9": |
227 | | - version "7.24.9" |
228 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
229 | | - integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 216 | +"@babel/helper-module-transforms@^7.25.2": |
| 217 | + version "7.25.2" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
| 219 | + integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
230 | 220 | dependencies: |
231 | | - "@babel/helper-environment-visitor" "^7.24.7" |
232 | 221 | "@babel/helper-module-imports" "^7.24.7" |
233 | 222 | "@babel/helper-simple-access" "^7.24.7" |
234 | | - "@babel/helper-split-export-declaration" "^7.24.7" |
235 | 223 | "@babel/helper-validator-identifier" "^7.24.7" |
| 224 | + "@babel/traverse" "^7.25.2" |
236 | 225 |
|
237 | 226 | "@babel/helper-optimise-call-expression@^7.18.6": |
238 | 227 | version "7.18.6" |
|
251 | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0" |
252 | 241 | integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg== |
253 | 242 |
|
| 243 | +"@babel/helper-plugin-utils@^7.24.8": |
| 244 | + version "7.24.8" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" |
| 246 | + integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== |
| 247 | + |
254 | 248 | "@babel/helper-replace-supers@^7.18.6": |
255 | 249 | version "7.18.6" |
256 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" |
|
314 | 308 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
315 | 309 | integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== |
316 | 310 |
|
317 | | -"@babel/helpers@^7.24.8": |
318 | | - version "7.24.8" |
319 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
320 | | - integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 311 | +"@babel/helpers@^7.25.0": |
| 312 | + version "7.25.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
| 314 | + integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
321 | 315 | dependencies: |
322 | | - "@babel/template" "^7.24.7" |
323 | | - "@babel/types" "^7.24.8" |
| 316 | + "@babel/template" "^7.25.0" |
| 317 | + "@babel/types" "^7.25.0" |
324 | 318 |
|
325 | 319 | "@babel/highlight@^7.10.4": |
326 | 320 | version "7.12.13" |
|
360 | 354 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85" |
361 | 355 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw== |
362 | 356 |
|
363 | | -"@babel/parser@^7.24.8": |
364 | | - version "7.24.8" |
365 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
366 | | - integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 357 | +"@babel/parser@^7.25.0": |
| 358 | + version "7.25.0" |
| 359 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" |
| 360 | + integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== |
367 | 361 |
|
368 | 362 | |
369 | 363 | version "7.18.6" |
|
380 | 374 | dependencies: |
381 | 375 | "@babel/helper-plugin-utils" "^7.24.7" |
382 | 376 |
|
383 | | -"@babel/plugin-transform-react-jsx@7.24.7": |
384 | | - version "7.24.7" |
385 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz#17cd06b75a9f0e2bd076503400e7c4b99beedac4" |
386 | | - integrity sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA== |
| 377 | +"@babel/plugin-transform-react-jsx@7.25.2": |
| 378 | + version "7.25.2" |
| 379 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz#e37e8ebfa77e9f0b16ba07fadcb6adb47412227a" |
| 380 | + integrity sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA== |
387 | 381 | dependencies: |
388 | 382 | "@babel/helper-annotate-as-pure" "^7.24.7" |
389 | 383 | "@babel/helper-module-imports" "^7.24.7" |
390 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 384 | + "@babel/helper-plugin-utils" "^7.24.8" |
391 | 385 | "@babel/plugin-syntax-jsx" "^7.24.7" |
392 | | - "@babel/types" "^7.24.7" |
| 386 | + "@babel/types" "^7.25.2" |
393 | 387 |
|
394 | 388 | |
395 | 389 | version "7.24.6" |
|
420 | 414 | "@babel/parser" "^7.24.7" |
421 | 415 | "@babel/types" "^7.24.7" |
422 | 416 |
|
| 417 | +"@babel/template@^7.25.0": |
| 418 | + version "7.25.0" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
| 420 | + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
| 421 | + dependencies: |
| 422 | + "@babel/code-frame" "^7.24.7" |
| 423 | + "@babel/parser" "^7.25.0" |
| 424 | + "@babel/types" "^7.25.0" |
| 425 | + |
423 | 426 | "@babel/traverse@^7.18.6": |
424 | 427 | version "7.18.6" |
425 | 428 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d" |
|
452 | 455 | debug "^4.3.1" |
453 | 456 | globals "^11.1.0" |
454 | 457 |
|
455 | | -"@babel/traverse@^7.24.8": |
456 | | - version "7.24.8" |
457 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
458 | | - integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 458 | +"@babel/traverse@^7.25.2": |
| 459 | + version "7.25.2" |
| 460 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" |
| 461 | + integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== |
459 | 462 | dependencies: |
460 | 463 | "@babel/code-frame" "^7.24.7" |
461 | | - "@babel/generator" "^7.24.8" |
462 | | - "@babel/helper-environment-visitor" "^7.24.7" |
463 | | - "@babel/helper-function-name" "^7.24.7" |
464 | | - "@babel/helper-hoist-variables" "^7.24.7" |
465 | | - "@babel/helper-split-export-declaration" "^7.24.7" |
466 | | - "@babel/parser" "^7.24.8" |
467 | | - "@babel/types" "^7.24.8" |
| 464 | + "@babel/generator" "^7.25.0" |
| 465 | + "@babel/parser" "^7.25.0" |
| 466 | + "@babel/template" "^7.25.0" |
| 467 | + "@babel/types" "^7.25.2" |
468 | 468 | debug "^4.3.1" |
469 | 469 | globals "^11.1.0" |
470 | 470 |
|
|
493 | 493 | "@babel/helper-validator-identifier" "^7.24.7" |
494 | 494 | to-fast-properties "^2.0.0" |
495 | 495 |
|
496 | | -"@babel/types@^7.24.8": |
497 | | - version "7.24.8" |
498 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8" |
499 | | - integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA== |
500 | | - dependencies: |
501 | | - "@babel/helper-string-parser" "^7.24.8" |
502 | | - "@babel/helper-validator-identifier" "^7.24.7" |
503 | | - to-fast-properties "^2.0.0" |
504 | | - |
505 | | -"@babel/types@^7.24.9": |
506 | | - version "7.24.9" |
507 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
508 | | - integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 496 | +"@babel/types@^7.25.0", "@babel/types@^7.25.2": |
| 497 | + version "7.25.2" |
| 498 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
| 499 | + integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
509 | 500 | dependencies: |
510 | 501 | "@babel/helper-string-parser" "^7.24.8" |
511 | 502 | "@babel/helper-validator-identifier" "^7.24.7" |
|
0 commit comments