|
1392 | 1392 | semver "^7.5.0" |
1393 | 1393 | ts-api-utils "^1.0.1" |
1394 | 1394 |
|
1395 | | -"@typescript-eslint/parser@^4.25.0": |
1396 | | - version "4.33.0" |
1397 | | - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.33.0.tgz" |
1398 | | - integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
1399 | | - dependencies: |
1400 | | - "@typescript-eslint/scope-manager" "4.33.0" |
1401 | | - "@typescript-eslint/types" "4.33.0" |
1402 | | - "@typescript-eslint/typescript-estree" "4.33.0" |
1403 | | - debug "^4.3.1" |
| 1395 | +"@typescript-eslint/parser@^8.46.4": |
| 1396 | + version "8.46.4" |
| 1397 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.4.tgz#1a5bfd48be57bc07eec64e090ac46e89f47ade31" |
| 1398 | + integrity sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w== |
| 1399 | + dependencies: |
| 1400 | + "@typescript-eslint/scope-manager" "8.46.4" |
| 1401 | + "@typescript-eslint/types" "8.46.4" |
| 1402 | + "@typescript-eslint/typescript-estree" "8.46.4" |
| 1403 | + "@typescript-eslint/visitor-keys" "8.46.4" |
| 1404 | + debug "^4.3.4" |
1404 | 1405 |
|
1405 | | -"@typescript-eslint/scope-manager@4.33.0": |
1406 | | - version "4.33.0" |
1407 | | - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz" |
1408 | | - integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== |
| 1406 | +"@typescript-eslint/project-service@8.46.4": |
| 1407 | + version "8.46.4" |
| 1408 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.4.tgz#fa9872673b51fb57e5d5da034edbe17424ddd185" |
| 1409 | + integrity sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ== |
1409 | 1410 | dependencies: |
1410 | | - "@typescript-eslint/types" "4.33.0" |
1411 | | - "@typescript-eslint/visitor-keys" "4.33.0" |
| 1411 | + "@typescript-eslint/tsconfig-utils" "^8.46.4" |
| 1412 | + "@typescript-eslint/types" "^8.46.4" |
| 1413 | + debug "^4.3.4" |
1412 | 1414 |
|
1413 | 1415 | "@typescript-eslint/scope-manager@6.0.0": |
1414 | 1416 | version "6.0.0" |
|
1418 | 1420 | "@typescript-eslint/types" "6.0.0" |
1419 | 1421 | "@typescript-eslint/visitor-keys" "6.0.0" |
1420 | 1422 |
|
| 1423 | +"@typescript-eslint/scope-manager@8.46.4": |
| 1424 | + version "8.46.4" |
| 1425 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz#78c9b4856c0094def64ffa53ea955b46bec13304" |
| 1426 | + integrity sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA== |
| 1427 | + dependencies: |
| 1428 | + "@typescript-eslint/types" "8.46.4" |
| 1429 | + "@typescript-eslint/visitor-keys" "8.46.4" |
| 1430 | + |
| 1431 | +"@typescript-eslint/tsconfig-utils@8.46.4", "@typescript-eslint/tsconfig-utils@^8.46.4": |
| 1432 | + version "8.46.4" |
| 1433 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz#989a338093b6b91b0552f1f51331d89ec6980382" |
| 1434 | + integrity sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A== |
| 1435 | + |
1421 | 1436 | "@typescript-eslint/type-utils@6.0.0": |
1422 | 1437 | version "6.0.0" |
1423 | 1438 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18" |
|
1428 | 1443 | debug "^4.3.4" |
1429 | 1444 | ts-api-utils "^1.0.1" |
1430 | 1445 |
|
1431 | | -"@typescript-eslint/types@4.33.0": |
1432 | | - version "4.33.0" |
1433 | | - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz" |
1434 | | - integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== |
1435 | | - |
1436 | 1446 | "@typescript-eslint/types@6.0.0": |
1437 | 1447 | version "6.0.0" |
1438 | 1448 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1" |
1439 | 1449 | integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg== |
1440 | 1450 |
|
1441 | | -"@typescript-eslint/typescript-estree@4.33.0": |
1442 | | - version "4.33.0" |
1443 | | - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz" |
1444 | | - integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== |
1445 | | - dependencies: |
1446 | | - "@typescript-eslint/types" "4.33.0" |
1447 | | - "@typescript-eslint/visitor-keys" "4.33.0" |
1448 | | - debug "^4.3.1" |
1449 | | - globby "^11.0.3" |
1450 | | - is-glob "^4.0.1" |
1451 | | - semver "^7.3.5" |
1452 | | - tsutils "^3.21.0" |
| 1451 | +"@typescript-eslint/types@8.46.4", "@typescript-eslint/types@^8.46.4": |
| 1452 | + version "8.46.4" |
| 1453 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.4.tgz#38022bfda051be80e4120eeefcd2b6e3e630a69b" |
| 1454 | + integrity sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w== |
1453 | 1455 |
|
1454 | 1456 | "@typescript-eslint/typescript-estree@6.0.0": |
1455 | 1457 | version "6.0.0" |
|
1464 | 1466 | semver "^7.5.0" |
1465 | 1467 | ts-api-utils "^1.0.1" |
1466 | 1468 |
|
| 1469 | +"@typescript-eslint/typescript-estree@8.46.4": |
| 1470 | + version "8.46.4" |
| 1471 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz#6a9eeab0da45bf400f22c818e0f47102a980ceaa" |
| 1472 | + integrity sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA== |
| 1473 | + dependencies: |
| 1474 | + "@typescript-eslint/project-service" "8.46.4" |
| 1475 | + "@typescript-eslint/tsconfig-utils" "8.46.4" |
| 1476 | + "@typescript-eslint/types" "8.46.4" |
| 1477 | + "@typescript-eslint/visitor-keys" "8.46.4" |
| 1478 | + debug "^4.3.4" |
| 1479 | + fast-glob "^3.3.2" |
| 1480 | + is-glob "^4.0.3" |
| 1481 | + minimatch "^9.0.4" |
| 1482 | + semver "^7.6.0" |
| 1483 | + ts-api-utils "^2.1.0" |
| 1484 | + |
1467 | 1485 | "@typescript-eslint/utils@6.0.0": |
1468 | 1486 | version "6.0.0" |
1469 | 1487 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0" |
|
1478 | 1496 | eslint-scope "^5.1.1" |
1479 | 1497 | semver "^7.5.0" |
1480 | 1498 |
|
1481 | | -"@typescript-eslint/visitor-keys@4.33.0": |
1482 | | - version "4.33.0" |
1483 | | - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz" |
1484 | | - integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== |
1485 | | - dependencies: |
1486 | | - "@typescript-eslint/types" "4.33.0" |
1487 | | - eslint-visitor-keys "^2.0.0" |
1488 | | - |
1489 | 1499 | "@typescript-eslint/visitor-keys@6.0.0": |
1490 | 1500 | version "6.0.0" |
1491 | 1501 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31" |
|
1494 | 1504 | "@typescript-eslint/types" "6.0.0" |
1495 | 1505 | eslint-visitor-keys "^3.4.1" |
1496 | 1506 |
|
1497 | | -"@valora/eslint-config-typescript@^0.0.1": |
1498 | | - version "0.0.1" |
1499 | | - resolved "https://registry.npmjs.org/@valora/eslint-config-typescript/-/eslint-config-typescript-0.0.1.tgz" |
1500 | | - integrity sha512-htzTwQNlgcyeat8t/Mq4F9DFBSeCKPzwRJ6NrDhKxDmd8dV7rggJXjBlCBqhovoVtxtKUn/zX1KKP1Fkh6vhwg== |
| 1507 | +"@typescript-eslint/visitor-keys@8.46.4": |
| 1508 | + version "8.46.4" |
| 1509 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz#07031bd8d3ca6474e121221dae1055daead888f1" |
| 1510 | + integrity sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw== |
1501 | 1511 | dependencies: |
1502 | | - "@typescript-eslint/parser" "^4.25.0" |
| 1512 | + "@typescript-eslint/types" "8.46.4" |
| 1513 | + eslint-visitor-keys "^4.2.1" |
| 1514 | + |
| 1515 | +"@valora/eslint-config-typescript@^1.1.46": |
| 1516 | + version "1.1.46" |
| 1517 | + resolved "https://registry.yarnpkg.com/@valora/eslint-config-typescript/-/eslint-config-typescript-1.1.46.tgz#102782090b921b32d746d56f3d6e6ff960858e5c" |
| 1518 | + integrity sha512-gr00BerVTiaVseWCeegFn96t9ju5zPMc8uCZdp9pYuOv7Zyu8LZj+QWgJ+4IfhJPxlpcxTC9KuPuEfa+VYbUTQ== |
| 1519 | + dependencies: |
| 1520 | + "@typescript-eslint/parser" "^8.46.4" |
1503 | 1521 |
|
1504 | 1522 | "@valora/prettier-config@^0.0.1": |
1505 | 1523 | version "0.0.1" |
@@ -1895,12 +1913,19 @@ brace-expansion@^1.1.7: |
1895 | 1913 | balanced-match "^1.0.0" |
1896 | 1914 | concat-map "0.0.1" |
1897 | 1915 |
|
1898 | | -braces@^3.0.1: |
1899 | | - version "3.0.2" |
1900 | | - resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" |
1901 | | - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
| 1916 | +brace-expansion@^2.0.1: |
| 1917 | + version "2.0.2" |
| 1918 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" |
| 1919 | + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== |
1902 | 1920 | dependencies: |
1903 | | - fill-range "^7.0.1" |
| 1921 | + balanced-match "^1.0.0" |
| 1922 | + |
| 1923 | +braces@^3.0.3: |
| 1924 | + version "3.0.3" |
| 1925 | + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
| 1926 | + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== |
| 1927 | + dependencies: |
| 1928 | + fill-range "^7.1.1" |
1904 | 1929 |
|
1905 | 1930 | brorand@^1.1.0: |
1906 | 1931 | version "1.1.0" |
@@ -2309,7 +2334,7 @@ debug@3.2.6: |
2309 | 2334 | dependencies: |
2310 | 2335 | ms "^2.1.1" |
2311 | 2336 |
|
2312 | | -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
| 2337 | +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
2313 | 2338 | version "4.3.4" |
2314 | 2339 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
2315 | 2340 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
@@ -2720,6 +2745,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1: |
2720 | 2745 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994" |
2721 | 2746 | integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== |
2722 | 2747 |
|
| 2748 | +eslint-visitor-keys@^4.2.1: |
| 2749 | + version "4.2.1" |
| 2750 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 2751 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 2752 | + |
2723 | 2753 | eslint@^8.25.0: |
2724 | 2754 | version "8.25.0" |
2725 | 2755 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b" |
@@ -3008,16 +3038,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
3008 | 3038 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" |
3009 | 3039 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
3010 | 3040 |
|
3011 | | -fast-glob@^3.2.9: |
3012 | | - version "3.2.11" |
3013 | | - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz" |
3014 | | - integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== |
| 3041 | +fast-glob@^3.2.9, fast-glob@^3.3.2: |
| 3042 | + version "3.3.3" |
| 3043 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
| 3044 | + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
3015 | 3045 | dependencies: |
3016 | 3046 | "@nodelib/fs.stat" "^2.0.2" |
3017 | 3047 | "@nodelib/fs.walk" "^1.2.3" |
3018 | 3048 | glob-parent "^5.1.2" |
3019 | 3049 | merge2 "^1.3.0" |
3020 | | - micromatch "^4.0.4" |
| 3050 | + micromatch "^4.0.8" |
3021 | 3051 |
|
3022 | 3052 | fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: |
3023 | 3053 | version "2.1.0" |
@@ -3060,10 +3090,10 @@ file-uri-to-path@1.0.0: |
3060 | 3090 | resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" |
3061 | 3091 | integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== |
3062 | 3092 |
|
3063 | | -fill-range@^7.0.1: |
3064 | | - version "7.0.1" |
3065 | | - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" |
3066 | | - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== |
| 3093 | +fill-range@^7.1.1: |
| 3094 | + version "7.1.1" |
| 3095 | + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" |
| 3096 | + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== |
3067 | 3097 | dependencies: |
3068 | 3098 | to-regex-range "^5.0.1" |
3069 | 3099 |
|
@@ -3305,7 +3335,7 @@ globals@^13.15.0: |
3305 | 3335 | dependencies: |
3306 | 3336 | type-fest "^0.20.2" |
3307 | 3337 |
|
3308 | | -globby@^11.0.3, globby@^11.1.0: |
| 3338 | +globby@^11.1.0: |
3309 | 3339 | version "11.1.0" |
3310 | 3340 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" |
3311 | 3341 | integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== |
@@ -4374,13 +4404,6 @@ loupe@^2.3.1: |
4374 | 4404 | dependencies: |
4375 | 4405 | get-func-name "^2.0.0" |
4376 | 4406 |
|
4377 | | -lru-cache@^6.0.0: |
4378 | | - version "6.0.0" |
4379 | | - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" |
4380 | | - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
4381 | | - dependencies: |
4382 | | - yallist "^4.0.0" |
4383 | | - |
4384 | 4407 | make-dir@^3.0.0: |
4385 | 4408 | version "3.1.0" |
4386 | 4409 | resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" |
@@ -4434,13 +4457,13 @@ methods@^1.1.2, methods@~1.1.2: |
4434 | 4457 | resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" |
4435 | 4458 | integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= |
4436 | 4459 |
|
4437 | | -micromatch@^4.0.4: |
4438 | | - version "4.0.4" |
4439 | | - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz" |
4440 | | - integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== |
| 4460 | +micromatch@^4.0.4, micromatch@^4.0.8: |
| 4461 | + version "4.0.8" |
| 4462 | + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" |
| 4463 | + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== |
4441 | 4464 | dependencies: |
4442 | | - braces "^3.0.1" |
4443 | | - picomatch "^2.2.3" |
| 4465 | + braces "^3.0.3" |
| 4466 | + picomatch "^2.3.1" |
4444 | 4467 |
|
4445 | 4468 | mime-db@1.51.0: |
4446 | 4469 | version "1.51.0" |
@@ -4505,6 +4528,13 @@ minimatch@^3.0.4, minimatch@^3.1.2: |
4505 | 4528 | dependencies: |
4506 | 4529 | brace-expansion "^1.1.7" |
4507 | 4530 |
|
| 4531 | +minimatch@^9.0.4: |
| 4532 | + version "9.0.5" |
| 4533 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 4534 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 4535 | + dependencies: |
| 4536 | + brace-expansion "^2.0.1" |
| 4537 | + |
4508 | 4538 | minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: |
4509 | 4539 | version "1.2.6" |
4510 | 4540 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" |
@@ -4927,7 +4957,7 @@ picocolors@^1.0.0: |
4927 | 4957 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" |
4928 | 4958 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
4929 | 4959 |
|
4930 | | -picomatch@^2.0.4, picomatch@^2.2.3: |
| 4960 | +picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: |
4931 | 4961 | version "2.3.1" |
4932 | 4962 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" |
4933 | 4963 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
@@ -5208,12 +5238,10 @@ secp256k1@^4.0.1: |
5208 | 5238 | node-addon-api "^2.0.0" |
5209 | 5239 | node-gyp-build "^4.2.0" |
5210 | 5240 |
|
5211 | | -semver@7.x, semver@^7.3.2, semver@^7.3.5, semver@^7.3.8, semver@^7.5.0: |
5212 | | - version "7.5.4" |
5213 | | - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" |
5214 | | - integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== |
5215 | | - dependencies: |
5216 | | - lru-cache "^6.0.0" |
| 5241 | +semver@7.x, semver@^7.3.2, semver@^7.3.8, semver@^7.5.0, semver@^7.6.0: |
| 5242 | + version "7.7.3" |
| 5243 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
| 5244 | + integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
5217 | 5245 |
|
5218 | 5246 | semver@^5.7.0: |
5219 | 5247 | version "5.7.1" |
@@ -5681,6 +5709,11 @@ ts-api-utils@^1.0.1: |
5681 | 5709 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d" |
5682 | 5710 | integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A== |
5683 | 5711 |
|
| 5712 | +ts-api-utils@^2.1.0: |
| 5713 | + version "2.1.0" |
| 5714 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 5715 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 5716 | + |
5684 | 5717 | ts-jest@^27.1.5: |
5685 | 5718 | version "27.1.5" |
5686 | 5719 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297" |
@@ -5735,18 +5768,6 @@ tsconfig-paths@^3.14.1: |
5735 | 5768 | minimist "^1.2.6" |
5736 | 5769 | strip-bom "^3.0.0" |
5737 | 5770 |
|
5738 | | -tslib@^1.8.1: |
5739 | | - version "1.14.1" |
5740 | | - resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" |
5741 | | - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== |
5742 | | - |
5743 | | -tsutils@^3.21.0: |
5744 | | - version "3.21.0" |
5745 | | - resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz" |
5746 | | - integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== |
5747 | | - dependencies: |
5748 | | - tslib "^1.8.1" |
5749 | | - |
5750 | 5771 | type-check@^0.4.0, type-check@~0.4.0: |
5751 | 5772 | version "0.4.0" |
5752 | 5773 | resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" |
@@ -6119,11 +6140,6 @@ y18n@^5.0.5: |
6119 | 6140 | resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" |
6120 | 6141 | integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
6121 | 6142 |
|
6122 | | -yallist@^4.0.0: |
6123 | | - version "4.0.0" |
6124 | | - resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" |
6125 | | - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
6126 | | - |
6127 | 6143 | yargs-parser@13.1.2, yargs-parser@^13.1.2: |
6128 | 6144 | version "13.1.2" |
6129 | 6145 | resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz" |
|
0 commit comments