|
171 | 171 | "@babel/highlight" "^7.24.7"
|
172 | 172 | picocolors "^1.0.0"
|
173 | 173 |
|
| 174 | +"@babel/code-frame@^7.26.2": |
| 175 | + version "7.26.2" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 177 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 178 | + dependencies: |
| 179 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 180 | + js-tokens "^4.0.0" |
| 181 | + picocolors "^1.0.0" |
| 182 | + |
174 | 183 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4":
|
175 | 184 | version "7.25.4"
|
176 | 185 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
|
|
343 | 352 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
344 | 353 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
345 | 354 |
|
| 355 | +"@babel/helper-string-parser@^7.25.9": |
| 356 | + version "7.25.9" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 358 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 359 | + |
346 | 360 | "@babel/helper-validator-identifier@^7.24.7":
|
347 | 361 | version "7.24.7"
|
348 | 362 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
349 | 363 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
350 | 364 |
|
| 365 | +"@babel/helper-validator-identifier@^7.25.9": |
| 366 | + version "7.25.9" |
| 367 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 368 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 369 | + |
351 | 370 | "@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
|
352 | 371 | version "7.24.8"
|
353 | 372 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
|
|
363 | 382 | "@babel/types" "^7.25.0"
|
364 | 383 |
|
365 | 384 | "@babel/helpers@^7.25.0":
|
366 |
| - version "7.25.6" |
367 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" |
368 |
| - integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== |
| 385 | + version "7.26.10" |
| 386 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 387 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
369 | 388 | dependencies:
|
370 |
| - "@babel/template" "^7.25.0" |
371 |
| - "@babel/types" "^7.25.6" |
| 389 | + "@babel/template" "^7.26.9" |
| 390 | + "@babel/types" "^7.26.10" |
372 | 391 |
|
373 | 392 | "@babel/highlight@^7.24.7":
|
374 | 393 | version "7.24.7"
|
|
387 | 406 | dependencies:
|
388 | 407 | "@babel/types" "^7.25.6"
|
389 | 408 |
|
| 409 | +"@babel/parser@^7.26.9": |
| 410 | + version "7.26.10" |
| 411 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 412 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 413 | + dependencies: |
| 414 | + "@babel/types" "^7.26.10" |
| 415 | + |
390 | 416 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
|
391 | 417 | version "7.25.3"
|
392 | 418 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
|
|
1178 | 1204 | "@babel/parser" "^7.25.0"
|
1179 | 1205 | "@babel/types" "^7.25.0"
|
1180 | 1206 |
|
| 1207 | +"@babel/template@^7.26.9": |
| 1208 | + version "7.26.9" |
| 1209 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1210 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1211 | + dependencies: |
| 1212 | + "@babel/code-frame" "^7.26.2" |
| 1213 | + "@babel/parser" "^7.26.9" |
| 1214 | + "@babel/types" "^7.26.9" |
| 1215 | + |
1181 | 1216 | "@babel/traverse@^7.22.8", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4":
|
1182 | 1217 | version "7.25.6"
|
1183 | 1218 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
|
|
1200 | 1235 | "@babel/helper-validator-identifier" "^7.24.7"
|
1201 | 1236 | to-fast-properties "^2.0.0"
|
1202 | 1237 |
|
| 1238 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1239 | + version "7.26.10" |
| 1240 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1241 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1242 | + dependencies: |
| 1243 | + "@babel/helper-string-parser" "^7.25.9" |
| 1244 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1245 | + |
1203 | 1246 | "@colors/colors@1.5.0":
|
1204 | 1247 | version "1.5.0"
|
1205 | 1248 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
0 commit comments