|
3275 | 3275 | "@typescript-eslint/types" "6.21.0" |
3276 | 3276 | "@typescript-eslint/visitor-keys" "6.21.0" |
3277 | 3277 |
|
| 3278 | +"@typescript-eslint/scope-manager@7.17.0": |
| 3279 | + version "7.17.0" |
| 3280 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d" |
| 3281 | + integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA== |
| 3282 | + dependencies: |
| 3283 | + "@typescript-eslint/types" "7.17.0" |
| 3284 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 3285 | + |
3278 | 3286 | "@typescript-eslint/type-utils@6.21.0": |
3279 | 3287 | version "6.21.0" |
3280 | 3288 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
|
3290 | 3298 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
3291 | 3299 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
3292 | 3300 |
|
| 3301 | +"@typescript-eslint/types@7.17.0": |
| 3302 | + version "7.17.0" |
| 3303 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff" |
| 3304 | + integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A== |
| 3305 | + |
3293 | 3306 | "@typescript-eslint/typescript-estree@6.21.0": |
3294 | 3307 | version "6.21.0" |
3295 | 3308 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
|
3304 | 3317 | semver "^7.5.4" |
3305 | 3318 | ts-api-utils "^1.0.1" |
3306 | 3319 |
|
3307 | | -"@typescript-eslint/utils@6.21.0", "@typescript-eslint/utils@^6.17.0": |
| 3320 | +"@typescript-eslint/typescript-estree@7.17.0": |
| 3321 | + version "7.17.0" |
| 3322 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130" |
| 3323 | + integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw== |
| 3324 | + dependencies: |
| 3325 | + "@typescript-eslint/types" "7.17.0" |
| 3326 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 3327 | + debug "^4.3.4" |
| 3328 | + globby "^11.1.0" |
| 3329 | + is-glob "^4.0.3" |
| 3330 | + minimatch "^9.0.4" |
| 3331 | + semver "^7.6.0" |
| 3332 | + ts-api-utils "^1.3.0" |
| 3333 | + |
| 3334 | +"@typescript-eslint/utils@6.21.0": |
3308 | 3335 | version "6.21.0" |
3309 | 3336 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
3310 | 3337 | integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
|
3317 | 3344 | "@typescript-eslint/typescript-estree" "6.21.0" |
3318 | 3345 | semver "^7.5.4" |
3319 | 3346 |
|
| 3347 | +"@typescript-eslint/utils@^7.17.0": |
| 3348 | + version "7.17.0" |
| 3349 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902" |
| 3350 | + integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw== |
| 3351 | + dependencies: |
| 3352 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 3353 | + "@typescript-eslint/scope-manager" "7.17.0" |
| 3354 | + "@typescript-eslint/types" "7.17.0" |
| 3355 | + "@typescript-eslint/typescript-estree" "7.17.0" |
| 3356 | + |
3320 | 3357 | "@typescript-eslint/visitor-keys@6.21.0": |
3321 | 3358 | version "6.21.0" |
3322 | 3359 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
|
3325 | 3362 | "@typescript-eslint/types" "6.21.0" |
3326 | 3363 | eslint-visitor-keys "^3.4.1" |
3327 | 3364 |
|
| 3365 | +"@typescript-eslint/visitor-keys@7.17.0": |
| 3366 | + version "7.17.0" |
| 3367 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0" |
| 3368 | + integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A== |
| 3369 | + dependencies: |
| 3370 | + "@typescript-eslint/types" "7.17.0" |
| 3371 | + eslint-visitor-keys "^3.4.3" |
| 3372 | + |
3328 | 3373 | "@ungap/structured-clone@^1.2.0": |
3329 | 3374 | version "1.2.0" |
3330 | 3375 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
@@ -4753,13 +4798,13 @@ eslint-plugin-jsdoc@^46.10.1: |
4753 | 4798 | semver "^7.5.4" |
4754 | 4799 | spdx-expression-parse "^4.0.0" |
4755 | 4800 |
|
4756 | | -eslint-plugin-sf-plugin@^1.18.10: |
4757 | | - version "1.18.10" |
4758 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.10.tgz#d12373dbf12ff4a6926837c210e01183e0edd320" |
4759 | | - integrity sha512-gYA0lK81/XVvzuRrTc+LW8VvgDrHEcfJpqjbF1oBkjvpLYmxZ9mVC/1iSyHPlfGqBi9mGWXUzRd3agNd7vHAKA== |
| 4801 | +eslint-plugin-sf-plugin@^1.20.0: |
| 4802 | + version "1.20.0" |
| 4803 | + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.0.tgz#0b954ba609f9c893a2acf1f89ff0f1caae6640e1" |
| 4804 | + integrity sha512-2gEdFUkDYO/Yx5q2tnw7pyE85ezmlWkp5PKMV8nxw+4RPkeFpXcdlI6S2bKgsGKKFlj78YSwDAuOwlnFr+bh+A== |
4760 | 4805 | dependencies: |
4761 | | - "@salesforce/core" "^8.1.0" |
4762 | | - "@typescript-eslint/utils" "^6.17.0" |
| 4806 | + "@salesforce/core" "^8.2.1" |
| 4807 | + "@typescript-eslint/utils" "^7.17.0" |
4763 | 4808 |
|
4764 | 4809 | eslint-plugin-unicorn@^50.0.1: |
4765 | 4810 | version "50.0.1" |
@@ -8670,6 +8715,11 @@ ts-api-utils@^1.0.1: |
8670 | 8715 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" |
8671 | 8716 | integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== |
8672 | 8717 |
|
| 8718 | +ts-api-utils@^1.3.0: |
| 8719 | + version "1.3.0" |
| 8720 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 8721 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 8722 | + |
8673 | 8723 | ts-json-schema-generator@^1.5.1: |
8674 | 8724 | version "1.5.1" |
8675 | 8725 | resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db" |
|
0 commit comments