|
3253 | 3253 | "@typescript-eslint/types" "6.21.0" |
3254 | 3254 | "@typescript-eslint/visitor-keys" "6.21.0" |
3255 | 3255 |
|
| 3256 | +"@typescript-eslint/scope-manager@7.17.0": |
| 3257 | + version "7.17.0" |
| 3258 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d" |
| 3259 | + integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA== |
| 3260 | + dependencies: |
| 3261 | + "@typescript-eslint/types" "7.17.0" |
| 3262 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 3263 | + |
3256 | 3264 | "@typescript-eslint/type-utils@6.21.0": |
3257 | 3265 | version "6.21.0" |
3258 | 3266 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
|
3268 | 3276 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
3269 | 3277 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
3270 | 3278 |
|
| 3279 | +"@typescript-eslint/types@7.17.0": |
| 3280 | + version "7.17.0" |
| 3281 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff" |
| 3282 | + integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A== |
| 3283 | + |
3271 | 3284 | "@typescript-eslint/typescript-estree@6.21.0": |
3272 | 3285 | version "6.21.0" |
3273 | 3286 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
|
3282 | 3295 | semver "^7.5.4" |
3283 | 3296 | ts-api-utils "^1.0.1" |
3284 | 3297 |
|
3285 | | -"@typescript-eslint/utils@6.21.0", "@typescript-eslint/utils@^6.17.0": |
| 3298 | +"@typescript-eslint/typescript-estree@7.17.0": |
| 3299 | + version "7.17.0" |
| 3300 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130" |
| 3301 | + integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw== |
| 3302 | + dependencies: |
| 3303 | + "@typescript-eslint/types" "7.17.0" |
| 3304 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 3305 | + debug "^4.3.4" |
| 3306 | + globby "^11.1.0" |
| 3307 | + is-glob "^4.0.3" |
| 3308 | + minimatch "^9.0.4" |
| 3309 | + semver "^7.6.0" |
| 3310 | + ts-api-utils "^1.3.0" |
| 3311 | + |
| 3312 | +"@typescript-eslint/utils@6.21.0": |
3286 | 3313 | version "6.21.0" |
3287 | 3314 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
3288 | 3315 | integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
|
3295 | 3322 | "@typescript-eslint/typescript-estree" "6.21.0" |
3296 | 3323 | semver "^7.5.4" |
3297 | 3324 |
|
| 3325 | +"@typescript-eslint/utils@^7.17.0": |
| 3326 | + version "7.17.0" |
| 3327 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902" |
| 3328 | + integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw== |
| 3329 | + dependencies: |
| 3330 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 3331 | + "@typescript-eslint/scope-manager" "7.17.0" |
| 3332 | + "@typescript-eslint/types" "7.17.0" |
| 3333 | + "@typescript-eslint/typescript-estree" "7.17.0" |
| 3334 | + |
3298 | 3335 | "@typescript-eslint/visitor-keys@6.21.0": |
3299 | 3336 | version "6.21.0" |
3300 | 3337 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
|
3303 | 3340 | "@typescript-eslint/types" "6.21.0" |
3304 | 3341 | eslint-visitor-keys "^3.4.1" |
3305 | 3342 |
|
| 3343 | +"@typescript-eslint/visitor-keys@7.17.0": |
| 3344 | + version "7.17.0" |
| 3345 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0" |
| 3346 | + integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A== |
| 3347 | + dependencies: |
| 3348 | + "@typescript-eslint/types" "7.17.0" |
| 3349 | + eslint-visitor-keys "^3.4.3" |
| 3350 | + |
3306 | 3351 | "@ungap/structured-clone@^1.2.0": |
3307 | 3352 | version "1.2.0" |
3308 | 3353 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
@@ -4731,13 +4776,13 @@ eslint-plugin-jsdoc@^46.10.1: |
4731 | 4776 | semver "^7.5.4" |
4732 | 4777 | spdx-expression-parse "^4.0.0" |
4733 | 4778 |
|
4734 | | -eslint-plugin-sf-plugin@^1.18.10: |
4735 | | - version "1.18.10" |
4736 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.10.tgz#d12373dbf12ff4a6926837c210e01183e0edd320" |
4737 | | - integrity sha512-gYA0lK81/XVvzuRrTc+LW8VvgDrHEcfJpqjbF1oBkjvpLYmxZ9mVC/1iSyHPlfGqBi9mGWXUzRd3agNd7vHAKA== |
| 4779 | +eslint-plugin-sf-plugin@^1.20.0: |
| 4780 | + version "1.20.0" |
| 4781 | + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.0.tgz#0b954ba609f9c893a2acf1f89ff0f1caae6640e1" |
| 4782 | + integrity sha512-2gEdFUkDYO/Yx5q2tnw7pyE85ezmlWkp5PKMV8nxw+4RPkeFpXcdlI6S2bKgsGKKFlj78YSwDAuOwlnFr+bh+A== |
4738 | 4783 | dependencies: |
4739 | | - "@salesforce/core" "^8.1.0" |
4740 | | - "@typescript-eslint/utils" "^6.17.0" |
| 4784 | + "@salesforce/core" "^8.2.1" |
| 4785 | + "@typescript-eslint/utils" "^7.17.0" |
4741 | 4786 |
|
4742 | 4787 | eslint-plugin-unicorn@^50.0.1: |
4743 | 4788 | version "50.0.1" |
@@ -8648,6 +8693,11 @@ ts-api-utils@^1.0.1: |
8648 | 8693 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" |
8649 | 8694 | integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== |
8650 | 8695 |
|
| 8696 | +ts-api-utils@^1.3.0: |
| 8697 | + version "1.3.0" |
| 8698 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 8699 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 8700 | + |
8651 | 8701 | ts-json-schema-generator@^1.5.1: |
8652 | 8702 | version "1.5.1" |
8653 | 8703 | resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db" |
|
0 commit comments