|
25 | 25 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
26 | 26 |
|
27 | 27 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
|
28 |
| - version "7.28.0" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
30 |
| - integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
| 28 | + version "7.28.3" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 30 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
31 | 31 | dependencies:
|
32 | 32 | "@ampproject/remapping" "^2.2.0"
|
33 | 33 | "@babel/code-frame" "^7.27.1"
|
34 |
| - "@babel/generator" "^7.28.0" |
| 34 | + "@babel/generator" "^7.28.3" |
35 | 35 | "@babel/helper-compilation-targets" "^7.27.2"
|
36 |
| - "@babel/helper-module-transforms" "^7.27.3" |
37 |
| - "@babel/helpers" "^7.27.6" |
38 |
| - "@babel/parser" "^7.28.0" |
| 36 | + "@babel/helper-module-transforms" "^7.28.3" |
| 37 | + "@babel/helpers" "^7.28.3" |
| 38 | + "@babel/parser" "^7.28.3" |
39 | 39 | "@babel/template" "^7.27.2"
|
40 |
| - "@babel/traverse" "^7.28.0" |
41 |
| - "@babel/types" "^7.28.0" |
| 40 | + "@babel/traverse" "^7.28.3" |
| 41 | + "@babel/types" "^7.28.2" |
42 | 42 | convert-source-map "^2.0.0"
|
43 | 43 | debug "^4.1.0"
|
44 | 44 | gensync "^1.0.0-beta.2"
|
45 | 45 | json5 "^2.2.3"
|
46 | 46 | semver "^6.3.1"
|
47 | 47 |
|
48 |
| -"@babel/generator@^7.28.0", "@babel/generator@^7.7.2": |
49 |
| - version "7.28.0" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2" |
51 |
| - integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg== |
| 48 | +"@babel/generator@^7.28.3", "@babel/generator@^7.7.2": |
| 49 | + version "7.28.3" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 51 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
52 | 52 | dependencies:
|
53 |
| - "@babel/parser" "^7.28.0" |
54 |
| - "@babel/types" "^7.28.0" |
| 53 | + "@babel/parser" "^7.28.3" |
| 54 | + "@babel/types" "^7.28.2" |
55 | 55 | "@jridgewell/gen-mapping" "^0.3.12"
|
56 | 56 | "@jridgewell/trace-mapping" "^0.3.28"
|
57 | 57 | jsesc "^3.0.2"
|
|
87 | 87 | "@babel/traverse" "^7.27.1"
|
88 | 88 | semver "^6.3.1"
|
89 | 89 |
|
| 90 | +"@babel/helper-create-class-features-plugin@^7.28.3": |
| 91 | + version "7.28.3" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
| 93 | + integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg== |
| 94 | + dependencies: |
| 95 | + "@babel/helper-annotate-as-pure" "^7.27.3" |
| 96 | + "@babel/helper-member-expression-to-functions" "^7.27.1" |
| 97 | + "@babel/helper-optimise-call-expression" "^7.27.1" |
| 98 | + "@babel/helper-replace-supers" "^7.27.1" |
| 99 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 100 | + "@babel/traverse" "^7.28.3" |
| 101 | + semver "^6.3.1" |
| 102 | + |
90 | 103 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
|
91 | 104 | version "7.27.1"
|
92 | 105 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz#05b0882d97ba1d4d03519e4bce615d70afa18c53"
|
|
128 | 141 | "@babel/traverse" "^7.27.1"
|
129 | 142 | "@babel/types" "^7.27.1"
|
130 | 143 |
|
131 |
| -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
132 |
| - version "7.27.3" |
133 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
134 |
| - integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 144 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
| 145 | + version "7.28.3" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 147 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
135 | 148 | dependencies:
|
136 | 149 | "@babel/helper-module-imports" "^7.27.1"
|
137 | 150 | "@babel/helper-validator-identifier" "^7.27.1"
|
138 |
| - "@babel/traverse" "^7.27.3" |
| 151 | + "@babel/traverse" "^7.28.3" |
139 | 152 |
|
140 | 153 | "@babel/helper-optimise-call-expression@^7.27.1":
|
141 | 154 | version "7.27.1"
|
|
199 | 212 | "@babel/traverse" "^7.27.1"
|
200 | 213 | "@babel/types" "^7.27.1"
|
201 | 214 |
|
202 |
| -"@babel/helpers@^7.27.6": |
203 |
| - version "7.27.6" |
204 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
205 |
| - integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
| 215 | +"@babel/helpers@^7.28.3": |
| 216 | + version "7.28.3" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 218 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
206 | 219 | dependencies:
|
207 | 220 | "@babel/template" "^7.27.2"
|
208 |
| - "@babel/types" "^7.27.6" |
| 221 | + "@babel/types" "^7.28.2" |
209 | 222 |
|
210 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0": |
211 |
| - version "7.28.0" |
212 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
213 |
| - integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
| 223 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3": |
| 224 | + version "7.28.3" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 226 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
214 | 227 | dependencies:
|
215 |
| - "@babel/types" "^7.28.0" |
| 228 | + "@babel/types" "^7.28.2" |
216 | 229 |
|
217 | 230 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
218 | 231 | version "7.27.1"
|
|
245 | 258 | "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
246 | 259 | "@babel/plugin-transform-optional-chaining" "^7.27.1"
|
247 | 260 |
|
248 |
| -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1": |
249 |
| - version "7.27.1" |
250 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670" |
251 |
| - integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw== |
| 261 | +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3": |
| 262 | + version "7.28.3" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a" |
| 264 | + integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw== |
252 | 265 | dependencies:
|
253 | 266 | "@babel/helper-plugin-utils" "^7.27.1"
|
254 |
| - "@babel/traverse" "^7.27.1" |
| 267 | + "@babel/traverse" "^7.28.3" |
255 | 268 |
|
256 | 269 | "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
257 | 270 | version "7.21.0-placeholder-for-preset-env.2"
|
|
439 | 452 | "@babel/helper-create-class-features-plugin" "^7.27.1"
|
440 | 453 | "@babel/helper-plugin-utils" "^7.27.1"
|
441 | 454 |
|
442 |
| -"@babel/plugin-transform-class-static-block@^7.27.1": |
443 |
| - version "7.27.1" |
444 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4" |
445 |
| - integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA== |
| 455 | +"@babel/plugin-transform-class-static-block@^7.28.3": |
| 456 | + version "7.28.3" |
| 457 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852" |
| 458 | + integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg== |
446 | 459 | dependencies:
|
447 |
| - "@babel/helper-create-class-features-plugin" "^7.27.1" |
| 460 | + "@babel/helper-create-class-features-plugin" "^7.28.3" |
448 | 461 | "@babel/helper-plugin-utils" "^7.27.1"
|
449 | 462 |
|
450 |
| -"@babel/plugin-transform-classes@^7.28.0": |
451 |
| - version "7.28.0" |
452 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8" |
453 |
| - integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA== |
| 463 | +"@babel/plugin-transform-classes@^7.28.3": |
| 464 | + version "7.28.3" |
| 465 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a" |
| 466 | + integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg== |
454 | 467 | dependencies:
|
455 | 468 | "@babel/helper-annotate-as-pure" "^7.27.3"
|
456 | 469 | "@babel/helper-compilation-targets" "^7.27.2"
|
457 | 470 | "@babel/helper-globals" "^7.28.0"
|
458 | 471 | "@babel/helper-plugin-utils" "^7.27.1"
|
459 | 472 | "@babel/helper-replace-supers" "^7.27.1"
|
460 |
| - "@babel/traverse" "^7.28.0" |
| 473 | + "@babel/traverse" "^7.28.3" |
461 | 474 |
|
462 | 475 | "@babel/plugin-transform-computed-properties@^7.27.1":
|
463 | 476 | version "7.27.1"
|
|
700 | 713 | dependencies:
|
701 | 714 | "@babel/helper-plugin-utils" "^7.27.1"
|
702 | 715 |
|
703 |
| -"@babel/plugin-transform-regenerator@^7.28.0": |
704 |
| - version "7.28.0" |
705 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1" |
706 |
| - integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ== |
| 716 | +"@babel/plugin-transform-regenerator@^7.28.3": |
| 717 | + version "7.28.3" |
| 718 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344" |
| 719 | + integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A== |
707 | 720 | dependencies:
|
708 | 721 | "@babel/helper-plugin-utils" "^7.27.1"
|
709 | 722 |
|
|
790 | 803 | "@babel/helper-plugin-utils" "^7.27.1"
|
791 | 804 |
|
792 | 805 | "@babel/preset-env@^7.25.2":
|
793 |
| - version "7.28.0" |
794 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c" |
795 |
| - integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg== |
| 806 | + version "7.28.3" |
| 807 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187" |
| 808 | + integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg== |
796 | 809 | dependencies:
|
797 | 810 | "@babel/compat-data" "^7.28.0"
|
798 | 811 | "@babel/helper-compilation-targets" "^7.27.2"
|
|
802 | 815 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
|
803 | 816 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
|
804 | 817 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
|
805 |
| - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1" |
| 818 | + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3" |
806 | 819 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
807 | 820 | "@babel/plugin-syntax-import-assertions" "^7.27.1"
|
808 | 821 | "@babel/plugin-syntax-import-attributes" "^7.27.1"
|
|
813 | 826 | "@babel/plugin-transform-block-scoped-functions" "^7.27.1"
|
814 | 827 | "@babel/plugin-transform-block-scoping" "^7.28.0"
|
815 | 828 | "@babel/plugin-transform-class-properties" "^7.27.1"
|
816 |
| - "@babel/plugin-transform-class-static-block" "^7.27.1" |
817 |
| - "@babel/plugin-transform-classes" "^7.28.0" |
| 829 | + "@babel/plugin-transform-class-static-block" "^7.28.3" |
| 830 | + "@babel/plugin-transform-classes" "^7.28.3" |
818 | 831 | "@babel/plugin-transform-computed-properties" "^7.27.1"
|
819 | 832 | "@babel/plugin-transform-destructuring" "^7.28.0"
|
820 | 833 | "@babel/plugin-transform-dotall-regex" "^7.27.1"
|
|
846 | 859 | "@babel/plugin-transform-private-methods" "^7.27.1"
|
847 | 860 | "@babel/plugin-transform-private-property-in-object" "^7.27.1"
|
848 | 861 | "@babel/plugin-transform-property-literals" "^7.27.1"
|
849 |
| - "@babel/plugin-transform-regenerator" "^7.28.0" |
| 862 | + "@babel/plugin-transform-regenerator" "^7.28.3" |
850 | 863 | "@babel/plugin-transform-regexp-modifiers" "^7.27.1"
|
851 | 864 | "@babel/plugin-transform-reserved-words" "^7.27.1"
|
852 | 865 | "@babel/plugin-transform-shorthand-properties" "^7.27.1"
|
|
875 | 888 | esutils "^2.0.2"
|
876 | 889 |
|
877 | 890 | "@babel/register@^7.15.8":
|
878 |
| - version "7.27.1" |
879 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.27.1.tgz#ea4d701649d788d7cb8a064b7540fd21083147f1" |
880 |
| - integrity sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ== |
| 891 | + version "7.28.3" |
| 892 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.28.3.tgz#abd8a3753480c799bdaf9c9092d6745d16e052c2" |
| 893 | + integrity sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA== |
881 | 894 | dependencies:
|
882 | 895 | clone-deep "^4.0.1"
|
883 | 896 | find-cache-dir "^2.0.0"
|
|
894 | 907 | "@babel/parser" "^7.27.2"
|
895 | 908 | "@babel/types" "^7.27.1"
|
896 | 909 |
|
897 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0": |
898 |
| - version "7.28.0" |
899 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b" |
900 |
| - integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg== |
| 910 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3": |
| 911 | + version "7.28.3" |
| 912 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
| 913 | + integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
901 | 914 | dependencies:
|
902 | 915 | "@babel/code-frame" "^7.27.1"
|
903 |
| - "@babel/generator" "^7.28.0" |
| 916 | + "@babel/generator" "^7.28.3" |
904 | 917 | "@babel/helper-globals" "^7.28.0"
|
905 |
| - "@babel/parser" "^7.28.0" |
| 918 | + "@babel/parser" "^7.28.3" |
906 | 919 | "@babel/template" "^7.27.2"
|
907 |
| - "@babel/types" "^7.28.0" |
| 920 | + "@babel/types" "^7.28.2" |
908 | 921 | debug "^4.3.1"
|
909 | 922 |
|
910 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
911 |
| - version "7.28.0" |
912 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950" |
913 |
| - integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg== |
| 923 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 924 | + version "7.28.2" |
| 925 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
| 926 | + integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
914 | 927 | dependencies:
|
915 | 928 | "@babel/helper-string-parser" "^7.27.1"
|
916 | 929 | "@babel/helper-validator-identifier" "^7.27.1"
|
@@ -3829,7 +3842,7 @@ braces@^3.0.3, braces@~3.0.2:
|
3829 | 3842 | dependencies:
|
3830 | 3843 | fill-range "^7.1.1"
|
3831 | 3844 |
|
3832 |
| -browserslist@^4.24.0, browserslist@^4.25.0, browserslist@^4.25.1: |
| 3845 | +browserslist@^4.24.0, browserslist@^4.25.1: |
3833 | 3846 | version "4.25.1"
|
3834 | 3847 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
|
3835 | 3848 | integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
|
|
4521 | 4534 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
|
4522 | 4535 | integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
|
4523 | 4536 |
|
4524 |
| -core-js-compat@^3.43.0: |
4525 |
| - version "3.43.0" |
4526 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.43.0.tgz#055587369c458795ef316f65e0aabb808fb15840" |
4527 |
| - integrity sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA== |
4528 |
| - dependencies: |
4529 |
| - browserslist "^4.25.0" |
4530 |
| - |
4531 |
| -core-js-compat@^3.44.0: |
| 4537 | +core-js-compat@^3.43.0, core-js-compat@^3.44.0: |
4532 | 4538 | version "3.44.0"
|
4533 | 4539 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
|
4534 | 4540 | integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
|
@@ -11897,9 +11903,9 @@ webpack-sources@^3.3.3:
|
11897 | 11903 | integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
|
11898 | 11904 |
|
11899 | 11905 | webpack@^5.101.0:
|
11900 |
| - version "5.101.1" |
11901 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.1.tgz#bda907efcb233161fe17690ef906a2b244bbfede" |
11902 |
| - integrity sha512-rHY3vHXRbkSfhG6fH8zYQdth/BtDgXXuR2pHF++1f/EBkI8zkgM5XWfsC3BvOoW9pr1CvZ1qQCxhCEsbNgT50g== |
| 11906 | + version "5.101.2" |
| 11907 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.2.tgz#08c222b7acfce7da95c593e2f88ea1638a07b344" |
| 11908 | + integrity sha512-4JLXU0tD6OZNVqlwzm3HGEhAHufSiyv+skb7q0d2367VDMzrU1Q/ZeepvkcHH0rZie6uqEtTQQe0OEOOluH3Mg== |
11903 | 11909 | dependencies:
|
11904 | 11910 | "@types/eslint-scope" "^3.7.7"
|
11905 | 11911 | "@types/estree" "^1.0.8"
|
|
0 commit comments