|
48 | 48 | js-tokens "^4.0.0" |
49 | 49 | picocolors "^1.1.1" |
50 | 50 |
|
51 | | -"@babel/compat-data@^7.28.6": |
52 | | - version "7.29.0" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
54 | | - integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 51 | +"@babel/code-frame@^7.29.7": |
| 52 | + version "7.29.7" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
| 54 | + integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
| 55 | + dependencies: |
| 56 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 57 | + js-tokens "^4.0.0" |
| 58 | + picocolors "^1.1.1" |
| 59 | + |
| 60 | +"@babel/compat-data@^7.29.7": |
| 61 | + version "7.29.7" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
| 63 | + integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
55 | 64 |
|
56 | 65 | "@babel/core@^7.21.3", "@babel/core@^7.24.4": |
57 | | - version "7.29.0" |
58 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
59 | | - integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
60 | | - dependencies: |
61 | | - "@babel/code-frame" "^7.29.0" |
62 | | - "@babel/generator" "^7.29.0" |
63 | | - "@babel/helper-compilation-targets" "^7.28.6" |
64 | | - "@babel/helper-module-transforms" "^7.28.6" |
65 | | - "@babel/helpers" "^7.28.6" |
66 | | - "@babel/parser" "^7.29.0" |
67 | | - "@babel/template" "^7.28.6" |
68 | | - "@babel/traverse" "^7.29.0" |
69 | | - "@babel/types" "^7.29.0" |
| 66 | + version "7.29.7" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
| 68 | + integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
| 69 | + dependencies: |
| 70 | + "@babel/code-frame" "^7.29.7" |
| 71 | + "@babel/generator" "^7.29.7" |
| 72 | + "@babel/helper-compilation-targets" "^7.29.7" |
| 73 | + "@babel/helper-module-transforms" "^7.29.7" |
| 74 | + "@babel/helpers" "^7.29.7" |
| 75 | + "@babel/parser" "^7.29.7" |
| 76 | + "@babel/template" "^7.29.7" |
| 77 | + "@babel/traverse" "^7.29.7" |
| 78 | + "@babel/types" "^7.29.7" |
70 | 79 | "@jridgewell/remapping" "^2.3.5" |
71 | 80 | convert-source-map "^2.0.0" |
72 | 81 | debug "^4.1.0" |
|
85 | 94 | "@jridgewell/trace-mapping" "^0.3.28" |
86 | 95 | jsesc "^3.0.2" |
87 | 96 |
|
| 97 | +"@babel/generator@^7.29.7": |
| 98 | + version "7.29.7" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3" |
| 100 | + integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ== |
| 101 | + dependencies: |
| 102 | + "@babel/parser" "^7.29.7" |
| 103 | + "@babel/types" "^7.29.7" |
| 104 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 105 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 106 | + jsesc "^3.0.2" |
| 107 | + |
88 | 108 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.3": |
89 | 109 | version "7.27.3" |
90 | 110 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
91 | 111 | integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== |
92 | 112 | dependencies: |
93 | 113 | "@babel/types" "^7.27.3" |
94 | 114 |
|
95 | | -"@babel/helper-compilation-targets@^7.28.6": |
96 | | - version "7.28.6" |
97 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" |
98 | | - integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== |
| 115 | +"@babel/helper-compilation-targets@^7.29.7": |
| 116 | + version "7.29.7" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042" |
| 118 | + integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g== |
99 | 119 | dependencies: |
100 | | - "@babel/compat-data" "^7.28.6" |
101 | | - "@babel/helper-validator-option" "^7.27.1" |
| 120 | + "@babel/compat-data" "^7.29.7" |
| 121 | + "@babel/helper-validator-option" "^7.29.7" |
102 | 122 | browserslist "^4.24.0" |
103 | 123 | lru-cache "^5.1.1" |
104 | 124 | semver "^6.3.1" |
|
121 | 141 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
122 | 142 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
123 | 143 |
|
| 144 | +"@babel/helper-globals@^7.29.7": |
| 145 | + version "7.29.7" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" |
| 147 | + integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== |
| 148 | + |
124 | 149 | "@babel/helper-member-expression-to-functions@^7.28.5": |
125 | 150 | version "7.28.5" |
126 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150" |
|
129 | 154 | "@babel/traverse" "^7.28.5" |
130 | 155 | "@babel/types" "^7.28.5" |
131 | 156 |
|
132 | | -"@babel/helper-module-imports@^7.28.6": |
133 | | - version "7.28.6" |
134 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
135 | | - integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
| 157 | +"@babel/helper-module-imports@^7.29.7": |
| 158 | + version "7.29.7" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396" |
| 160 | + integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g== |
136 | 161 | dependencies: |
137 | | - "@babel/traverse" "^7.28.6" |
138 | | - "@babel/types" "^7.28.6" |
| 162 | + "@babel/traverse" "^7.29.7" |
| 163 | + "@babel/types" "^7.29.7" |
139 | 164 |
|
140 | | -"@babel/helper-module-transforms@^7.28.6": |
141 | | - version "7.28.6" |
142 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
143 | | - integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 165 | +"@babel/helper-module-transforms@^7.29.7": |
| 166 | + version "7.29.7" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae" |
| 168 | + integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg== |
144 | 169 | dependencies: |
145 | | - "@babel/helper-module-imports" "^7.28.6" |
146 | | - "@babel/helper-validator-identifier" "^7.28.5" |
147 | | - "@babel/traverse" "^7.28.6" |
| 170 | + "@babel/helper-module-imports" "^7.29.7" |
| 171 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 172 | + "@babel/traverse" "^7.29.7" |
148 | 173 |
|
149 | 174 | "@babel/helper-optimise-call-expression@^7.27.1": |
150 | 175 | version "7.27.1" |
|
180 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
181 | 206 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
182 | 207 |
|
| 208 | +"@babel/helper-string-parser@^7.29.7": |
| 209 | + version "7.29.7" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 211 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 212 | + |
183 | 213 | "@babel/helper-validator-identifier@^7.28.5": |
184 | 214 | version "7.28.5" |
185 | 215 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
186 | 216 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
187 | 217 |
|
188 | | -"@babel/helper-validator-option@^7.27.1": |
189 | | - version "7.27.1" |
190 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
191 | | - integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 218 | +"@babel/helper-validator-identifier@^7.29.7": |
| 219 | + version "7.29.7" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
| 221 | + integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
192 | 222 |
|
193 | | -"@babel/helpers@^7.28.6": |
194 | | - version "7.28.6" |
195 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7" |
196 | | - integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw== |
| 223 | +"@babel/helper-validator-option@^7.29.7": |
| 224 | + version "7.29.7" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" |
| 226 | + integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== |
| 227 | + |
| 228 | +"@babel/helpers@^7.29.7": |
| 229 | + version "7.29.7" |
| 230 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 231 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
197 | 232 | dependencies: |
198 | | - "@babel/template" "^7.28.6" |
199 | | - "@babel/types" "^7.28.6" |
| 233 | + "@babel/template" "^7.29.7" |
| 234 | + "@babel/types" "^7.29.7" |
200 | 235 |
|
201 | 236 | "@babel/parser@^7.24.4", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
202 | 237 | version "7.29.0" |
|
205 | 240 | dependencies: |
206 | 241 | "@babel/types" "^7.29.0" |
207 | 242 |
|
| 243 | +"@babel/parser@^7.29.7": |
| 244 | + version "7.29.7" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 246 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 247 | + dependencies: |
| 248 | + "@babel/types" "^7.29.7" |
| 249 | + |
208 | 250 | "@babel/plugin-proposal-private-property-in-object@^7.21.11": |
209 | 251 | version "7.21.11" |
210 | 252 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c" |
|
236 | 278 | "@babel/parser" "^7.28.6" |
237 | 279 | "@babel/types" "^7.28.6" |
238 | 280 |
|
239 | | -"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
| 281 | +"@babel/template@^7.29.7": |
| 282 | + version "7.29.7" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 284 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 285 | + dependencies: |
| 286 | + "@babel/code-frame" "^7.29.7" |
| 287 | + "@babel/parser" "^7.29.7" |
| 288 | + "@babel/types" "^7.29.7" |
| 289 | + |
| 290 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6": |
240 | 291 | version "7.29.0" |
241 | 292 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
242 | 293 | integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
|
249 | 300 | "@babel/types" "^7.29.0" |
250 | 301 | debug "^4.3.1" |
251 | 302 |
|
| 303 | +"@babel/traverse@^7.29.7": |
| 304 | + version "7.29.7" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d" |
| 306 | + integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw== |
| 307 | + dependencies: |
| 308 | + "@babel/code-frame" "^7.29.7" |
| 309 | + "@babel/generator" "^7.29.7" |
| 310 | + "@babel/helper-globals" "^7.29.7" |
| 311 | + "@babel/parser" "^7.29.7" |
| 312 | + "@babel/template" "^7.29.7" |
| 313 | + "@babel/types" "^7.29.7" |
| 314 | + debug "^4.3.1" |
| 315 | + |
252 | 316 | "@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0": |
253 | 317 | version "7.29.0" |
254 | 318 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
|
257 | 321 | "@babel/helper-string-parser" "^7.27.1" |
258 | 322 | "@babel/helper-validator-identifier" "^7.28.5" |
259 | 323 |
|
| 324 | +"@babel/types@^7.29.7": |
| 325 | + version "7.29.7" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 327 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 328 | + dependencies: |
| 329 | + "@babel/helper-string-parser" "^7.29.7" |
| 330 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 331 | + |
260 | 332 | "@bramus/specificity@^2.4.2": |
261 | 333 | version "2.4.2" |
262 | 334 | resolved "https://registry.yarnpkg.com/@bramus/specificity/-/specificity-2.4.2.tgz#aa8db8eb173fdee7324f82284833106adeecc648" |
|
0 commit comments