|
10 | 10 | eslint-visitor-keys "^3.3.0"
|
11 | 11 |
|
12 | 12 | "@eslint-community/eslint-utils@^4.4.0":
|
13 |
| - version "4.5.1" |
14 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c" |
15 |
| - integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w== |
| 13 | + version "4.6.1" |
| 14 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc" |
| 15 | + integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw== |
16 | 16 | dependencies:
|
17 | 17 | eslint-visitor-keys "^3.4.3"
|
18 | 18 |
|
|
116 | 116 | undici-types "~6.20.0"
|
117 | 117 |
|
118 | 118 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
119 |
| - version "8.29.0" |
120 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9" |
121 |
| - integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ== |
| 119 | + version "8.31.1" |
| 120 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a" |
| 121 | + integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ== |
122 | 122 | dependencies:
|
123 | 123 | "@eslint-community/regexpp" "^4.10.0"
|
124 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
125 |
| - "@typescript-eslint/type-utils" "8.29.0" |
126 |
| - "@typescript-eslint/utils" "8.29.0" |
127 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 124 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 125 | + "@typescript-eslint/type-utils" "8.31.1" |
| 126 | + "@typescript-eslint/utils" "8.31.1" |
| 127 | + "@typescript-eslint/visitor-keys" "8.31.1" |
128 | 128 | graphemer "^1.4.0"
|
129 | 129 | ignore "^5.3.1"
|
130 | 130 | natural-compare "^1.4.0"
|
131 | 131 | ts-api-utils "^2.0.1"
|
132 | 132 |
|
133 | 133 | "@typescript-eslint/parser@^8.0.0":
|
134 |
| - version "8.29.0" |
135 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2" |
136 |
| - integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g== |
137 |
| - dependencies: |
138 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
139 |
| - "@typescript-eslint/types" "8.29.0" |
140 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
141 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 134 | + version "8.31.1" |
| 135 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
| 136 | + integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
| 137 | + dependencies: |
| 138 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 139 | + "@typescript-eslint/types" "8.31.1" |
| 140 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 141 | + "@typescript-eslint/visitor-keys" "8.31.1" |
142 | 142 | debug "^4.3.4"
|
143 | 143 |
|
144 |
| -"@typescript-eslint/scope-manager@8.29.0": |
145 |
| - version "8.29.0" |
146 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3" |
147 |
| - integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw== |
| 144 | +"@typescript-eslint/scope-manager@8.31.1": |
| 145 | + version "8.31.1" |
| 146 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
| 147 | + integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
148 | 148 | dependencies:
|
149 |
| - "@typescript-eslint/types" "8.29.0" |
150 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 149 | + "@typescript-eslint/types" "8.31.1" |
| 150 | + "@typescript-eslint/visitor-keys" "8.31.1" |
151 | 151 |
|
152 |
| -"@typescript-eslint/type-utils@8.29.0": |
153 |
| - version "8.29.0" |
154 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9" |
155 |
| - integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q== |
| 152 | +"@typescript-eslint/type-utils@8.31.1": |
| 153 | + version "8.31.1" |
| 154 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c" |
| 155 | + integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA== |
156 | 156 | dependencies:
|
157 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
158 |
| - "@typescript-eslint/utils" "8.29.0" |
| 157 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 158 | + "@typescript-eslint/utils" "8.31.1" |
159 | 159 | debug "^4.3.4"
|
160 | 160 | ts-api-utils "^2.0.1"
|
161 | 161 |
|
162 |
| -"@typescript-eslint/types@8.29.0": |
163 |
| - version "8.29.0" |
164 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
165 |
| - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
| 162 | +"@typescript-eslint/types@8.31.1": |
| 163 | + version "8.31.1" |
| 164 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
| 165 | + integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
166 | 166 |
|
167 |
| -"@typescript-eslint/typescript-estree@8.29.0": |
168 |
| - version "8.29.0" |
169 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
170 |
| - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
| 167 | +"@typescript-eslint/typescript-estree@8.31.1": |
| 168 | + version "8.31.1" |
| 169 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
| 170 | + integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
171 | 171 | dependencies:
|
172 |
| - "@typescript-eslint/types" "8.29.0" |
173 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 172 | + "@typescript-eslint/types" "8.31.1" |
| 173 | + "@typescript-eslint/visitor-keys" "8.31.1" |
174 | 174 | debug "^4.3.4"
|
175 | 175 | fast-glob "^3.3.2"
|
176 | 176 | is-glob "^4.0.3"
|
177 | 177 | minimatch "^9.0.4"
|
178 | 178 | semver "^7.6.0"
|
179 | 179 | ts-api-utils "^2.0.1"
|
180 | 180 |
|
181 |
| -"@typescript-eslint/utils@8.29.0": |
182 |
| - version "8.29.0" |
183 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f" |
184 |
| - integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA== |
| 181 | +"@typescript-eslint/utils@8.31.1": |
| 182 | + version "8.31.1" |
| 183 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14" |
| 184 | + integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ== |
185 | 185 | dependencies:
|
186 | 186 | "@eslint-community/eslint-utils" "^4.4.0"
|
187 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
188 |
| - "@typescript-eslint/types" "8.29.0" |
189 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
| 187 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 188 | + "@typescript-eslint/types" "8.31.1" |
| 189 | + "@typescript-eslint/typescript-estree" "8.31.1" |
190 | 190 |
|
191 |
| -"@typescript-eslint/visitor-keys@8.29.0": |
192 |
| - version "8.29.0" |
193 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
194 |
| - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
| 191 | +"@typescript-eslint/visitor-keys@8.31.1": |
| 192 | + version "8.31.1" |
| 193 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
| 194 | + integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
195 | 195 | dependencies:
|
196 |
| - "@typescript-eslint/types" "8.29.0" |
| 196 | + "@typescript-eslint/types" "8.31.1" |
197 | 197 | eslint-visitor-keys "^4.2.0"
|
198 | 198 |
|
199 | 199 | "@ungap/structured-clone@^1.2.0":
|
|
0 commit comments