|
4948 | 4948 | "@types/node" "*" |
4949 | 4949 |
|
4950 | 4950 | "@types/node@*": |
4951 | | - version "22.14.1" |
4952 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f" |
4953 | | - integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw== |
| 4951 | + version "24.9.2" |
| 4952 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d" |
| 4953 | + integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA== |
4954 | 4954 | dependencies: |
4955 | | - undici-types "~6.21.0" |
| 4955 | + undici-types "~7.16.0" |
4956 | 4956 |
|
4957 | 4957 | "@types/node@^12.7.1": |
4958 | 4958 | version "12.20.55" |
|
5206 | 5206 | "@typescript-eslint/types" "6.21.0" |
5207 | 5207 | "@typescript-eslint/visitor-keys" "6.21.0" |
5208 | 5208 |
|
5209 | | -"@typescript-eslint/scope-manager@8.29.1": |
5210 | | - version "8.29.1" |
5211 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6" |
5212 | | - integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA== |
5213 | | - dependencies: |
5214 | | - "@typescript-eslint/types" "8.29.1" |
5215 | | - "@typescript-eslint/visitor-keys" "8.29.1" |
5216 | | - |
5217 | 5209 | "@typescript-eslint/scope-manager@8.30.1": |
5218 | 5210 | version "8.30.1" |
5219 | 5211 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7" |
|
5247 | 5239 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
5248 | 5240 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
5249 | 5241 |
|
5250 | | -"@typescript-eslint/types@8.29.1": |
5251 | | - version "8.29.1" |
5252 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500" |
5253 | | - integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ== |
5254 | | - |
5255 | 5242 | "@typescript-eslint/types@8.30.1": |
5256 | 5243 | version "8.30.1" |
5257 | 5244 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925" |
|
5271 | 5258 | semver "^7.5.4" |
5272 | 5259 | ts-api-utils "^1.0.1" |
5273 | 5260 |
|
5274 | | -"@typescript-eslint/typescript-estree@8.29.1": |
5275 | | - version "8.29.1" |
5276 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747" |
5277 | | - integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g== |
5278 | | - dependencies: |
5279 | | - "@typescript-eslint/types" "8.29.1" |
5280 | | - "@typescript-eslint/visitor-keys" "8.29.1" |
5281 | | - debug "^4.3.4" |
5282 | | - fast-glob "^3.3.2" |
5283 | | - is-glob "^4.0.3" |
5284 | | - minimatch "^9.0.4" |
5285 | | - semver "^7.6.0" |
5286 | | - ts-api-utils "^2.0.1" |
5287 | | - |
5288 | 5261 | "@typescript-eslint/typescript-estree@8.30.1": |
5289 | 5262 | version "8.30.1" |
5290 | 5263 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba" |
|
5330 | 5303 | "@typescript-eslint/types" "6.21.0" |
5331 | 5304 | eslint-visitor-keys "^3.4.1" |
5332 | 5305 |
|
5333 | | -"@typescript-eslint/visitor-keys@8.29.1": |
5334 | | - version "8.29.1" |
5335 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a" |
5336 | | - integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg== |
5337 | | - dependencies: |
5338 | | - "@typescript-eslint/types" "8.29.1" |
5339 | | - eslint-visitor-keys "^4.2.0" |
5340 | | - |
5341 | 5306 | "@typescript-eslint/visitor-keys@8.30.1": |
5342 | 5307 | version "8.30.1" |
5343 | 5308 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36" |
@@ -16337,10 +16302,10 @@ undici-types@~5.26.4: |
16337 | 16302 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" |
16338 | 16303 | integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== |
16339 | 16304 |
|
16340 | | -undici-types@~6.21.0: |
16341 | | - version "6.21.0" |
16342 | | - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" |
16343 | | - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== |
| 16305 | +undici-types@~7.16.0: |
| 16306 | + version "7.16.0" |
| 16307 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" |
| 16308 | + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== |
16344 | 16309 |
|
16345 | 16310 | unicode-canonical-property-names-ecmascript@^2.0.0: |
16346 | 16311 | version "2.0.0" |
|
0 commit comments