|
38 | 38 | "@babel/highlight" "^7.22.13"
|
39 | 39 | chalk "^2.4.2"
|
40 | 40 |
|
| 41 | +"@babel/code-frame@^7.26.2": |
| 42 | + version "7.26.2" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 44 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 45 | + dependencies: |
| 46 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 47 | + js-tokens "^4.0.0" |
| 48 | + picocolors "^1.0.0" |
| 49 | + |
41 | 50 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
|
42 | 51 | version "7.14.7"
|
43 | 52 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
|
404 | 413 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
405 | 414 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
406 | 415 |
|
| 416 | +"@babel/helper-string-parser@^7.25.9": |
| 417 | + version "7.25.9" |
| 418 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 419 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 420 | + |
407 | 421 | "@babel/helper-validator-identifier@^7.10.4":
|
408 | 422 | version "7.10.4"
|
409 | 423 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
419 | 433 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
420 | 434 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
421 | 435 |
|
| 436 | +"@babel/helper-validator-identifier@^7.25.9": |
| 437 | + version "7.25.9" |
| 438 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 439 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 440 | + |
422 | 441 | "@babel/helper-validator-option@^7.14.5":
|
423 | 442 | version "7.14.5"
|
424 | 443 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
434 | 453 | "@babel/traverse" "^7.14.5"
|
435 | 454 | "@babel/types" "^7.14.5"
|
436 | 455 |
|
437 |
| -"@babel/helpers@^7.10.4": |
438 |
| - version "7.12.5" |
439 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
440 |
| - integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== |
| 456 | +"@babel/helpers@^7.10.4", "@babel/helpers@^7.14.6": |
| 457 | + version "7.27.0" |
| 458 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 459 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
441 | 460 | dependencies:
|
442 |
| - "@babel/template" "^7.10.4" |
443 |
| - "@babel/traverse" "^7.12.5" |
444 |
| - "@babel/types" "^7.12.5" |
445 |
| - |
446 |
| -"@babel/helpers@^7.14.6": |
447 |
| - version "7.14.6" |
448 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
449 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
450 |
| - dependencies: |
451 |
| - "@babel/template" "^7.14.5" |
452 |
| - "@babel/traverse" "^7.14.5" |
453 |
| - "@babel/types" "^7.14.5" |
| 461 | + "@babel/template" "^7.27.0" |
| 462 | + "@babel/types" "^7.27.0" |
454 | 463 |
|
455 | 464 | "@babel/highlight@^7.10.4":
|
456 | 465 | version "7.10.4"
|
|
494 | 503 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
495 | 504 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
496 | 505 |
|
| 506 | +"@babel/parser@^7.27.0": |
| 507 | + version "7.27.0" |
| 508 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 509 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 510 | + dependencies: |
| 511 | + "@babel/types" "^7.27.0" |
| 512 | + |
497 | 513 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
498 | 514 | version "7.14.5"
|
499 | 515 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
1249 | 1265 | "@babel/parser" "^7.22.15"
|
1250 | 1266 | "@babel/types" "^7.22.15"
|
1251 | 1267 |
|
| 1268 | +"@babel/template@^7.27.0": |
| 1269 | + version "7.27.0" |
| 1270 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1271 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1272 | + dependencies: |
| 1273 | + "@babel/code-frame" "^7.26.2" |
| 1274 | + "@babel/parser" "^7.27.0" |
| 1275 | + "@babel/types" "^7.27.0" |
| 1276 | + |
1252 | 1277 | "@babel/traverse@^7.10.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.5":
|
1253 | 1278 | version "7.23.2"
|
1254 | 1279 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
1291 | 1316 | "@babel/helper-validator-identifier" "^7.22.20"
|
1292 | 1317 | to-fast-properties "^2.0.0"
|
1293 | 1318 |
|
| 1319 | +"@babel/types@^7.27.0": |
| 1320 | + version "7.27.0" |
| 1321 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1322 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1323 | + dependencies: |
| 1324 | + "@babel/helper-string-parser" "^7.25.9" |
| 1325 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1326 | + |
1294 | 1327 | "@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2":
|
1295 | 1328 | version "3.0.2"
|
1296 | 1329 | resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
|
@@ -10020,6 +10053,11 @@ physical-cpu-count@^2.0.0:
|
10020 | 10053 | resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
|
10021 | 10054 | integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA=
|
10022 | 10055 |
|
| 10056 | +picocolors@^1.0.0: |
| 10057 | + version "1.1.1" |
| 10058 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 10059 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 10060 | + |
10023 | 10061 | picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
|
10024 | 10062 | version "2.2.2"
|
10025 | 10063 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
|
|
0 commit comments