|
19 | 19 | dependencies:
|
20 | 20 | eslint-visitor-keys "^3.3.0"
|
21 | 21 |
|
| 22 | +"@eslint-community/eslint-utils@^4.3.0": |
| 23 | + version "4.4.0" |
| 24 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
| 25 | + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 26 | + dependencies: |
| 27 | + eslint-visitor-keys "^3.3.0" |
| 28 | + |
22 | 29 | "@eslint-community/regexpp@^4.4.0":
|
23 | 30 | version "4.4.0"
|
24 | 31 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
|
25 | 32 | integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
|
26 | 33 |
|
| 34 | +"@eslint-community/regexpp@^4.5.0": |
| 35 | + version "4.5.1" |
| 36 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" |
| 37 | + integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== |
| 38 | + |
27 | 39 | "@eslint/eslintrc@^2.1.0":
|
28 | 40 | version "2.1.0"
|
29 | 41 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
|
|
163 | 175 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
|
164 | 176 | integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
|
165 | 177 |
|
| 178 | +"@types/json-schema@^7.0.11": |
| 179 | + version "7.0.12" |
| 180 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" |
| 181 | + integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== |
| 182 | + |
166 | 183 | "@types/json-schema@^7.0.9":
|
167 | 184 | version "7.0.9"
|
168 | 185 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
|
183 | 200 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
|
184 | 201 | integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
|
185 | 202 |
|
186 |
| -"@typescript-eslint/[email protected]": |
187 |
| - version "5.62.0" |
188 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" |
189 |
| - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== |
190 |
| - dependencies: |
191 |
| - "@eslint-community/regexpp" "^4.4.0" |
192 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
193 |
| - "@typescript-eslint/type-utils" "5.62.0" |
194 |
| - "@typescript-eslint/utils" "5.62.0" |
| 203 | +"@typescript-eslint/[email protected]": |
| 204 | + version "6.0.0" |
| 205 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4" |
| 206 | + integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A== |
| 207 | + dependencies: |
| 208 | + "@eslint-community/regexpp" "^4.5.0" |
| 209 | + "@typescript-eslint/scope-manager" "6.0.0" |
| 210 | + "@typescript-eslint/type-utils" "6.0.0" |
| 211 | + "@typescript-eslint/utils" "6.0.0" |
| 212 | + "@typescript-eslint/visitor-keys" "6.0.0" |
195 | 213 | debug "^4.3.4"
|
| 214 | + grapheme-splitter "^1.0.4" |
196 | 215 | graphemer "^1.4.0"
|
197 |
| - ignore "^5.2.0" |
| 216 | + ignore "^5.2.4" |
| 217 | + natural-compare "^1.4.0" |
198 | 218 | natural-compare-lite "^1.4.0"
|
199 |
| - semver "^7.3.7" |
200 |
| - tsutils "^3.21.0" |
| 219 | + semver "^7.5.0" |
| 220 | + ts-api-utils "^1.0.1" |
201 | 221 |
|
202 |
| -"@typescript-eslint/parser@5.62.0": |
203 |
| - version "5.62.0" |
204 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" |
205 |
| - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== |
| 222 | +"@typescript-eslint/parser@6.0.0": |
| 223 | + version "6.0.0" |
| 224 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4" |
| 225 | + integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg== |
206 | 226 | dependencies:
|
207 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
208 |
| - "@typescript-eslint/types" "5.62.0" |
209 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
| 227 | + "@typescript-eslint/scope-manager" "6.0.0" |
| 228 | + "@typescript-eslint/types" "6.0.0" |
| 229 | + "@typescript-eslint/typescript-estree" "6.0.0" |
| 230 | + "@typescript-eslint/visitor-keys" "6.0.0" |
210 | 231 | debug "^4.3.4"
|
211 | 232 |
|
212 | 233 | "@typescript-eslint/[email protected]":
|
|
217 | 238 | "@typescript-eslint/types" "5.27.1"
|
218 | 239 | "@typescript-eslint/visitor-keys" "5.27.1"
|
219 | 240 |
|
220 |
| -"@typescript-eslint/scope-manager@5.62.0": |
221 |
| - version "5.62.0" |
222 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" |
223 |
| - integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== |
| 241 | +"@typescript-eslint/scope-manager@6.0.0": |
| 242 | + version "6.0.0" |
| 243 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11" |
| 244 | + integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg== |
224 | 245 | dependencies:
|
225 |
| - "@typescript-eslint/types" "5.62.0" |
226 |
| - "@typescript-eslint/visitor-keys" "5.62.0" |
| 246 | + "@typescript-eslint/types" "6.0.0" |
| 247 | + "@typescript-eslint/visitor-keys" "6.0.0" |
227 | 248 |
|
228 |
| -"@typescript-eslint/type-utils@5.62.0": |
229 |
| - version "5.62.0" |
230 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" |
231 |
| - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== |
| 249 | +"@typescript-eslint/type-utils@6.0.0": |
| 250 | + version "6.0.0" |
| 251 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18" |
| 252 | + integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ== |
232 | 253 | dependencies:
|
233 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
234 |
| - "@typescript-eslint/utils" "5.62.0" |
| 254 | + "@typescript-eslint/typescript-estree" "6.0.0" |
| 255 | + "@typescript-eslint/utils" "6.0.0" |
235 | 256 | debug "^4.3.4"
|
236 |
| - tsutils "^3.21.0" |
| 257 | + ts-api-utils "^1.0.1" |
237 | 258 |
|
238 | 259 | "@typescript-eslint/[email protected]":
|
239 | 260 | version "5.27.1"
|
240 | 261 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
|
241 | 262 | integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
|
242 | 263 |
|
243 |
| -"@typescript-eslint/types@5.62.0": |
244 |
| - version "5.62.0" |
245 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" |
246 |
| - integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== |
| 264 | +"@typescript-eslint/types@6.0.0": |
| 265 | + version "6.0.0" |
| 266 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1" |
| 267 | + integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg== |
247 | 268 |
|
248 | 269 | "@typescript-eslint/[email protected]":
|
249 | 270 | version "5.27.1"
|
|
258 | 279 | semver "^7.3.7"
|
259 | 280 | tsutils "^3.21.0"
|
260 | 281 |
|
261 |
| -"@typescript-eslint/typescript-estree@5.62.0": |
262 |
| - version "5.62.0" |
263 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" |
264 |
| - integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== |
| 282 | +"@typescript-eslint/typescript-estree@6.0.0": |
| 283 | + version "6.0.0" |
| 284 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81" |
| 285 | + integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ== |
265 | 286 | dependencies:
|
266 |
| - "@typescript-eslint/types" "5.62.0" |
267 |
| - "@typescript-eslint/visitor-keys" "5.62.0" |
| 287 | + "@typescript-eslint/types" "6.0.0" |
| 288 | + "@typescript-eslint/visitor-keys" "6.0.0" |
268 | 289 | debug "^4.3.4"
|
269 | 290 | globby "^11.1.0"
|
270 | 291 | is-glob "^4.0.3"
|
271 |
| - semver "^7.3.7" |
272 |
| - tsutils "^3.21.0" |
| 292 | + semver "^7.5.0" |
| 293 | + ts-api-utils "^1.0.1" |
273 | 294 |
|
274 |
| -"@typescript-eslint/utils@5.62.0": |
275 |
| - version "5.62.0" |
276 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" |
277 |
| - integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== |
| 295 | +"@typescript-eslint/utils@6.0.0": |
| 296 | + version "6.0.0" |
| 297 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0" |
| 298 | + integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ== |
278 | 299 | dependencies:
|
279 |
| - "@eslint-community/eslint-utils" "^4.2.0" |
280 |
| - "@types/json-schema" "^7.0.9" |
| 300 | + "@eslint-community/eslint-utils" "^4.3.0" |
| 301 | + "@types/json-schema" "^7.0.11" |
281 | 302 | "@types/semver" "^7.3.12"
|
282 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
283 |
| - "@typescript-eslint/types" "5.62.0" |
284 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
| 303 | + "@typescript-eslint/scope-manager" "6.0.0" |
| 304 | + "@typescript-eslint/types" "6.0.0" |
| 305 | + "@typescript-eslint/typescript-estree" "6.0.0" |
285 | 306 | eslint-scope "^5.1.1"
|
286 |
| - semver "^7.3.7" |
| 307 | + semver "^7.5.0" |
287 | 308 |
|
288 | 309 | "@typescript-eslint/utils@^5.10.2":
|
289 | 310 | version "5.27.1"
|
|
305 | 326 | "@typescript-eslint/types" "5.27.1"
|
306 | 327 | eslint-visitor-keys "^3.3.0"
|
307 | 328 |
|
308 |
| -"@typescript-eslint/visitor-keys@5.62.0": |
309 |
| - version "5.62.0" |
310 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e" |
311 |
| - integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== |
| 329 | +"@typescript-eslint/visitor-keys@6.0.0": |
| 330 | + version "6.0.0" |
| 331 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31" |
| 332 | + integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA== |
312 | 333 | dependencies:
|
313 |
| - "@typescript-eslint/types" "5.62.0" |
314 |
| - eslint-visitor-keys "^3.3.0" |
| 334 | + "@typescript-eslint/types" "6.0.0" |
| 335 | + eslint-visitor-keys "^3.4.1" |
315 | 336 |
|
316 | 337 | acorn-jsx@^5.3.2:
|
317 | 338 | version "5.3.2"
|
@@ -793,6 +814,11 @@ globby@^11.1.0:
|
793 | 814 | merge2 "^1.4.1"
|
794 | 815 | slash "^3.0.0"
|
795 | 816 |
|
| 817 | +grapheme-splitter@^1.0.4: |
| 818 | + version "1.0.4" |
| 819 | + resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" |
| 820 | + integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== |
| 821 | + |
796 | 822 | graphemer@^1.4.0:
|
797 | 823 | version "1.4.0"
|
798 | 824 | resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
@@ -820,6 +846,11 @@ ignore@^5.2.0:
|
820 | 846 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
821 | 847 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
822 | 848 |
|
| 849 | +ignore@^5.2.4: |
| 850 | + version "5.2.4" |
| 851 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
| 852 | + integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
| 853 | + |
823 | 854 | import-fresh@^3.2.1:
|
824 | 855 | version "3.2.1"
|
825 | 856 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
|
@@ -1178,6 +1209,13 @@ semver@^7.3.7:
|
1178 | 1209 | dependencies:
|
1179 | 1210 | lru-cache "^6.0.0"
|
1180 | 1211 |
|
| 1212 | +semver@^7.5.0: |
| 1213 | + version "7.5.4" |
| 1214 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" |
| 1215 | + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== |
| 1216 | + dependencies: |
| 1217 | + lru-cache "^6.0.0" |
| 1218 | + |
1181 | 1219 | shebang-command@^2.0.0:
|
1182 | 1220 | version "2.0.0"
|
1183 | 1221 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
@@ -1231,6 +1269,11 @@ to-regex-range@^5.0.1:
|
1231 | 1269 | dependencies:
|
1232 | 1270 | is-number "^7.0.0"
|
1233 | 1271 |
|
| 1272 | +ts-api-utils@^1.0.1: |
| 1273 | + version "1.0.1" |
| 1274 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d" |
| 1275 | + integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A== |
| 1276 | + |
1234 | 1277 |
|
1235 | 1278 | version "2.4.0"
|
1236 | 1279 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
|
|
0 commit comments