|
2067 | 2067 | natural-compare "^1.4.0"
|
2068 | 2068 | ts-api-utils "^2.0.1"
|
2069 | 2069 |
|
2070 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.28.0": |
| 2070 | +"@typescript-eslint/[email protected]": |
2071 | 2071 | version "8.29.1"
|
2072 | 2072 | resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
|
2073 | 2073 | integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
|
|
2078 | 2078 | "@typescript-eslint/visitor-keys" "8.29.1"
|
2079 | 2079 | debug "^4.3.4"
|
2080 | 2080 |
|
| 2081 | +"@typescript-eslint/parser@^8.13.0", "@typescript-eslint/parser@^8.30.1": |
| 2082 | + version "8.30.1" |
| 2083 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.1.tgz#8a9fa650b046e64656e21d4fdff86535b6a084b6" |
| 2084 | + integrity sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg== |
| 2085 | + dependencies: |
| 2086 | + "@typescript-eslint/scope-manager" "8.30.1" |
| 2087 | + "@typescript-eslint/types" "8.30.1" |
| 2088 | + "@typescript-eslint/typescript-estree" "8.30.1" |
| 2089 | + "@typescript-eslint/visitor-keys" "8.30.1" |
| 2090 | + debug "^4.3.4" |
| 2091 | + |
2081 | 2092 | "@typescript-eslint/[email protected]":
|
2082 | 2093 | version "8.29.1"
|
2083 | 2094 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
|
|
2086 | 2097 | "@typescript-eslint/types" "8.29.1"
|
2087 | 2098 | "@typescript-eslint/visitor-keys" "8.29.1"
|
2088 | 2099 |
|
| 2100 | +"@typescript-eslint/[email protected]": |
| 2101 | + version "8.30.1" |
| 2102 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7" |
| 2103 | + integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg== |
| 2104 | + dependencies: |
| 2105 | + "@typescript-eslint/types" "8.30.1" |
| 2106 | + "@typescript-eslint/visitor-keys" "8.30.1" |
| 2107 | + |
2089 | 2108 | "@typescript-eslint/[email protected]":
|
2090 | 2109 | version "8.29.1"
|
2091 | 2110 | resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
|
|
2096 | 2115 | debug "^4.3.4"
|
2097 | 2116 | ts-api-utils "^2.0.1"
|
2098 | 2117 |
|
2099 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0": |
2100 |
| - version "8.29.0" |
2101 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
2102 |
| - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
2103 |
| - |
2104 | 2118 | "@typescript-eslint/[email protected]":
|
2105 | 2119 | version "8.29.1"
|
2106 | 2120 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
|
2107 | 2121 | integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
|
2108 | 2122 |
|
| 2123 | +"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.13.0": |
| 2124 | + version "8.30.1" |
| 2125 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925" |
| 2126 | + integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw== |
| 2127 | + |
2109 | 2128 | "@typescript-eslint/[email protected]":
|
2110 | 2129 | version "8.29.1"
|
2111 | 2130 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
|
|
2120 | 2139 | semver "^7.6.0"
|
2121 | 2140 | ts-api-utils "^2.0.1"
|
2122 | 2141 |
|
2123 |
| -"@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0": |
2124 |
| - version "8.29.0" |
2125 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
2126 |
| - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
| 2142 | +"@typescript-eslint/typescript-estree@8.30.1", "@typescript-eslint/typescript-estree@^8.13.0", "@typescript-eslint/typescript-estree@^8.23.0": |
| 2143 | + version "8.30.1" |
| 2144 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba" |
| 2145 | + integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ== |
2127 | 2146 | dependencies:
|
2128 |
| - "@typescript-eslint/types" "8.29.0" |
2129 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 2147 | + "@typescript-eslint/types" "8.30.1" |
| 2148 | + "@typescript-eslint/visitor-keys" "8.30.1" |
2130 | 2149 | debug "^4.3.4"
|
2131 | 2150 | fast-glob "^3.3.2"
|
2132 | 2151 | is-glob "^4.0.3"
|
|
2144 | 2163 | "@typescript-eslint/types" "8.29.1"
|
2145 | 2164 | "@typescript-eslint/typescript-estree" "8.29.1"
|
2146 | 2165 |
|
2147 |
| -"@typescript-eslint/[email protected]": |
2148 |
| - version "8.29.0" |
2149 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
2150 |
| - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
2151 |
| - dependencies: |
2152 |
| - "@typescript-eslint/types" "8.29.0" |
2153 |
| - eslint-visitor-keys "^4.2.0" |
2154 |
| - |
2155 | 2166 | "@typescript-eslint/[email protected]":
|
2156 | 2167 | version "8.29.1"
|
2157 | 2168 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
|
|
2160 | 2171 | "@typescript-eslint/types" "8.29.1"
|
2161 | 2172 | eslint-visitor-keys "^4.2.0"
|
2162 | 2173 |
|
| 2174 | +"@typescript-eslint/[email protected]": |
| 2175 | + version "8.30.1" |
| 2176 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36" |
| 2177 | + integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA== |
| 2178 | + dependencies: |
| 2179 | + "@typescript-eslint/types" "8.30.1" |
| 2180 | + eslint-visitor-keys "^4.2.0" |
| 2181 | + |
2163 | 2182 | "@ungap/structured-clone@^1.2.0":
|
2164 | 2183 | version "1.3.0"
|
2165 | 2184 | resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
|
|
0 commit comments