|
1358 | 1358 | dependencies: |
1359 | 1359 | "@sinonjs/commons" "^3.0.0" |
1360 | 1360 |
|
1361 | | -"@stylistic/eslint-plugin@^4.1.0": |
1362 | | - version "4.1.0" |
1363 | | - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.1.0.tgz#8882a6fe307cc94022e4495720373e8a5652d60c" |
1364 | | - integrity sha512-bytbL7qiici7yPyEiId0fGPK9kjQbzcPMj2aftPfzTCyJ/CRSKdtI+iVjM0LSGzGxfunflI+MDDU9vyIIeIpoQ== |
| 1361 | +"@stylistic/eslint-plugin@^4.2.0": |
| 1362 | + version "4.2.0" |
| 1363 | + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455" |
| 1364 | + integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA== |
1365 | 1365 | dependencies: |
1366 | 1366 | "@typescript-eslint/utils" "^8.23.0" |
1367 | 1367 | eslint-visitor-keys "^4.2.0" |
|
1593 | 1593 | "@typescript-eslint/types" "8.25.0" |
1594 | 1594 | "@typescript-eslint/visitor-keys" "8.25.0" |
1595 | 1595 |
|
| 1596 | +"@typescript-eslint/scope-manager@8.26.0": |
| 1597 | + version "8.26.0" |
| 1598 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545" |
| 1599 | + integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA== |
| 1600 | + dependencies: |
| 1601 | + "@typescript-eslint/types" "8.26.0" |
| 1602 | + "@typescript-eslint/visitor-keys" "8.26.0" |
| 1603 | + |
1596 | 1604 | "@typescript-eslint/type-utils@8.25.0": |
1597 | 1605 | version "8.25.0" |
1598 | 1606 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677" |
|
1608 | 1616 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
1609 | 1617 | integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
1610 | 1618 |
|
| 1619 | +"@typescript-eslint/types@8.26.0": |
| 1620 | + version "8.26.0" |
| 1621 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf" |
| 1622 | + integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA== |
| 1623 | + |
1611 | 1624 | "@typescript-eslint/typescript-estree@8.25.0": |
1612 | 1625 | version "8.25.0" |
1613 | 1626 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
|
1622 | 1635 | semver "^7.6.0" |
1623 | 1636 | ts-api-utils "^2.0.1" |
1624 | 1637 |
|
1625 | | -"@typescript-eslint/utils@8.25.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.20.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.25.0": |
| 1638 | +"@typescript-eslint/typescript-estree@8.26.0": |
| 1639 | + version "8.26.0" |
| 1640 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1" |
| 1641 | + integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ== |
| 1642 | + dependencies: |
| 1643 | + "@typescript-eslint/types" "8.26.0" |
| 1644 | + "@typescript-eslint/visitor-keys" "8.26.0" |
| 1645 | + debug "^4.3.4" |
| 1646 | + fast-glob "^3.3.2" |
| 1647 | + is-glob "^4.0.3" |
| 1648 | + minimatch "^9.0.4" |
| 1649 | + semver "^7.6.0" |
| 1650 | + ts-api-utils "^2.0.1" |
| 1651 | + |
| 1652 | +"@typescript-eslint/utils@8.25.0": |
1626 | 1653 | version "8.25.0" |
1627 | 1654 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a" |
1628 | 1655 | integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA== |
|
1632 | 1659 | "@typescript-eslint/types" "8.25.0" |
1633 | 1660 | "@typescript-eslint/typescript-estree" "8.25.0" |
1634 | 1661 |
|
| 1662 | +"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.20.0", "@typescript-eslint/utils@^8.21.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.25.0": |
| 1663 | + version "8.26.0" |
| 1664 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6" |
| 1665 | + integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig== |
| 1666 | + dependencies: |
| 1667 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 1668 | + "@typescript-eslint/scope-manager" "8.26.0" |
| 1669 | + "@typescript-eslint/types" "8.26.0" |
| 1670 | + "@typescript-eslint/typescript-estree" "8.26.0" |
| 1671 | + |
1635 | 1672 | "@typescript-eslint/visitor-keys@8.25.0": |
1636 | 1673 | version "8.25.0" |
1637 | 1674 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164" |
|
1640 | 1677 | "@typescript-eslint/types" "8.25.0" |
1641 | 1678 | eslint-visitor-keys "^4.2.0" |
1642 | 1679 |
|
| 1680 | +"@typescript-eslint/visitor-keys@8.26.0": |
| 1681 | + version "8.26.0" |
| 1682 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290" |
| 1683 | + integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg== |
| 1684 | + dependencies: |
| 1685 | + "@typescript-eslint/types" "8.26.0" |
| 1686 | + eslint-visitor-keys "^4.2.0" |
| 1687 | + |
1643 | 1688 | JSONStream@^1.3.5: |
1644 | 1689 | version "1.3.5" |
1645 | 1690 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" |
@@ -2971,27 +3016,27 @@ eslint-config-love@^118.0.0: |
2971 | 3016 | eslint-plugin-promise "^7.0.0" |
2972 | 3017 | typescript-eslint "^8.20.0" |
2973 | 3018 |
|
2974 | | -eslint-config-txo-package-typescript@^1.0.43: |
2975 | | - version "1.0.43" |
2976 | | - resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.43.tgz#fed0d6527d071847dcb477e31fed3d13c090bd2e" |
2977 | | - integrity sha512-I8BjRdXy8nbdfxkHdeQSPXEPgwcc++Y3ReP4KCvoS7QBLqUJgbpy5clxzMq4QFrHa8P56yrMY/HB8ECfS1jsBQ== |
| 3019 | +eslint-config-txo-package-typescript@^1.0.45: |
| 3020 | + version "1.0.45" |
| 3021 | + resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.45.tgz#1e93d4b05cacd0de0fb12c3e03e1ad9d5563bc7c" |
| 3022 | + integrity sha512-QuL52cx6oanw9Y2l4wSjWISN+tJcNFxND9k1wmFvtrrLIPMkun/rT3No/RCcqoO7zqJDsTFDo1CW9Ku6tA+Qww== |
2978 | 3023 | dependencies: |
2979 | | - eslint-config-txo-typescript "^7.4.25" |
| 3024 | + eslint-config-txo-typescript "^7.4.27" |
2980 | 3025 |
|
2981 | | -eslint-config-txo-typescript@^7.4.25: |
2982 | | - version "7.4.25" |
2983 | | - resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.25.tgz#714fa9d0a3144eb898a9c654aa08a43430775ec8" |
2984 | | - integrity sha512-mIAlQZksrqDCHqJK6coR8aSoOtr/TTFjBAsfz+pZm1m1DGHtkSLI1LscTBU0XreRuR7GiV6y5wD9lhkF7Pv8gA== |
| 3026 | +eslint-config-txo-typescript@^7.4.27: |
| 3027 | + version "7.4.27" |
| 3028 | + resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.27.tgz#843baa146bda7a3426df177682aa4586c10d1dbf" |
| 3029 | + integrity sha512-ojnWRfwLOFxmdB6WwAShAlwbmgPWIVcYw2UP+xfCncaXL1/zZs6lHxc/H55d72Cg7Vs8S0S/rksGGyrK4U86Gg== |
2985 | 3030 | dependencies: |
2986 | 3031 | "@eslint-community/eslint-plugin-eslint-comments" "^4.4.1" |
2987 | | - "@stylistic/eslint-plugin" "^4.1.0" |
| 3032 | + "@stylistic/eslint-plugin" "^4.2.0" |
2988 | 3033 | "@typescript-eslint/utils" "^8.25.0" |
2989 | 3034 | eslint "^9.21.0" |
2990 | 3035 | eslint-config-love "^118.0.0" |
2991 | 3036 | eslint-import-resolver-typescript "^3.8.3" |
2992 | 3037 | eslint-plugin-import "^2.31.0" |
2993 | 3038 | eslint-plugin-jest "^28.11.0" |
2994 | | - eslint-plugin-n "^17.15.1" |
| 3039 | + eslint-plugin-n "^17.16.1" |
2995 | 3040 | eslint-plugin-promise "^7.2.1" |
2996 | 3041 | globals "^16.0.0" |
2997 | 3042 | typescript-eslint "^8.25.0" |
@@ -3075,19 +3120,21 @@ eslint-plugin-jest@^28.11.0: |
3075 | 3120 | dependencies: |
3076 | 3121 | "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0" |
3077 | 3122 |
|
3078 | | -eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.15.1: |
3079 | | - version "17.15.1" |
3080 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2" |
3081 | | - integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA== |
| 3123 | +eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.16.1: |
| 3124 | + version "17.16.1" |
| 3125 | + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.1.tgz#57b2805983db30624e4f1196da17b7baa2cdd217" |
| 3126 | + integrity sha512-/7FVAwjUrix9P5lycnsYRIQRwFo/DZROD+ZXWLpE+/EZWLyuLvyFaRdAPYJSz+nlAdZIZp+LAzlBerQSVYUNFg== |
3082 | 3127 | dependencies: |
3083 | 3128 | "@eslint-community/eslint-utils" "^4.4.1" |
| 3129 | + "@typescript-eslint/utils" "^8.21.0" |
3084 | 3130 | enhanced-resolve "^5.17.1" |
3085 | 3131 | eslint-plugin-es-x "^7.8.0" |
3086 | 3132 | get-tsconfig "^4.8.1" |
3087 | 3133 | globals "^15.11.0" |
3088 | 3134 | ignore "^5.3.2" |
3089 | 3135 | minimatch "^9.0.5" |
3090 | 3136 | semver "^7.6.3" |
| 3137 | + ts-declaration-location "^1.0.5" |
3091 | 3138 |
|
3092 | 3139 | eslint-plugin-promise@^7.0.0, eslint-plugin-promise@^7.2.1: |
3093 | 3140 | version "7.2.1" |
@@ -5594,7 +5641,7 @@ mimic-function@^5.0.0: |
5594 | 5641 | resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076" |
5595 | 5642 | integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA== |
5596 | 5643 |
|
5597 | | -minimatch@^10.0.0: |
| 5644 | +minimatch@^10.0.0, minimatch@^10.0.1: |
5598 | 5645 | version "10.0.1" |
5599 | 5646 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" |
5600 | 5647 | integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== |
@@ -7553,6 +7600,13 @@ ts-api-utils@^2.0.1: |
7553 | 7600 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
7554 | 7601 | integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
7555 | 7602 |
|
| 7603 | +ts-declaration-location@^1.0.5: |
| 7604 | + version "1.0.5" |
| 7605 | + resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.5.tgz#96433afbf90a77ecd2391949a2cc43ffa5340de2" |
| 7606 | + integrity sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw== |
| 7607 | + dependencies: |
| 7608 | + minimatch "^10.0.1" |
| 7609 | + |
7556 | 7610 | ts-jest@^29.2.6: |
7557 | 7611 | version "29.2.6" |
7558 | 7612 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a" |
|
0 commit comments