|
2292 | 2292 | "@typescript-eslint/visitor-keys" "8.18.1" |
2293 | 2293 | debug "^4.3.4" |
2294 | 2294 |
|
2295 | | -"@typescript-eslint/scope-manager@8.15.0": |
2296 | | - version "8.15.0" |
2297 | | - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6" |
2298 | | - integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA== |
2299 | | - dependencies: |
2300 | | - "@typescript-eslint/types" "8.15.0" |
2301 | | - "@typescript-eslint/visitor-keys" "8.15.0" |
2302 | | - |
2303 | 2295 | "@typescript-eslint/scope-manager@8.18.1": |
2304 | 2296 | version "8.18.1" |
2305 | 2297 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b" |
|
2318 | 2310 | debug "^4.3.4" |
2319 | 2311 | ts-api-utils "^1.3.0" |
2320 | 2312 |
|
2321 | | -"@typescript-eslint/types@8.15.0": |
2322 | | - version "8.15.0" |
2323 | | - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc" |
2324 | | - integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ== |
2325 | | - |
2326 | 2313 | "@typescript-eslint/types@8.18.1": |
2327 | 2314 | version "8.18.1" |
2328 | 2315 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff" |
2329 | 2316 | integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw== |
2330 | 2317 |
|
2331 | | -"@typescript-eslint/typescript-estree@8.15.0": |
2332 | | - version "8.15.0" |
2333 | | - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7" |
2334 | | - integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg== |
2335 | | - dependencies: |
2336 | | - "@typescript-eslint/types" "8.15.0" |
2337 | | - "@typescript-eslint/visitor-keys" "8.15.0" |
2338 | | - debug "^4.3.4" |
2339 | | - fast-glob "^3.3.2" |
2340 | | - is-glob "^4.0.3" |
2341 | | - minimatch "^9.0.4" |
2342 | | - semver "^7.6.0" |
2343 | | - ts-api-utils "^1.3.0" |
2344 | | - |
2345 | 2318 | "@typescript-eslint/typescript-estree@8.18.1": |
2346 | 2319 | version "8.18.1" |
2347 | 2320 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e" |
|
2356 | 2329 | semver "^7.6.0" |
2357 | 2330 | ts-api-utils "^1.3.0" |
2358 | 2331 |
|
2359 | | -"@typescript-eslint/utils@8.18.1": |
| 2332 | +"@typescript-eslint/utils@8.18.1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": |
2360 | 2333 | version "8.18.1" |
2361 | 2334 | resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5" |
2362 | 2335 | integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ== |
|
2366 | 2339 | "@typescript-eslint/types" "8.18.1" |
2367 | 2340 | "@typescript-eslint/typescript-estree" "8.18.1" |
2368 | 2341 |
|
2369 | | -"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": |
2370 | | - version "8.15.0" |
2371 | | - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6" |
2372 | | - integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ== |
2373 | | - dependencies: |
2374 | | - "@eslint-community/eslint-utils" "^4.4.0" |
2375 | | - "@typescript-eslint/scope-manager" "8.15.0" |
2376 | | - "@typescript-eslint/types" "8.15.0" |
2377 | | - "@typescript-eslint/typescript-estree" "8.15.0" |
2378 | | - |
2379 | | -"@typescript-eslint/visitor-keys@8.15.0": |
2380 | | - version "8.15.0" |
2381 | | - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12" |
2382 | | - integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q== |
2383 | | - dependencies: |
2384 | | - "@typescript-eslint/types" "8.15.0" |
2385 | | - eslint-visitor-keys "^4.2.0" |
2386 | | - |
2387 | 2342 | "@typescript-eslint/visitor-keys@8.18.1": |
2388 | 2343 | version "8.18.1" |
2389 | 2344 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a" |
@@ -4150,9 +4105,9 @@ eslint-plugin-import@^2.30.0: |
4150 | 4105 | tsconfig-paths "^3.15.0" |
4151 | 4106 |
|
4152 | 4107 | eslint-plugin-jest@^28.8.2: |
4153 | | - version "28.9.0" |
4154 | | - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243" |
4155 | | - integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ== |
| 4108 | + version "28.10.0" |
| 4109 | + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea" |
| 4110 | + integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA== |
4156 | 4111 | dependencies: |
4157 | 4112 | "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0" |
4158 | 4113 |
|
|
0 commit comments